From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 05:50:51 2003 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 67B2A16A4B3 for ; Mon, 20 Oct 2003 05:50:51 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id C332F43FDF for ; Mon, 20 Oct 2003 05:50:50 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 75E9B3B04; Mon, 20 Oct 2003 08:50:50 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Tom Servo" References: <0193271C683D5844A478A359271B8F662E42DB@DC1.dynatec.com> From: Lowell Gilbert Date: 20 Oct 2003 08:50:50 -0400 In-Reply-To: <0193271C683D5844A478A359271B8F662E42DB@DC1.dynatec.com> Message-ID: <44brsckr85.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: IPFW Antics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 12:50:51 -0000 "Tom Servo" writes: > I am trying to run an IRC file server inside my network that is protected by > a FreeBSD box that is running natd. I am running natd with the following > options to enable IP forwarding to allow people to request files from my > file server (192.168.0.101): > > /sbin/natd -f /etc/natd.conf -redirect_port tcp 192.168.0.101:6666-7000 > 6666-7000 -n ep1 > > Unfortunately, it appears that the natd box is not forwarding the incoming > request packets correctly. Can anyone provide some insight on this? Thanks > in advance. Is anything getting forwarded at all? How are those packets incorrect?