# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # Kereval dhcp configuration, usually gets: 192.168.20.129 #allow-hotplug eth0 auto eth0 iface eth0 inet static #auto eth0 #allow-hotplug eth3 #auto eth3 #iface eth3 inet dhcp #iface eth0 inet static address 192.168.20.20 gateway 192.168.20.254 netmask 255.255.252.0 #tm ip # eth1 configuration bochum #auto eth1 #iface eth1 inet static #address 172.16.0.10 #gateway 172.16.3.254 #netmask 255.255.252.0 #broadcast 172.16.0.255 #dns-nameservers 172.16.0.11 194.154.192.101 194.154.192.102 #dns-search ihe-europe.net #proxy ip #auto eth2 #iface eth2 inet static #address 172.16.0.13 #gateway 172.16.3.254 #netmask 255.255.252.0 #broadcast 172.16.0.255 #dns-nameservers 172.16.0.11 194.154.192.101 194.154.192.102 #dns-search ihe-europe.net #dns ip auto eth3 iface eth3 inet dhcp #auto eth3 #iface eth3 inet static #address 172.16.0.11 #gateway 172.16.3.254 #netmask 255.255.252.0 #broadcast 172.16.0.255 #Static at kereval #auto eth3 #iface eth3 inet static #address 192.168.20.201 #gateway 192.168.20.254 #netmask 255.255.255.0 #broadcast 192.168.20.255 #dns-nameservers 192.168.20.201 #dns-search ihe-europe.net