From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brent Clark Subject: Re: ROUTE woes ? Date: Tue, 23 Aug 2005 22:14:25 +0200 Message-ID: <430B83A1.1000908@eccotours.dyndns.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Ruben Cardenal Cc: 'iptables' Ruben Cardenal wrote: > Hi, > >>gate:/usr/src# iptables -t mangle -A FORWARD -p tcp --dport 80 -j ROUTE -- >>oif eth2 > > It must be used on the POSTROUTING chain of the mangle table. Hi Ruben Thanks for replying You 100% correct, thanks for setting me straight, but i still struggling, since I dont have the target ROUTE in my kernel gate:~# iptables -t mangle -A POSTROUTING -p tcp --dport 80 -j ROUTE --oif eth2 iptables: No chain/target/match by that name gate:~# Ive been looking at the various path o matics, and I cant find the patch my kernel. Thanks anyway Kind Regards Brent Clark