On Fri, 14 Jan 2011, Humberto L Jucá wrote:
Hi, i found a simple way to resolv this:
## Config VIP addr
ifconfig lo:0 <ip> netmask 255.255.255.255 up
ip route add <ip>/32 dev lo:0
## Disable arp resolution in loopback interface
ip link set lo arp off
Linux doesn't honour the arp flag. Your setup may be
working, but not because of this. (the HOWTO explains how an
LVS can work, even if you haven't solved the arp problem)
Joe
--
Joseph Mack NA3T EME(B,D), FM05lw North Carolina
jmack (at) wm7d (dot) net - azimuthal equidistant map
generator at http://www.wm7d.net/azproj.shtml
Homepage http://www.austintek.com/ It's GNU/Linux! _______________________________________________
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
|