WAN IPv6 not working

Check out this way:

/etc/init.d/firewall stop &> /dev/null; \
ifup wan6; sleep 10; ifstatus wan6; \
/etc/init.d/firewall start &> /dev/null

Then try to troubleshoot DHCPv6:
https://openwrt.org/docs/guide-user/network/protocol.dhcp#troubleshooting

1 Like