# 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 address 127.0.0.1 netmask 255.0.0.0 # The primary network interface auto eth0 iface eth0 inet dhcp # TEMP! #iface eth0 inet static # address 129.241.50.126 # netmask 255.255.255.0 # gateway 129.241.50.1 # Servers IP temporary # iface eth0:0 inet static # address 129.241.50.125 # netmask 255.255.255.0 # gateway 129.241.50.1 # auto eth0:0 # Internal network for lab equipment use auto eth1 iface eth1 inet static address 10.0.0.1 netmask 255.0.0.0