From owner-freebsd-questions Sun Jan 4 16:27:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA10619 for questions-outgoing; Sun, 4 Jan 1998 16:27:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA10612 for ; Sun, 4 Jan 1998 16:27:22 -0800 (PST) (envelope-from jak@cetlink.net) Received: from unknown (ts1-cltnc-29.cetlink.net [209.54.58.29]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id TAA27553; Sun, 4 Jan 1998 19:27:06 -0500 (EST) From: jak@cetlink.net (John Kelly) To: "Daniel \"The Bruce\" Keller" Cc: "FreeBSD Questions List" Subject: Re: Natd only works one way? Date: Mon, 05 Jan 1998 01:27:55 GMT Message-ID: <34b236d3.2794199@mail.cetlink.net> References: <002b01bd196f$c624b2c0$693d9bce@g6-200> In-Reply-To: <002b01bd196f$c624b2c0$693d9bce@g6-200> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id QAA10613 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 4 Jan 1998 16:20:42 -0800, "Daniel \"The Bruce\" Keller" wrote: >Hi, >I am having some trouble configuring natd. I have followed all the >directions from the man page. if I run natd.test (on 192.168.1.1), it starts >up fine, and if I try to ping my ISP (206.99.118.101) from the other machine >on my network (192.168.1.2) ping sends the packets, but I never get a >reply.On the machine running natd I get "In [ICMP] 192.168.1.2 -> >206.99.118.101 aliased to" messages as long as the ping is running, but no >other messages. I never get and "Out" messages, so I guess packets from >192.168.1.2 are getting out to the internet, but packets from the internet >are not getting to 192.168.1.2. Any help with this would be appreciated. >thanks, >Daniel Keller Did you set gateway_enable="YES" in rc.conf? John