LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[lvs-users] Ignoring ARP on *all* interfaces? Docs seem to say so

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [lvs-users] Ignoring ARP on *all* interfaces? Docs seem to say so
From: "Henry C." <henka@xxxxxxxxxxxxx>
Date: Sat, 15 Oct 2011 08:14:32 +0200
Hi,

>From the documentation, one way to fix the ARP problem:

# LVS:  prevent this server from replying to ARP requests for the VIP
# and bypassing the director.
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
net.ipv4.conf.tunl0.arp_ignore = 1

This seems to work well, but I'm curious about the line:

net.ipv4.conf.all.arp_ignore = 1

Will this not affect the other non-VIP interfaces on the realserver?  This
line seems to imply that ALL interfaces will not respond to ARPs...  Also, why
ignore ARPs on loopback (lo)?

It just seems counter-intuitive.

-- 
Regards
Henry


_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

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