
horms at verge
Feb 8, 2007, 12:01 AM
Post #4 of 5
(523 views)
Permalink
|
|
Re: Load Balanced web cluster not working correctly
[In reply to]
|
|
On Thu, Feb 01, 2007 at 05:21:04PM -0500, Mag2589 Walla wrote: > No I have not yet handled the ARP problem. > Could I use the following commands to hide the interface? I'm on kernel 2.6.19 > > # Start the hiding interface functionality > echo 1 > /proc/sys/net/ipv4/conf/all/hidden > # Hide all addresses for this interface > echo 1 > /proc/sys/net/ipv4/conf/<interface_name>/hidden hidden is a very old way to do things. It was never merged into the kernel, rather patched kernels were supplied. Around the time of 2.6.0 a different approach, arp_announce/arp_ignore, was merged into the kernel, and you should use that technique. http://kb.linuxvirtualserver.org/wiki/Using_arp_announce/arp_ignore_to_disable_ARP -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ _______________________________________________ LinuxVirtualServer.org mailing list - lvs-users[at]LinuxVirtualServer.org Send requests to lvs-users-request[at]LinuxVirtualServer.org or go to http://www.in-addr.de/mailman/listinfo/lvs-users
|