Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenWrt failsafe leaks non-modified packet during boot #11

Open
Bloup1net opened this issue Dec 26, 2019 · 0 comments
Open

OpenWrt failsafe leaks non-modified packet during boot #11

Bloup1net opened this issue Dec 26, 2019 · 0 comments

Comments

@Bloup1net
Copy link
Collaborator

Found while working on IPv6 detection, OpenWrt failsafe mode sends IPv4 and IPv6 packets as described in the documentation: https://openwrt.org/docs/guide-user/troubleshooting/failsafe_and_factory_reset. This can get phantap detected. There is no easy solution to disable it at runtime, as this configuration is in U-Boot. The U-Boot partition is mounted as read-only and it's configuration can only be accessed and modified from the U-Boot shell (via UART on the GL-AR150).
The easier solution is to compile OpenWrt with the TARGET_PREINIT_DISABLE_FAILSAFE option.

Todo: Update Readme and add warning at phantap start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant