#!/bin/csh
#start the PPPD interface
#can't use persist as we won't be able to kill the interface!
/usr/local/pilot/bin/stoppppd
#19200
/usr/sbin/pppd /dev/pilot 57600 crtscts disconnect "/usr/local/pilot/bin/pppddown &" nodetach local passive echobase:devastator proxyarp ms-dns 192.168.2.1 &


