Cover V03, I01
Article
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Listing 1
Listing 2
Listing 3
Listing 4
Listing 5
Listing 6
Listing 7
Listing 8
Listing 9
Table 1

jan94.tar


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