From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandru Dragoi Subject: Re: Problems with target ROUTE Date: Fri, 14 Jul 2006 10:54:59 +0300 Message-ID: <44B74DD3.7050102@zoomnet.ro> References: <44b741c1.e40.0@euskalerria.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <44b741c1.e40.0@euskalerria.org> 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" To: sergiolozano@euskalerria.org Cc: netfilter@lists.netfilter.org sergiolozano@euskalerria.org wrote: >Hi all, > >I have a host with 4 net cards and I need all network traffic to 8180 port >of one of them goes to another net card. So, I've thougth about executing >this iptables command: >iptables -t mangle -A PREROUTING -p tcp --dport 8180 -s x.x.x.x -d x.x.x.x >-j ROUTE --gw x.x.x.x -oif x > >However, when I execute this command, this is the message: >'iptables: No chain/target/match by this name' >I know that my kernel supports this target because I got a proper help when >I execute 'iptables -t mangle --help'. > >Please, help me. >_________________________________________________________ >Lortu posta elektronikoa doan >>> http://www.euskalerria.org >___________________________________________________________________________________________ >Lortu posta elektronikoa doan >> http://www.euskalerria.org > > > Actually it means the iptables tool knows about the ROUTE target, but the kernel doesn't.