[EMAIL PROTECTED] wrote:

> During boot i get this message "SIOCADDRT : Invalid Arguement".

This normally arises from an invalid "route add ..." command in your
init scripts. Try executing the network startup scripts manually (e.g.
with "sh -x ...") to see the route command which is failing. That may
provide some clues as to the error.

AFAICT, the only reasons why the SIOCADDRT ioctl() will fail for
AF_INET are a bad gateway specification (e.g. because you specify a
route via a gateway but you don't already have a route to the
specified gateway), or a bad netmask.

-- 
Glynn Clements <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to