What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

RT-AX86U Pro running 3006.102.4 dropping IPv6 ULA address

hartacus

New Around Here
I use native IPv6, my ISP provides a static /64. I also use a ULA assigned to the router via 'dhcpc-event' script, together with a corresponding range of ULAs provided to LAN devices via 'dnsmasq-postconf' script, to help Pi-hole resolve local hostnames of IPv6 clients sensibly.
After updating to asuswrt-merlin 3006.102.4, I have noticed that the IPv6 ULA assigned to the router is being periodically removed.
The 'dhcpc-event' script checks whether the ULA exists in the output of ip addr show dev
Code:
ip addr show dev br0
and if not it adds the ULA via
Code:
ip -6 addr add [ULA]/64 dev br0
The system log shows that it's being silently removed (not sure by what), and then re-added again next time the script runs - the script logs a different message when the ULA is found vs when the ULA is added, and it's intermittent.
Prior to the update, the script would log the message when the ULA was added at boot, and then subsequent messages would just be saying that the ULA was found over and over again.
Has anything changed, like flushing all IPv6 addresses when receiving DHCPv6 assignment from the ISP, or anything else that would cause the address to drop?
IPv6 connectivity is fine through all this, it's just messing with the ULA addressing and consequently breaking Pi-hole IPv6 client name resolution.
 
There are a few places in the firmware where it will run ip -6 addr flush scope global dev br0. Search these files for flush in quotation marks. That would do it.

 
Last edited:

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Back
Top