#! /bin/ksh

export SOCK=$NODE

Net -d 3 &
Net.ether82557 -v -s 100 -F -l1 &
Net.ether1000 -i5 -p340 -v -l2 &
netmap -f
sleep 10 
/usr/ucb/Socket -d forward node$NODE &
/usr/ucb/ifconfig lo0 localhost up
/usr/ucb/ifconfig en1 node$NODE netmask 255.255.254.0 broadcast 134.89.33.255 up
/usr/ucb/ifconfig en2 10.250.32.1 netmask 255.255.255.0 broadcast 10.250.32.255 up
/usr/ucb/route add default 134.89.32.1
/usr/ucb/inetd /etc/config/inetd.$NODE &

