Created
October 8, 2024 19:19
-
-
Save lukasondrejka/d53359d0c3819673ca4936d5699d2371 to your computer and use it in GitHub Desktop.
Hurricane Electric IPv6 Tunnel netdev config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[NetDev] | |
Name=he-ipv6 | |
Kind=sit | |
MTUBytes=1480 | |
[Tunnel] | |
Independent=yes | |
DiscoverPathMTU=yes | |
Remote= | |
Local= | |
TTL=255 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Match] | |
Name=he-ipv6 | |
[Network] | |
LinkLocalAddressing=ipv6 | |
Address= | |
ConfigureWithoutCarrier=yes | |
[Route] | |
Destination=::/0 | |
Gateway= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment