From owner-freebsd-questions Sun Oct 27 14:19:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEB137B401 for ; Sun, 27 Oct 2002 14:19:35 -0800 (PST) Received: from mail.bg (dialup207.varna.spnet.net [213.169.38.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F20443E42 for ; Sun, 27 Oct 2002 14:19:32 -0800 (PST) (envelope-from dpenev@mail.bg) Received: from mail.bg (localhost [127.0.0.1]) by mail.bg (8.12.5/8.12.5) with ESMTP id g9RMIIUd000567; Mon, 28 Oct 2002 00:18:19 +0200 (EET) (envelope-from dpenev@mail.bg) Received: (from root@localhost) by mail.bg (8.12.5/8.12.5/Submit) id g9RMIBlQ000566; Mon, 28 Oct 2002 00:18:11 +0200 (EET) Date: Mon, 28 Oct 2002 00:18:10 +0200 From: "D. Penev" To: Robert Hall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Starting natd Message-ID: <20021027221810.GB243@earth.dpsca.bg> Mail-Followup-To: Robert Hall , freebsd-questions@FreeBSD.ORG References: <5.1.1.6.1.20021026141358.00a82db0@pop.starpower.net> <5.1.1.6.1.20021026141358.00a82db0@pop.starpower.net> <5.1.1.6.1.20021027141511.00ad07e8@pop.starpower.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5.1.1.6.1.20021027141511.00ad07e8@pop.starpower.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 27, 2002 at 02:18:21PM -0500, Robert Hall wrote: >Date: Sun, 27 Oct 2002 14:18:21 -0500 >To: freebsd-questions@freebsd.org >From: Robert Hall >Subject: Re: Starting natd > >At 11:41 PM 10/26/2002 +0300, you wrote: >>On Sat, Oct 26, 2002 at 02:18:01PM -0500, Robert Hall wrote: >>>Date: Sat, 26 Oct 2002 14:18:01 -0500 >>>To: freebsd-questions@freebsd.org >>>From: Robert Hall >>>Subject: Starting natd >>> >>>I'm setting up a FBSD 4.4 box as a gateway. I've got >>> natd_enable="YES" >>> natd_interface="ppp0" >>>in rc.config, but I can't get natd to run without entering >>> natd -interface ppp0 >>>at the comand prompt. I assume this is a configuration problem, but I've >>>been through the files several times and can't find an error. Can someone >>>tell me how to get natd to run automatically? >> >>If you use user ppp ( ppp(8) not pppd(8)) I suggest you to use build in nat >>in rc.conf : >>ppp_nat="YES" >> >>But if you for some reasons want to use natd, then you must first start ppp >>or pppd before starting natd. Note if you use ppp set interface to tun0 not >>to ppp0. > >I'm using kernel ppp (pppd). It is already set up and it runs. I have set >up FreeBSD boxes before with this configuration, and natd started >automatically and ran without any intervention on my part. For some reason, >it doesn't do that this time, and I have to start it manually. I'm hoping >someone can tell me why, so I can fix it. Put in rc.conf: natd_flags="-dynamic" > >Bob Hall > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message -- Regards, D. Penev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message