Listing 5: Sample PPP startup script
:
echo "Starting PPP Services"
echo " (C) Copyright 1991, 1992 Morningstar Technologies Inc."
pppd local_IP:remote_IP passive up auto debug 3 mru 756
echo "Adding default route"
route add default 142.77.252.6 1
exit 0
|