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. Marek Barczyk -- mail: [EMAIL PROTECTED] | jid:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

