rtucker
By: a guest | May 29th, 2009 | Syntax:
None | Size: 0.73 KB | Hits: 67 | Expires: Never
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 97.107.134.213
netmask 255.255.255.0
gateway 97.107.134.1
iface eth0 inet6 static
address 2001:470:1f07:f41::dead:beef
netmask 64
auto eth0:1
iface eth0:1 inet static
address 192.168.137.246
netmask 255.255.128.0
auto he-ipv6
iface he-ipv6 inet6 v4tunnel
address 2001:470:1f06:f41::2
netmask 64
remote 209.51.161.14
local 97.107.134.213
endpoint any
ttl 64
up ip -6 route add 2000::/3 via ::209.51.161.14 dev he-ipv6
down ip -6 route flush dev he-ipv6