Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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