Malcolm Turnbull a écrit :
> Make sure that all interfaces are covered if you have more than one:
> net.ipv4.conf.all.arp_ignore=1
> net.ipv4.conf.eth0.arp_ignore=1
> net.ipv4.conf.eth1.arp_ignore=1
> net.ipv4.conf.all.arp_announce=2
> net.ipv4.conf.eth0.arp_announce=2
> net.ipv4.conf.eth1.arp_announce=2
I only have 1 interface and already tried :
net.ipv4.conf.all.arp_ignore=1
net.ipv4.conf.eth0.arp_ignore=1
net.ipv4.conf.all.arp_announce=2
net.ipv4.conf.eth0.arp_announce=2
The result was the same.
> You don't need the hidden stuff (don't think its in Ubuntu anyway.)
OK.
> also
>
> ipvsadm -Lnc
>
> will show a lot of SYN_RECV if you are getting ARP issues.
I will try that as soon as I get back to work, next week. Thanks for
your answer, I'll get back after I have tested it.
|