Skip to content

Instantly share code, notes, and snippets.

@piscis
Created December 4, 2012 21:32
Show Gist options
  • Save piscis/4208931 to your computer and use it in GitHub Desktop.
Save piscis/4208931 to your computer and use it in GitHub Desktop.
IPV6 configuration UBUNTU 12.04
# 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