That's perfectly normal.Under the original pfSense, and this is where Opnsense was forked from so it suffered from the same problem, with certain ISPs you needed to send a dhcp6 solicit before router advertisements or should I says you had to send both independently. Now, the problem was that pfSense would wait for a advertisement response before it launched dhcp6c, thus no advertisement response, no dhcp6c. Now, my original fix on pfSense was to to give the option to launch dhcpc6 regardless of the state of the advertisements, but the option was also added to turn that on and off. Franco and co did some research and found that it causes no issues with ISPs that don't require it and works fine with those that do - so now the option to disable it has been removed and you could say it's permanently on, in fact they both run pretty much simultaneously.
Hmm.. I think I might know why. If you look at system->gateways->single, is that showing an entry?
Can you send me the output of netstat -6rW please.
root@OPNsense:~ # netstat -6rWRouting tablesInternet6:Destination Gateway Flags Use Mtu Netif Expiredefault fe80::ea4:2ff:fe29:5001%hn0 UG 9025 1500 hn0localhost link#1 UH 0 16384 lo0node-1w7jr9ql8gh2x5hajvvh1dr7k.ipv6.telus.net link#6 U 2894 1500 hn1OPNsense link#6 UHS 0 16384 lo0fe80::%lo0/64 link#1 U 0 16384 lo0fe80::1%lo0 link#1 UHS 0 16384 lo0fe80::%hn0/64 link#5 U 83596 1500 hn0fe80::215:5dff:fe67:5b19%hn0 link#5 UHS 0 16384 lo0fe80::%hn1/64 link#6 U 128314 1500 hn1fe80::215:5dff:fe67:5b1a%hn1 link#6 UHS 0 16384 lo0root@OPNsense:~ #
Quote from: marjohn56 on May 24, 2020, 05:05:34 amHmm.. I think I might know why. If you look at system->gateways->single, is that showing an entry?System / Gateways / Single shows both the IPv4 and IPv6 gateways.
Quote from: bimmerdriver on May 24, 2020, 05:59:01 pmQuote from: marjohn56 on May 24, 2020, 05:05:34 amHmm.. I think I might know why. If you look at system->gateways->single, is that showing an entry?System / Gateways / Single shows both the IPv4 and IPv6 gateways.So it it's only the lobby widget that's missing the IPv6 gateway then?
In the main gateways page the address is under 'Gateway'. Are you saying there's no entry for your WAN dhcp6 in gateways at all?