From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 06:50:06 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 9657816A4BF for ; Mon, 20 Oct 2003 06:50:06 -0700 (PDT) Received: from twix.hotpop.com (twix.hotpop.com [204.57.55.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D92643FBD for ; Mon, 20 Oct 2003 06:50:04 -0700 (PDT) (envelope-from xtomservox@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by twix.hotpop.com (Postfix) with SMTP id 5776B8C9132 for ; Mon, 20 Oct 2003 13:49:57 +0000 (UTC) Received: from esmith (66.239.159.18.ptr.us.xo.net [66.239.159.18]) by smtp-1.hotpop.com (Postfix) with ESMTP id B36C01A018B for ; Mon, 20 Oct 2003 13:49:52 +0000 (UTC) From: "Tom Servo" To: Date: Mon, 20 Oct 2003 09:50:00 -0400 Message-ID: <0193271C683D5844A478A359271B8F662E42DF@DC1.dynatec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <44brsckr85.fsf@be-well.ilk.org> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: RE: IPFW Antics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 13:50:06 -0000 Each time that I see the request dialog come up in my IRC client the = request times out because I think that my gateway is dropping the request = packets instead of forwarding them to my IRC machine. I know that ircd usually = runs on port 6667 so I am guessing that DCC requests must land in the same = area. I specified all ports from 6666-7000 to be safe but maybe these are the wrong ports??? -----Original Message----- From: Lowell Gilbert [mailto:freebsd-questions-local@be-well.ilk.org]=20 Sent: Monday, October 20, 2003 8:51 AM To: Tom Servo Cc: freebsd-questions@freebsd.org Subject: Re: IPFW Antics "Tom Servo" writes: > I am trying to run an IRC file server inside my network that is=20 > protected by a FreeBSD box that is running natd. I am running natd=20 > with the following options to enable IP forwarding to allow people to=20 > request files from my file server (192.168.0.101): >=20 > /sbin/natd -f /etc/natd.conf -redirect_port tcp=20 > 192.168.0.101:6666-7000 6666-7000 -n ep1 >=20 > Unfortunately, it appears that the natd box is not forwarding the=20 > incoming request packets correctly. Can anyone provide some insight=20 > on this? Thanks in advance. Is anything getting forwarded at all? How are those packets incorrect?