#!/bin/sh

ifconfig eth0 192.168.21.2
ifconfig eth1 192.168.22.2
ifconfig eth2 192.168.23.2
ifconfig eth3 192.168.24.2
ifconfig eth4 192.168.25.2

route add -net 1.0.0.0/16 gw 192.168.23.1
route add -net 0.0.0.0/0 gw 192.168.23.1
route add -net 1.1.0.0/16 gw 192.168.24.1
