From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 12:15:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A307416A4CE for ; Sun, 13 Feb 2005 12:15:25 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40BB43D2D for ; Sun, 13 Feb 2005 12:15:24 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1D0Iep-0001EB-0A; Sun, 13 Feb 2005 13:15:23 +0100 Date: Sun, 13 Feb 2005 13:15:21 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1944167642.20050213131521@hexren.net> To: Warren In-Reply-To: <200502132047.08553.shinjii@virusinfo.rdksupportinc.com> References: <200502132047.08553.shinjii@virusinfo.rdksupportinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: routing help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 12:15:25 -0000 W> I need a way of routing all udp & http traffic on ports 6881-6999 that hit W> machine A to be passed through to machine B on the same ports .. how do i go W> about doing this with as much simplicity as possible. --------------------------------------------- Install pf,ipfw or ipf (I prefer pf but thats opionion) and use the port forwarding features built into the firewall. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html Hexren