Re: network startup script

1998-04-15 Thread Scott Ellis
On Wed, 15 Apr 1998, Hamish Moffatt wrote: > Can anyone suggest why this script doesn't seem to work on 2.1.90? > It's my /etc/init.d/network. I added the netmask on the route line > for lo because it seemed to help, but I still get some other errors, > and ifconfig seems to hang. > > #!/bin/sh >

network startup script

1998-04-15 Thread Hamish Moffatt
Can anyone suggest why this script doesn't seem to work on 2.1.90? It's my /etc/init.d/network. I added the netmask on the route line for lo because it seemed to help, but I still get some other errors, and ifconfig seems to hang. #!/bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 netmask 25