All pastes #2070657 Raw Edit

Untitled

public text v1 · immutable
#2070657 ·published 2011-05-28 00:49 UTC
rendered paste body
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# LOOPBACK
auto lo
iface lo inet loopback

#NETWORKS
auto eth1
iface eth1 inet static
        address 192.168.1.155
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.1
iface eth1 inet6 static
        address 2001:470:1f09:1380::1
        netmask 64

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
        address 2001:470:1f08:1380::2
        netmask 64
        endpoint 216.66.80.26
        local 77.101.90.125
        ttl 255
        gateway 2001:470:1f08:1380::1
        mtu 1480