Created
April 12, 2014 09:19
-
-
Save kramarama/10526426 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| iface eth0 inet6 static | |
| address 2001:470:1f12:75a::1 | |
| netmask 64 | |
| gateway 2001:470:1f12:75a::2 | |
| auto he-ipv6 | |
| iface he-ipv6 inet6 v4tunnel | |
| endpoint 216.66.84.42 | |
| address 2001:470:1f12:75a::2 | |
| netmask 64 | |
| up ip -6 route add default dev he-ipv6 | |
| down ip -6 route del default dev he-ipv6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment