You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: