home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 26
/
CD_ASCQ_26_1295.iso
/
voxrom
/
minlinux
/
minlxfr5.arj
/
LINUX
/
ROOT
/
START.DIP
< prev
next >
Wrap
Text File
|
1995-01-15
|
330b
|
14 lines
#!/bin/sh
# Start the main dialup IP connection.
/sbin/dip /root/esoterica
# Add the route through demon to the world. This bit of the
# script is needed only if you have buggy dip or route commands.
# /sbin/route add nether.demon.co.uk
# /sbin/route add default gw nether.demon.co.uk
# Allow things to settle down.
sleep 2