From owner-freebsd-questions Thu Jan 3 2:51: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id AAD7A37B417 for ; Thu, 3 Jan 2002 02:51:05 -0800 (PST) Received: from odyssey.apana.org.au (IDENT:kSFQAhMs/B67jdLqXML7QQrou12nGHWw@odyssey.apana.org.au [203.11.114.1]) by odyssey.apana.org.au (8.9.3/8.9.3) with ESMTP id SAA61151 for ; Thu, 3 Jan 2002 18:51:04 +0800 (WST) Date: Thu, 3 Jan 2002 18:51:03 +0800 (WST) From: Dean Hollister To: questions@freebsd.org Subject: ipfw question Message-ID: <20020103184834.R61032-100000@odyssey.apana.org.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've combed through the handbook and faq...I'm stuck on one particular type of ipfw rule. I want to redirect any outgoing tcp connections on a specific port to another host,port. For example: ipfw add 90 fwd 1.1.1.1,100 tcp from localhost to any 100 out The command accepts, but when I attempt a connection, the packets are not being filtered. What am I doing wrong? Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message