Re: no typo: cannot ping 127.0.0.1 ?

Rafal Lukawski (budda@dumb.iinf.polsl.gliwice.pl)
Fri, 6 Sep 1996 14:19:12 +0200 (MET DST)


> bootes:/root # route -n
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo

Try this:
route del 127.0.0.1
route add -net 127.0.0.0

and
route -n
[...]
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo

Rafal