#!	/bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0

exit
#
# eth1 -> fr
ifconfig eth1 192.168.20.18 netmask 255.255.255.240 up
route add -host 192.168.20.17 dev eth1
route add -host 192.168.20.18 dev eth1
route add default gw 192.168.20.17
ifwatch eth1 192.168.20.17 "-z 5"
/etc/init.d/

