OPNsense Forum

Archive => 16.7 Legacy Series => Topic started by: mwiora on November 18, 2016, 12:11:43 AM

Title: IPv6 - routing seems to be lost after rebooting opnsense/pfsense
Post by: mwiora on November 18, 2016, 12:11:43 AM
Hi @all,

I've configured my opnsense like this:
LAN interface (IPv6 tracks WAN Interface)
WAN interface (IPv6 address and prefix is aquired by DHCPv6)

Everything seems to be working fine until I'm restarting the opnsense device.
A running ping (from another client through the opnsense) on IPv6 targets works, of course runs in a timeout during reboot, but stays "request timed out" after reboot. Stopping the ping and re-initiating the ping doesn't work.

For now it seems that the routing is getting restored after 10-15 minutes.
Is this an expected behavior?

Cheers,
Matthias
Title: Re: IPv6 - routing seems to be lost after rebooting opnsense/pfsense
Post by: bartjsmit on November 18, 2016, 08:36:16 AM
Hi Matthias,

That is not normal behaviour. Can you still ping IPv6 targets from the firewall itself?

Does your provider give you a static IPv6 block? If so, it may be worth picking a /64 from that range and assign that to your LAN instead of tracking the WAN interface.

Also check the DHCPv6 client configuration on the WAN interface page. Particularly try the 'Use IPv4 connectivity' setting.

Bart...
Title: Re: IPv6 - routing seems to be lost after rebooting opnsense/pfsense
Post by: bartjsmit on November 18, 2016, 08:41:02 AM
Sorry, missed your line about the routing being restored after 10-15 minutes. That is a bit long for the interface to settle down but not too unusual.

Bart...
Title: Re: IPv6 - routing seems to be lost after rebooting opnsense/pfsense
Post by: mwiora on November 19, 2016, 09:46:08 AM
thanks man!