On Tue, Sep 03, 2002 at 06:14:17AM -0400, Joseph Mack wrote:
:if you're using my script to setup and you have iproute2 tools installed,
:you should see tables named VIP and RIP with
[jon@director jon]$ head -2 configure
#!/usr/bin/perl
#configure-0.9.2-lvs.pl (C) Joseph Mack 1999-2001 jmack@xxxxxxxx
[jon@director jon]$ ip -V
ip utility, iproute2-ss01082
:#ip rule show
:
:then do
:
:#ip route show table VIP
:#ip route show table RIP
Now I think we're circling in on this...
[jon@director jon]$ sudo ip rule show
Password:
RTNETLINK answers: Invalid argument
Dump terminated
[jon@director jon]$ ip route show table VIP
[jon@director jon]$ ip route show table RIP
though my first though was I'd botched the kernel config:
[jon@director linux-2.4.19-lvs]$ grep NETLINK .config
CONFIG_NETLINK_DEV=y
Thanks,
-Jon
|