# interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback #Network Interfaces auto eth0 auto eth1 auto eth2 auto eth3 auto eth4 auto eth5 auto eth6 auto eth7 auto eth8 auto eth9 # eth0 iface eth0 inet static address 192.168.0.250 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 192.168.0.1 iface eth0 inet6 static pre-up modprobe ipv6 address fd::250 netmask 64 # eth1 iface eth1 inet static address 192.168.2.1 netmask 255.255.255.0 iface eth1 inet6 static pre-up modprobe ipv6 address fd:0:0:2::1 netmask 64 # eth2 iface eth2 inet static address 192.168.5.1 netmask 255.255.255.0 iface eth2 inet6 static pre-up modprobe ipv6 address fd:0:0:5::1 netmask 64 # eth3 iface eth3 inet static address 192.168.10.1 netmask 255.255.255.0 iface eth3 inet6 static pre-up modprobe ipv6 address fd:0:0:10::1 netmask 64 # eth4 iface eth4 inet static address 192.168.200.1 netmask 255.255.255.0 iface eth4 inet6 static pre-up modprobe ipv6 address fd:0:0:200::1 netmask 64 # eth5 iface eth5 inet static address 192.168.12.1 netmask 255.255.255.0 iface eth5 inet6 static pre-up modprobe ipv6 address fd:0:0:12::1 netmask 64 # eth6 iface eth6 inet static address 192.168.3.1 netmask 255.255.255.0 iface eth6 inet6 static pre-up modprobe ipv6 address fd:0:0:3::1 netmask 64 # eth7 iface eth7 inet static address 192.168.6.1 netmask 255.255.255.0 iface eth7 inet6 static pre-up modprobe ipv6 address fd:0:0:6::1 netmask 64 # eth8 iface eth8 inet static address 192.168.11.1 netmask 255.255.255.0 iface eth8 inet6 static pre-up modprobe ipv6 address fd:0:0:11::1 netmask 64 # eth9 iface eth9 inet static address 192.168.4.1 netmask 255.255.255.0 iface eth9 inet6 static pre-up modprobe ipv6 address fd:0:0:4::1 netmask 64