On Mon, Mar 23, 2009 at 6:34 PM, Graeme Fowler <[email protected]> wrote:
> On the realserver(s): > # /sbin/ip address add 10.9.3.6/32 dev lo > > Add the following to /etc/sysctl.conf: > # LVS switches > net.ipv4.conf.lo.arp_ignore = 1 > net.ipv4.conf.lo.arp_announce = 2 > net.ipv4.conf.all.arp_ignore = 1 > net.ipv4.conf.all.arp_announce = 2 > > Then do > # sysctl -p I always asuumed that you need to set the sysctl values first and only then bring up the loopback adapter, else it would do an arp broadcast.. Are there situations where you don't need to? Sebastian. _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
