From owner-freebsd-questions Sun Nov 14 21: 5:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from laurasia.com.au (lauras.lnk.telstra.net [139.130.93.142]) by hub.freebsd.org (Postfix) with ESMTP id 2566214BE1 for ; Sun, 14 Nov 1999 21:05:39 -0800 (PST) (envelope-from mike@laurasia.com.au) Received: (from mike@localhost) by laurasia.com.au (8.9.1a/8.9.1) id NAA08996; Mon, 15 Nov 1999 13:05:25 +0800 (WST) From: Michael Kennett Message-Id: <199911150505.NAA08996@laurasia.com.au> Subject: Re: how do i know that natd is running? In-Reply-To: <3.0.6.32.19991114230209.016bf1d0@bga.com> from "outlawtx@bga.com" at "Nov 14, 99 11:02:09 pm" To: outlawtx@bga.com Date: Mon, 15 Nov 1999 13:05:25 +0800 (WST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [message thread sent to the mailing list] > Hi Mike, > > Not sure that that works. Nothing comes back from that command. OK. When the system starts up, do you get any error messages? E.g. "natd: aliasing address not given" ?? If the `ps -ax | grep natd` returns nothing, then natd is not running. The problem is now to find out why. Do you have the gateway_enable="YES" flag set in /etc/rc.conf? Please send the output of the command sysctl net.inet.ip.forwarding command (See step 3 of 'RUNNING NATD', in the natd (8) manpage). Regards, Mike Kennett > > Don > > > At 12:47 PM 11/15/1999 +0800, you wrote: > >> Hi Mike, > >> > >> Ok, mike. I'll ask the question this way: > >> > >> How do I know that natd is running? > > > >How about: > > > > ps ax | grep natd > > > >Does that work? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message