Andrew Logan wrote:
> I've just upgraded to linux 2.1.130 and everything is almost OK!
[snip]
> The following /sbin/route commands are failing:
> /sbin/route add -net 127.0.0.0
> SIOCADDRT: Invalid argument
Try
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 dev lo
> /sbin/route add -net 10.10.32.0 netmask 255.255.224.0
> SIOCADDRT: No such device
Try
/sbin/route add -net 10.10.32.0 netmask 255.255.224.0 dev eth0
(except that you don't need this).
> The command /sbin/route still shows an entry for the 10.10.32.0
> network but not for the loopback device.
The route entry for eth0 is added automatically upon configuration.
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]