From owner-freebsd-questions Fri Jun 1 7:38:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by hub.freebsd.org (Postfix) with ESMTP id 7006137B43C for ; Fri, 1 Jun 2001 07:38:51 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by copland.udel.edu (8.9.3/8.9.3) with ESMTP id KAA10803; Fri, 1 Jun 2001 10:38:48 -0400 (EDT) Date: Fri, 1 Jun 2001 10:38:48 -0400 (EDT) From: John To: Nick Rogness Cc: Eric Rosenberry , Subject: RE: Gateway oddness In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 > > Unfortunately, I had already tried that... I came up with nothing but > > hits in my backup files. In terms of filters, nothing in > > /etc/hosts.allow appears to be a potential cause of the blockage, and > > my entire firewall scheme is as follows: > > > > > divert 8668 ip from any to any via fxp0 > > allow ip from any to any via lo0 > > allow ip from any to any via fxp0 > > allow ip from 128.175.171.125 to 127.0.0.0/8 > > deny log logamount 100 ip from any to 127.0.0.0/8 > > allow ip from any to any > > deny ip from any to any > > > > > I've not much more luck, really... I'm open to all suggestions though > > =) > > natd is hosed up in some way (I'll bet). What are the > options you are giving to natd when started? NATD is starting out from /etc/rc.conf via the following: natd_enable="YES" natd_interface="fxp0" natd_flags="-f /etc/natd.conf" where fxp0 is my internal NIC. The contents of /etc/natd.conf are: dynamic yes redirect_port tcp 192.168.1.2:51210 51210 redirect_port udp 192.168.1.2:51200 51200 redirect_port udp 192.168.1.2:51201 51201 The most confounding part of it all is that this worked just fine at the beginning of the week while on my old IP... none of those things have changed. I just killed and restarted NATD manually to see if that might burp it, and there was no change. Thanks again!!! --John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message