LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

ARP problems in 2.2.14

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: ARP problems in 2.2.14
From: Suresh Rajagopalan <sraja@xxxxxxxxxxx>
Date: Wed, 26 Apr 2000 16:59:14 -0700 (PDT)
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


----------------------------------



<Prev in Thread] Current Thread [Next in Thread>