Yeah, IIRC, try getting: CONFIG_NETLINK_DEV=y
in your .config file. Good luck, Wes -- Wes Bateman, GCIA ManISec Corporation - "Managed Internet Security Services" http://www.manisec.com P.O. Box 851053 Richardson, TX 75085-1053 866-MANISEC (626-4732) or 972-992-3131 ext. 82 [EMAIL PROTECTED] On Mon, Apr 26, 2004 at 05:44:23PM -0500, Ian Melnick wrote: > > 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

