LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Load Balanced web cluster not working correctly

To: Mag2589 Walla <mag2589@xxxxxxxxx>
Subject: Re: Load Balanced web cluster not working correctly
Cc: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
From: Horms <horms@xxxxxxxxxxxx>
Date: Thu, 8 Feb 2007 17:01:07 +0900
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/


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