On Thu, 2009-04-23 at 17:28 -0700, Don McGregor wrote: > I'm trying to use LVS in a NAT setup. the realserver at 192.168.1.3 > Http is the service. A connection comes in to the LVS server, but when > iptables > is running it hangs in a SYN_RECV state, not completing the three-way > handshake.
Add a rule somewhere which permits all traffic (or that with src port == 80, proto == tcp) from 192.168.1.3. Graeme _______________________________________________ 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
