Date: Thu, 3 Jan 2002 18:51:03 +0800 (WST) From: Dean Hollister <dean@odyssey.apana.org.au> To: questions@freebsd.org Subject: ipfw question Message-ID: <20020103184834.R61032-100000@odyssey.apana.org.au>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020103184834.R61032-100000>