Date: Mon, 16 Mar 1998 10:28:09 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: anthony@sohopros.com Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: Help with natd? Message-ID: <Pine.BSF.3.96.980316102627.26071b-100000@gdi.uoregon.edu> In-Reply-To: <3.0.32.19980316074514.00804710@pop.flash.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980316102627.26071b-100000>