From owner-freebsd-questions Fri Feb 16 11:30:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.globalsupremacy.com [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id 9CED237B491 for ; Fri, 16 Feb 2001 11:30:48 -0800 (PST) Received: from wiegand.org [208.194.173.26] by pioneernet.net with ESMTP (SMTPD32-6.05) id A0C9530182; Fri, 16 Feb 2001 11:34:33 -0800 Message-ID: <3A8D8083.4E1ED407@wiegand.org> Date: Fri, 16 Feb 2001 11:33:23 -0800 From: Chip X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: natd trouble-shooting - how? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So the arp message problem is fixed but natd is still broken. Here is my setup: natd.conf - use_sockets yes port 8668 alias 208.194.173.26 interface ep1 redirect_port tcp 192.168.1.14:http 0:0 http rc.firewall natd section - case ${firewall_type} in [Yy][Ee][Ss]etc etc case ${natd_enable} in [Yy][Ee]etc etc if [ -n "{$natd_interface}"]; then ${fwcmd} add 50 divert natd all from any to any via ${natd_interface} fi ;; esac esac I can ping both nics in the box from anywhere on my network, the web server nic also answers a ping. The web server (at 192.168.1.14) is running and loads the web pages when called by ipaddress from inside my network. Top shows natd is running. hmm, am I forgetting anything? When I hit my web site on the public isp (www.wiegand.org), it redirects to my home web server, above, whence the natd redirect. But the natd redirect is not working. If you hit my web site you will get a time out when it tries to connect to my web server. Summary: natd is running, apache is running, both nics are good, natd does not redirect. My question - how do I trouble shoot this from inside the network? -- Chip Wiegand Alternative Operating Systems www.wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message