Coder Social home page Coder Social logo

Comments (6)

ecklf avatar ecklf commented on May 27, 2024 1

I also assume this might be mac address related. @rusnino does it start with 8C:53:C3 or something else (you can find it in your routers web config at the bottom)?

from ac2100-openwrt-guide.

tangruize avatar tangruize commented on May 27, 2024

I also failed and I tried another script and succeeded. The difference is that line 17 of ppppd-cve.py is commented out.
change

    if src.startswith("88:c3:97") or src.startswith("8c:53:c3") :
        src,dst = dst,src

to

    #if src.startswith("88:c3:97") or src.startswith("8c:53:c3") :
    src,dst = dst,src

Have a try?

from ac2100-openwrt-guide.

tangruize avatar tangruize commented on May 27, 2024

The MAC address of my router starts with "28:d1:27". It seems that @rusnino's MAC starts with "50:d2:f5". I think it can be very different. Maybe the if-condition is not required?

from ac2100-openwrt-guide.

rusnino avatar rusnino commented on May 27, 2024

I also assume this might be mac address related. @rusnino does it start with 8C:53:C3 or something else (you can find it in your routers web config at the bottom)?

Yes, router MAC is different, it starts with 50:D2:F5. Will try with modified python scripts.

from ac2100-openwrt-guide.

rusnino avatar rusnino commented on May 27, 2024

adding this to pppd-cve.py finally helps
if src.startswith("88:c3:97") or src.startswith("8c:53:c3") or src.startswith("50:d2:f5"):

from ac2100-openwrt-guide.

ecklf avatar ecklf commented on May 27, 2024

@rusnino cool, I will update the guide to close this issue.

from ac2100-openwrt-guide.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.