From owner-freebsd-questions Mon Mar 16 10:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06538 for freebsd-questions-outgoing; Mon, 16 Mar 1998 10:28:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06353 for ; Mon, 16 Mar 1998 10:28:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA26253; Mon, 16 Mar 1998 10:28:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 16 Mar 1998 10:28:09 -0800 (PST) From: Doug White Reply-To: Doug White To: anthony@sohopros.com cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Help with natd? In-Reply-To: <3.0.32.19980316074514.00804710@pop.flash.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 16 Mar 1998 anthony@sohopros.com wrote: > After I start my PPP connection I start natd > like this: natd -interface ed2. > > (ed2 is the only network card I have. > Also this is a dialup connection via a modem.) > > Then I can ping my dynamic IP from the client side, > but I can not get to the outside world. > > I have given the option IPDIVERT and option IPFIREWALL, > but had to remove the IPFIREWALL because I could not > see the outside world on my server. > > If anyone has any ideas what should look at I would > be grateful. I'd have to experiment with this, but I think natd requires IPFW to get the divert sockets. For your connectivity problem, you probably forgot to set these up and got the default rule of `deny everything'. Try setting these in /etc/rc.conf: firewall_enable="YES" # Set to YES to enable firewall firewall_type="open" # Firewall type (see /etc/rc.firewall) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message