Closed pawlisko80 closed 1 year ago
I think the proposal is to snatch an unused /64 from the delegated prefix for the WAN interface, right?
So a couple of things here:
Cheers, Franco
Yes, your description is "neater."
I reread all the threads you mention, and I understand the problem, but also, life is life, and the ability to use IPv6 as a WAN/Internet interface address is essential, especially since I have to use public dynamic GUA and public non-routable GUA at home due to some of my devices (like Cisco WLC) requiring static IPv6. At some point that creates Bi-NAT issues with few WG instances, I run.
Best, Pawel
@fichtner
So yet another thing. #6158 is only working if you have a WAN address. Hence with FiOS OPNsense has not default WAN IPv6 address, it is not working. Yet another reason why snatching IPv6 for WAN interface is needed.
Also #6158 - if two computers within two different internal prefixes have the same IP than it fails
This issue has been automatically timed-out (after 180 days of inactivity).
For more information about the policies for this repository, please read https://github.com/opnsense/core/blob/master/CONTRIBUTING.md for further details.
If someone wants to step up and work on this issue, just let us know, so we can reopen the issue and assign an owner to it.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
This issue was already discussed few times, but it was deprioritized due to root cause is in the FreeBSD issue. Please see: https://github.com/opnsense/core/issues/5630
The problem is deeper as without IPv6 address on WAN/Internet interface IPv6 NAT is not available; hence any VPN NAT solution using IPv6 will not work - it is possible to use NPTv6 but not NAT66.
Describe the solution you like
Adding Virtual IP address to WAN/Internet interface is fixing the issue. Abbility to use scripting as IPv6 prefix is dynamic would automate solution.
I.e. if assigned prefix is 2001:db8:c000::/56 an ability to designate and automate Virtual IP to ::1234/64 which would create IPv6 address of 2001:db8:c000::1234/64 would create workaround to RFC6603, automating this to change Virtual IP if prefix changes to 2001:db8:d000/56 to changing address to 2001:db8:d000::1234/64 would solve issue until it is permanently fixed by FreeBSD developers