Created
December 4, 2012 21:32
-
-
Save piscis/4208931 to your computer and use it in GitHub Desktop.
IPV6 configuration UBUNTU 12.04
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
# The loopback network interface | |
auto lo eth0 | |
iface lo inet loopback | |
iface eth0 inet dhcp | |
iface eth0 inet6 static | |
address 2a00:1158:X::XX #<- Your IPv6 Address | |
netmask 64 # <- No slashes | |
gateway fe80::1 #<- Gateway |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment