>I traced my second error down to a call from ifup-routes, which I can
>reproduce:
>
># /sbin/route add -net 192.168.130.54 gw 192.168.130.53 netmask 255.255.255.25
>2
>route: netmask doesn't match route address
>[...]
>Only I don't understand what is wrong, and what I should correct. I do
>as I am being told:
If your netmask is 255.255.255.252 then 192.168.130.54 is not a network
address, it's a host address. If that's what you actually want then just
remove `-net' from that line. Otherwise either the netmask or the address is
in error.
p.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]