From owner-freebsd-questions Mon Jan 29 20:38:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 61E0237B404 for ; Mon, 29 Jan 2001 20:38:32 -0800 (PST) Received: (qmail 25466 invoked by uid 1000); 30 Jan 2001 04:36:19 -0000 Date: Mon, 29 Jan 2001 22:36:18 -0600 From: Lucas Bergman To: Benjamin Ossei Cc: freebsd-questions@freebsd.org Subject: Re: NATd problems Message-ID: <20010129223618.A7997@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010130034548.F2D572752@sitemail.everyone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010130034548.F2D572752@sitemail.everyone.net>; from ben@cahostnet.net on Mon, Jan 29, 2001 at 07:45:48PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm trying to configure nat. I have specified in my rc.conf file to > have the xl0 to be used for nat. This is the public side of my > server. I'm using release 4.2. When I issue the command natd > -redirect_port tcp 192.168.1.3:80 80 -interface xl0, I get "unable > to bind divert socket.: Address already in use". > > Any idea why I'm getting this? It means a `natd' is already running. This is the case since you had natd start at boot time from rc.conf. So, if you try to start another daemon on the command line, it will fail. If you need to send special flags to natd, specify them in rc.conf. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message