Loosing IPv6 upstream after 30 minutes

Its a multicast problem.

Try adding one of these two lines to your /etc/rc.local (before the exit 0):

/sbin/ifconfig eth0 allmulti

Or

/sbin/ifconfig eth0 promisc

Replace eth0 if necessary with your WAN6 interface.

3 Likes