IPV6-PD can't update immediately

I use an openwrt as a secondary router behind ISP's fibre ONT ,it works normally. But there have an problem, my ISP restart ONT after 15 days, after that, my openwrt router's IPV6-PD can't update immediately, the IPV6-PD has 2or3 days lifetime, so after 2or3 days the openwrt router work fine.

How to make the IPV6-PD update immediately. now I have to set the router restart everyday!!!

thanks

Have you tried just restarting the WAN or LAN interface only?

Because your ISP device does not update/invalidate the PD before it goes to reboot.

1 Like

Like others have said this seems like an isp configuration problem.

There are some kludges to get round it. And it sounds like you have already worked out how to use Scheduled Tasks.

Rebooting the whole device obviously works, but probably has an impact on other network devices.

The next option might be to force a renegotiation of the connection periodically. Use ifdown and ifup to bring the wan6 interface down and then back up. This restricts downtime to just the wan6 interface, and keeps that to a minimum. Netflix probay wouldn't notice. Video calls would notice, but should pick up again immediately.

If you are up to it, a slightly more elegant kludge would be to write a script to check for a working IPv6 route, and if there isn't one bring the interface down and back up again. This script could be run much more often because it should only trigger in the event of the IPv6 connection being down.

This reddit comment has the general idea.
https://www.reddit.com/r/openwrt/comments/siqij8/comment/hvwpinb/

thank you, it's a better solution. I will learn some script to make the router restart on demand.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.