From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mattia Martinello Subject: Ports Date: Mon, 09 Sep 2002 19:30:03 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3D7CDA9B.1070706@iol.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter Could I allow a packet to transit in the FORWARD chain (under masquerading) from some host (or any host) to a host on a port? iptables -A FORWARD -p tcp -s 0.0.0.0/0 -d 192.168.2.101 -dport 80 -j ACCEPT don't work (only one -d is allowed). What can I do? Thank you very much Bye Mattia