[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Is it possible to target rule in one table to a user defined chain in another?



On Mon, Jun 05, 2006 at 06:22:58PM +0200, Marek Barczyk wrote:
> On Wed, May 31, 2006 at 07:30:08PM +0300, ??????????? ?????? wrote:
> > Is it possible to target rule in one table to a user defined chain in
> > another?
> 
> No.
> 
> > For example:
> > 
> > 1. Adding my own chain to filter table
> > 
> > # iptables -N MY_CHAIN
> > 
> > 2. Add a rule in nat table targeting MY_CHAIN from filter table
> > 
> > # iptables -A PREROUTING -t nat -s 0.0.0.0/0 -d 0.0.0.0/0 -j MY_CHAIN
> > 
> > the last results in:
> > 
> 
> But you can mark (--mark) packets in nat table, and base on this mark, direct
> them to MY_CHAIN in filter table.

sorry, you can mark packets in mangle table.

Marek Barczyk 
-- 
mail: mbarczyk@post.pl | jid:thot@chrome.pl



Reply to: