Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 22:36:18 -0600
From:      Lucas Bergman <lucas@slb.to>
To:        Benjamin Ossei <ben@cahostnet.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NATd problems
Message-ID:  <20010129223618.A7997@billygoat.slb.to>
In-Reply-To: <20010130034548.F2D572752@sitemail.everyone.net>; from ben@cahostnet.net on Mon, Jan 29, 2001 at 07:45:48PM -0800
References:  <20010130034548.F2D572752@sitemail.everyone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010129223618.A7997>