• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

'Static' config for Debian-based distros (Ubuntu, etc)

Started by fletteboer, November 01, 2008, 06:42:12 AM

Previous topic - Next topic

fletteboer

For Debian-based distros, you can put the following in /etc/network/interfaces and have it configured automatically when the system boots up:
auto he-ipv6
iface he-ipv6 inet6 v4tunnel
endpoint $ipv4a
address $ipv6b
netmask 64
up ip -6 route add default dev he-ipv6
down ip -6 route del default dev he-ipv6
mtu 1480