Lit Fibre

I've eventually worked out how to get IPv6 working on pfSense/OPNSense routers after the move over to the CityFibre network.
Can the fe80 link-local address be determined by other means? Just thinking about anyone not using pfSense/OPNSense routers (me as an example - I'm using a UDM-Pro)
 
Can the fe80 link-local address be determined by other means? Just thinking about anyone not using pfSense/OPNSense routers (me as an example - I'm using a UDM-Pro)
I'm not too familar with Ubiquity equipment (although I'd very much like to get the chance to). I'm sure you'll have the ability on your router to perform a network capture on a particular network interface. If you turn off DHCPv6 on your WAN interface, start the network capture and then turn DHCPv6 back on again you should be able to capture the detail.
 
Is the method of picking up the IPv6 gateway based on where the DHCP response came from even an RFC? I'm wondering how the Lit-supplied router is doing it and whether it's a DHCPv6 fallback method or whether they've just lucked out with having two non-standard ways of doing something work together.
 
Is the method of picking up the IPv6 gateway based on where the DHCP response came from even an RFC? I'm wondering how the Lit-supplied router is doing it and whether it's a DHCPv6 fallback method or whether they've just lucked out with having two non-standard ways of doing something work together.
I've been reading here: https://www.rfc-editor.org/rfc/rfc4861#section-6 and can't find anything that references a DHCPv6 fallback method
 
I've been reading here: https://www.rfc-editor.org/rfc/rfc4861#section-6 and can't find anything that references a DHCPv6 fallback method
@Caged I wonder if they're doing something similar to this


Edit: it seems it's exactly what they are doing. A quick and dirty out of RFC spec workaround

 
Last edited:
If the Lit-supplied router uses odhcp6c then I think we have the answer - presumably someone can packet capture the WAN port and see if it mentions that in the DHCPv6 request. The maintainers of that project are clear that it's a workaround for broken implementations.
 
If the Lit-supplied router uses odhcp6c then I think we have the answer - presumably someone can packet capture the WAN port and see if it mentions that in the DHCPv6 request. The maintainers of that project are clear that it's a workaround for broken implementations.
There's nothing specific in the request and response but that's not to say these MitraStar routers aren't doing something similar where the logic is

If ICMPv6 RA exists then use this for default gateway
else
use DHCPv6 server address for default gateway

I've sent my email off to LitFibre asking why ICMPv6 isn't seemingly being used correctly.
 
Last edited:
Back
Top Bottom