echo "Configuring network ..."
hostname ethspw
mount -t proc proc /proc

#mount -n -t devpts devpts /dev/pts

/sbin/ifconfig lo up 127.0.0.1 netmask 255.0.0.0
/sbin/ifconfig eth0 up 192.168.0.40

route add 127.0.0.1 dev lo
route add default dev eth0

#route add default gw 192.168.0.1 dev eth0

#/bin/portmap &
#mount -o nolock -o ro -t nfs 192.168.0.15:/home /home/nfs

#mount 192.168.0.6:/mnt /home/nfs

/bin/sh
#/bin/ethspw &
