What's new

RT-AX58U drop ipv6 gateway after reboot or apply setting in router

  • 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!

Nannan

New Around Here
I am using AiMesh for my house. And my RT-AX58U drop ipv6 gateway after reboot or apply setting in router. it can pass http://test-ipv6.com/ before reboot or apply any setting in router. I have to replug cable of WAN for getting ipv6 gateway back. After that, I can pass http://test-ipv6.com/ test.

Can anyone help me? Thank you so much
 

Attachments

  • 屏幕截图 2021-11-30 171440.png
    屏幕截图 2021-11-30 171440.png
    13.1 KB · Views: 108
I am using AiMesh for my house. And my RT-AX58U drop ipv6 gateway after reboot or apply setting in router. it can pass http://test-ipv6.com/ before reboot or apply any setting in router. I have to replug cable of WAN for getting ipv6 gateway back. After that, I can pass http://test-ipv6.com/ test.

Can anyone help me? Thank you so much
try running these commands in the SSH terminal

Code:
echo "1" > /proc/sys/net/ipv6/conf/all/accept_ra
echo "1" > /proc/sys/net/ipv6/conf/all/forwarding
echo "1" > /proc/sys/net/ipv6/conf/eth0/accept_ra
echo "0" > /proc/sys/net/ipv6/conf/eth0/forwarding

if it works, save it as an init-start script.
 
try running these commands in the SSH terminal

Code:
echo "1" > /proc/sys/net/ipv6/conf/all/accept_ra
echo "1" > /proc/sys/net/ipv6/conf/all/forwarding
echo "1" > /proc/sys/net/ipv6/conf/eth0/accept_ra
echo "0" > /proc/sys/net/ipv6/conf/eth0/forwarding

if it works, save it as an init-start script.
Thank you for the answer, I will check if the script works.
 
try running these commands in the SSH terminal

Code:
echo "1" > /proc/sys/net/ipv6/conf/all/accept_ra
echo "1" > /proc/sys/net/ipv6/conf/all/forwarding
echo "1" > /proc/sys/net/ipv6/conf/eth0/accept_ra
echo "0" > /proc/sys/net/ipv6/conf/eth0/forwarding

if it works, save it as an init-start script.
unfortunately, the router lost WAN IPv6 Gateway again after 2 hours.
 
unfortunately, the router lost WAN IPv6 Gateway again after 2 hours.
well there are alot of changes going on right now with the firmware for the newer AX routers, so I imagine there is a bug fix on the horizon. I would recommend disabling IPV6 if possible until a newer firmware version is available for testing it again.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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