Date: Wed, 11 Jul 2001 11:05:24 -0400 (EDT) From: Francisco Reyes <lists@natserv.com> To: Michael Tang Helmeste <dbzgoku_gt@yahoo.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: natd Message-ID: <20010711110046.O2710-100000@zoraida.natserv.net> In-Reply-To: <20010711083105.29787.qmail@web13606.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Jul 2001, Michael Tang Helmeste wrote: > I have a machine which acts as a NAT gateway for a > network. I was recently going to change the > configuration of natd, and so I killed off natd. On a > machine behind it, I could ping out, but then > suddenly, all my connections to the NAT gateway > machine were dropped. I can no longer ping the NAT > gateway from it's external IP, or contact it. Any idea > what happened? I don't have an answer, but I do think you need to indicate you OS version. Just saw some other emails and older versions of FreeBSD seem to behave different when natd is initialized. Did you try rebooting the machine? Also I am not clear what you mean that you can not contact the machine from outside. The natd interface should only affect packets going from to/from the internal network. I don't see how the external interface would be down because of something you did with natd. How about giving us: -ifconfig output (just the basics like below) fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.10.1 netmask 0xffffff00 broadcast 192.168.10.255 ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 66.114.65.147 netmask 0xffffff00 broadcast 66.114.65.255 -rc.conf settings related to natd (like below) natd_enable="YES" # Enable natd (if firewall_enable == YES). natd_interface="ed0" # Public interface or IPaddress 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?20010711110046.O2710-100000>