rm -f /usr/spool/uucp/LCK*
stty 19200 8 raw < /dev/tty1
stty 19200 8 raw < /dev/tty2
tnet $1 129.202.2.188 < /dev/null > /dev/null 2> /etc/tnet/tnet.log &
# give tnet a chance to run and create the tnet pipe.
# really only needed first time tnet is run.
sleep 2
/etc/tnet/bin/hostname temari.ae.ge.com
/etc/tnet/bin/attach slip sl0 tty1 600 1 /etc/tnet/dial-up
/etc/tnet/bin/route add default sl0
/etc/tnet/bin/attach slip sl1 tty2 600 1
/etc/tnet/bin/route add 129.202.0.68 sl1
/etc/tnet/bin/ip ttl 32
/etc/tnet/bin/tcp window 2048
/etc/tnet/bin/tcp mss 512
/etc/tnet/bin/alive 129.202.2.16 300 &
