Created
February 22, 2010 16:55
-
-
Save fahadsadah/311250 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or | |
# /usr/share/doc/ifupdown/examples for more information. | |
auto lo | |
iface lo inet loopback | |
auto eth0 eth0:0 | |
iface eth0 inet static | |
address 97.107.142.96 | |
netmask 255.255.255.0 | |
gateway 97.107.142.1 | |
iface eth0:0 inet static | |
address 192.168.137.194 | |
netmask 255.255.128.0 | |
auto 6to40 | |
iface 6to40 inet6 v4tunnel | |
address 2002:616b:8e60::b00b:dead:beef:b00b | |
netmask 16 | |
gateway ::192.88.99.1 | |
endpoint any | |
local 97.107.142.96 #fits address | |
auto 6to41 | |
iface 6to41 inet6 v4tunnel | |
address 2002:616b:8e60::1337 | |
netmask 16 | |
gateway ::192.88.99.1 | |
endpoint any | |
local 97.107.142.96 #fits address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment