Skip to content

Instantly share code, notes, and snippets.

@KristianLyng
Created March 9, 2011 23:08
Show Gist options
  • Select an option

  • Save KristianLyng/863201 to your computer and use it in GitHub Desktop.

Select an option

Save KristianLyng/863201 to your computer and use it in GitHub Desktop.
iface eth0 inet6 static
address 2a02:20c8:1150:1100::a
netmask 64
up ip route add 2a02:20c8:1150::1/128 dev eth0
up ip -family inet6 route add default via 2a02:20c8:1150::1 dev eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment