I am having ARP problems with the 2.2.14 kernel.
The configuration shown below on a real server does not supress arp on the
VIP. A ping from the LAN gets a reply from the real server.
I've followed the instructions in the howto, but this one seems not to
want to work.
Thanks
-Suresh
------------------------------
echo "Configuring for LVS-DR"
VIP=206.117.210.95
NM=255.255.255.255
dev=dummy0
ifconfig $dev up
sleep 3
echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/conf/all/hidden
echo 1 > /proc/sys/net/ipv4/conf/dummy0/hidden
ifconfig $dev $VIP netmask $NM up
route add -host $VIP dev $dev
----------------------------------
|