From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brent Clark Subject: Re: redirect all HTTP traffic Date: Wed, 04 Oct 2006 12:15:42 +0200 Message-ID: <452389CE.9060902@eccotours.co.za> References: <452387A9.3010906@eccotours.co.za> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <452387A9.3010906@eccotours.co.za> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Brent Clark wrote: > $IPT -t filter -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT > $IPT -t filter -A FORWARD -i eth1 -o eth1 -p tcp --dport 80 -m state > --state NEW -j ACCEPT sorry my forward was wrong. Should have been 3128 as opposed to 80 Thanks Brent