Hi, I use also ipvs in NAT mode with some SNAT rules to force traffic go back to client through my ipvs gateway. Note sure, but I guess that in your case, this should work with localhost service. In all cases, you should use IPVS specific iptables rules like that :
iptables -t nat -A IPVS_SNAT -m ipvs -d 10.180.88.29/32 --vaddr 10.180.88.35 --vport 514 -j SNAT --to-source 10.180.88.35 -m comment --comment "SNAT ipvs" I hope it will help you to find a solution. Best regards. -- Ivan Havlicek _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org Send requests to lvs-users-requ...@linuxvirtualserver.org or go to http://lists.graemef.net/mailman/listinfo/lvs-users