From owner-freebsd-questions Wed Jul 11 23: 3:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id AA76837B405 for ; Wed, 11 Jul 2001 23:03:13 -0700 (PDT) (envelope-from chip@wiegand.org) Received: from wiegand.org [66.114.152.128] by pioneernet.net with ESMTP (SMTPD32-6.06) id ADCD85C007C; Wed, 11 Jul 2001 23:03:57 -0700 Message-ID: <3B4D3F5C.D747EB48@wiegand.org> Date: Wed, 11 Jul 2001 23:10:36 -0700 From: Chip X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: deasey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: firewall and freebsd 4.3 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 I do something similar, this is direct from Gregs book - I set up natd.conf with the following lines defined: port 8668 alias_address xxx.xxx.xx.xx (ip address the isp gave you) redirect_address xxx.inside.net.address xxx.ipadd.from.isp - interface xl1 log unregistered only You should read the natd man page for specifics, you may need to use redirect_port instead of redirect_address. -- Chip deasey wrote: > > out with errata to boot. Do you have any specific questions? > > > > Joe Clarke > > Yes in the book that I have it looks like the divert command can only > divert an incomming packet to another port on the machine running the > firewall. Is this still true and are their any tools to divert the packet > to another machine ? > > Here's what I am trying to accomplish, I have 3 machines that will be > behind the firewall, one of which is a windows box running radmin. (a > remote control program, which uses port 4899) I wish to allow some ip's to > be delivered to this box/port if they come from a range of ip address. > > Is this possible ? > > Thanks > > Geoffrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message