# 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 allow-hotplug eth0 iface eth0 inet static address 1.2.170.105 netmask 255.255.255.255 network 1.2.170.105 broadcast 1.2.170.105 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 213.133.99.99 up route add 1.2.117.15 gw 1.2.170.105 up route add default gw 1.2.117.15 iface eth0 inet6 static address 1234:4321:678:281:7ad5:1009:0:1 netmask 96 up ip -6 route add default via 1234:4321:678:281:7ad5:1009:1000:0001