[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Multiple Internet sources



> Try something like:
> 
> ip rule add from $pubip1 table 100
> ip route add default table 100 via $pubip1gateway
> ip rule add from $pubip2 table 101
> ip route add default table 101 via $pubip2gateway


Thanks, but there's something up with this ip program. Whenever I try
the "rule" option, I get "RTNETLINK answers: Invalid argument" returned.

Is there something extra I have to compile into the kernel to get this
to work correctly?


Thanks



Reply to: