Skip to content

Commit

Permalink
docs: add note for different MAC
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
ecklf committed Jul 28, 2020
1 parent 3f72c78 commit 3b98547
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -241,6 +241,13 @@ python3 pppd-cve.py

When the packet has been sent successfully, you should be able to see a connection from `192.168.31.1:63627` in your `netcat` session.

If you don't see a connection, your router may have a different MAC address. Please adjust [`pppd-cve.py`](https://github.com/impulse/ac2100-openwrt-guide/blob/master/pppd-cve.py#L17) accordingly.

```py
# pppd-cve.py#L17
if src.startswith("your:router:mac")
```

This connection can be unstable and you may need to rerun `netcat` and `pppd-cve.py` if it drops.

If you do the following commands quickly, there should be no issues:
Expand Down

0 comments on commit 3b98547

Please sign in to comment.