######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
     address 13.0.0.3
     network 13.0.0.0
     netmask 255.255.255.0

auto eth1
iface eth1 inet static
     address 14.0.0.3
     network 14.0.0.0
     netmask 255.255.255.0

auto eth2
iface eth2 inet static
     address 15.0.0.3
     network 15.0.0.0
     netmask 255.255.255.0



up route add -net 11.0.0.0 netmask 255.255.255.0 gw 13.0.0.1
up route add -net 12.0.0.0 netmask 255.255.255.0 gw 14.0.0.2
up route add -net 16.0.0.0 netmask 255.255.255.0 gw 15.0.0.4
