LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: iptables and lvs_nat

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: iptables and lvs_nat
From: Martijn Klingens <mklingens@xxxxxx>
Date: Wed, 2 Oct 2002 17:01:03 +0200
On Wednesday 02 October 2002 17:58, Alex Kramarov wrote:
> Look at my previous email. this doesn't work with lvs (at least for me),
> lvs'ed connections don't seem to register with iptables correctly. 

Hmm, then the only option is the classical non-stateful version:

iptables -I INPUT -p tcp --dport 80 ! --syn -d ${RIP} -j ACCEPT

(Should be INPUT in my other mail too btw, as the LVS box truly has that IP, 
not FROWARD, sorry.)
-- 
Martijn



<Prev in Thread] Current Thread [Next in Thread>