Skip to content

Comments

use ipv6 global unicast address cc00:101:101::/64 as ipv6 nat address#130

Open
everything411 wants to merge 1 commit intoMeIsReallyBa:mainfrom
everything411:ipv6ula-fix
Open

use ipv6 global unicast address cc00:101:101::/64 as ipv6 nat address#130
everything411 wants to merge 1 commit intoMeIsReallyBa:mainfrom
everything411:ipv6ula-fix

Conversation

@everything411
Copy link

Currently we use IPV6 unique local address(ULA) fc00:101:101::/64 as out ipv6 NAT address. However, some OSs(i.e. Android) or programs prefer IPV4 address to IPV6 ULA for dual stack domain connection.

The priority for these OSs and programs is IPV6 global unicast address > IPV4 > IPV6 unique local address.

Using an IPV6 unique local address as NAT address can force these OSs to use IPv6 for dual stack domain, which solves the problem.

This PR change fc00:101:101::/64 to cc00:101:101::/64. This address block isn't allocated by IANA so it is safe to use it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant