OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: fengchen_opn on August 16, 2024, 01:38:50 PM

Title: The ipv6 of wan has an additional address that is the same as the lan local link
Post by: fengchen_opn on August 16, 2024, 01:38:50 PM
After webui interfaces-overviews wan 'Reload', wan's ipv6 has an additional address that is the same as the lan Link-local address.
The same situation is also seen when using the ifconfig command to check the PPPoE interface. Restarting the system can back to normal.

Type   opnsense   
Version   24.7.1   
Architecture   amd64   
Commit   2d070ccc8
Title: Re: The ipv6 of wan has an additional address that is the same as the lan local link
Post by: Patrick M. Hausen on August 16, 2024, 01:43:01 PM
Link local addresses are link local  ;) They are only defined and unique within the scope of a single link. So having the same one on multiple interfaces is not a problem.

Also every interface with an IPv6 GUA (global unicast address) always has an additional link local address. This is also intentional.
Title: Re: The ipv6 of wan has an additional address that is the same as the lan local link
Post by: fengchen_opn on August 16, 2024, 01:51:03 PM
The wan port originally had a link-local address that was different from the lan port. The problem was that it added a link-local address that was the same as the lan port.
Title: Re: The ipv6 of wan has an additional address that is the same as the lan local link
Post by: doktornotor on August 16, 2024, 01:56:52 PM
It is perfectly valid and normal to have exact same link-local IP on as many interfaces as you want.
Title: Re: The ipv6 of wan has an additional address that is the same as the lan local link
Post by: Patrick M. Hausen on August 16, 2024, 02:11:07 PM
Quote from: fengchen_opn on August 16, 2024, 01:51:03 PM
The problem was that it added a link-local address that was the same as the lan port.
This is not a problem.
Title: Re: The ipv6 of wan has an additional address that is the same as the lan local link
Post by: dseven on August 16, 2024, 04:23:28 PM
I agree that the LLA being the same isn't an issue, but if it looks different after a reload vs after a reboot, somethhing's inconsistent, at least?