#
# /etc/network/interfaces config file for ubuntu for RusRoute tcp congestion control support
#

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 192.168.21.2
    netmask 255.255.255.0

auto eth1
iface eth1 inet static
    address 192.168.22.2
    netmask 255.255.255.0

auto eth2
iface eth2 inet static
    address 192.168.23.2
    netmask 255.255.255.0
    up ip route add 1.0.0.0/16 via 192.168.23.1
    up ip route add 0.0.0.0/0 via 192.168.23.1

auto eth3
iface eth3 inet static
    address 192.168.24.2
    netmask 255.255.255.0
    up ip route add 1.1.0.0/16 via 192.168.24.1

auto eth4
iface eth4 inet static
    address 192.168.25.2
    netmask 255.255.255.0

