Skip to content

Instantly share code, notes, and snippets.

@kramarama
Created April 12, 2014 09:19
Show Gist options
  • Select an option

  • Save kramarama/10526426 to your computer and use it in GitHub Desktop.

Select an option

Save kramarama/10526426 to your computer and use it in GitHub Desktop.
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