Reiner Menkens schrieb:
>>
>> 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
>
>
thanks for the link!
before bringing up lo:87 with VIP i execute
echo "1" >/proc/sys/net/ipv4/conf/all/arp_ignore
echo "1" >/proc/sys/net/ipv4/conf/eth0/arp_ignore
echo "2" > /proc/sys/net/ipv4/conf/eth0/arp_announce
echo "2" > /proc/sys/net/ipv4/conf/all/arp_announce
(i have only an eth0 in the machines)
but it is still the same result....
ipvsadm still shows me InActConns a -c -n lists them as FIN_WAIT.
bye
SK
_______________________________________________
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
|