Hi,
Try tu add this to /etc/sysctl.conf :
# No source verification
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
and then :
# sysctl -p /etc/sysctl.conf
perhaps it helps... but not really sure..
I've a similar server, but I use portfwd instead of iptables DNAT :
ethX -> portfwd -> dummy0 -> ipvs
as incoming packets don't pass through nat iptables when
they reach ethX but does when forwarded to dumm0 interface.
Best regards.
--
Ivan Havlicek
_______________________________________________
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
|