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
>
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
2 matches
Mail list logo