Reiner Menkens schrieb: > Hi, > >> Hm, thanks for the info :) >> >> I followed the LVS-mini howto >> http://www.austintek.com/LVS/LVS-HOWTO/mini-HOWTO/LVS-mini-HOWTO.html >> and the realservers have been set-up using >> >> >> -------- >> echo "0" >/proc/sys/net/ipv4/ip_forward >> >> >> /sbin/ifconfig lo:87 192.168.1.87 broadcast 192.168.1.87 netmask >> 255.255.255.255 up >> /sbin/route add -host 192.168.1.87 dev lo:87 >> >> echo "1" >/proc/sys/net/ipv4/conf/all/arp_ignore >> echo "1" >/proc/sys/net/ipv4/conf/lo/arp_ignore >> -------- >> > I think you have to set arp_announce to 2 as described in > http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.arp_problem.html#2.6_arp > echo "2" >/proc/sys/net/ipv4/conf/eth0/arp_announce > HTH > bye > Reiner > > Hello again,
that was exactly what i was missing! arp_ignore has to be set to 1 and arp_announce to 2, for "all" and "eth0" (even if the VIP is running on lo:xy). the cluster is up and running some hours now. now problems so far. thank you! by SK _______________________________________________ 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
