[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> After I recompiled my kernel to support IP masq I have been getting
> this error upon initializing my second network card.
> 
> SIOADDRT: Invalid argument.

SIOCADDRT is the ioctl call which is made when a route is being added. 
One of your startup scripts is trying to add a route, and the attempt is
failing.  You could probably track down the statement(s) that are doing
this.

Perhaps your new kernel is a different version than the old one?  In the
2.0 kernel, routes must be added manually in order to get a network
interface working, but in 2.1+, the route is added automatically.  You
will get the above error if you attempt to add it anyway.

> The strange part is, is the card still works.

Then it's probably the issue I described above.

-- 
   [EMAIL PROTECTED] (Fuzzy Fox)      || "Nothing takes the taste out of peanut
sometimes known as David DeSimone  ||  butter quite like unrequited love."
  http://www.dallas.net/~fox/      ||                       -- Charlie Brown
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to