Date: Tue, 19 Feb 2002 16:33:21 -0800 From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: Matt Lazarou <optical_longhaul@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Regarding NATD for FreeBSD 4.5-stable Message-ID: <20020219163321.I48401@blossom.cjclark.org> In-Reply-To: <F45DCZx4FR0rmTIVvLV00007d7b@hotmail.com>; from optical_longhaul@hotmail.com on Tue, Feb 19, 2002 at 10:02:26PM %2B0000 References: <F45DCZx4FR0rmTIVvLV00007d7b@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 19, 2002 at 10:02:26PM +0000, Matt Lazarou wrote: > Hi, > > I was wondering if someone could help me redirect incoming traffic to a > public server using the natd. When i tryed: > > natd -n txp0 -redirect_port tcp x.x.x.x:8888,x.x.x.x:8888 > I got the message: > natd: redirect_port: missing public port No comma, the separator is a space. > So i then tryed to specify a public port and i then got this message: > > natd -n txp0 -redirect_port tcp x.x.x.x:8888,x.x.x.x:8888 8888 > natd: Unable to bind divert socket.: Address already in use Even though you got the error message above, natd(8) did start and was bound to the divert socket. When you tried again, the second incarnation of natd(8) failed bcause the other was running. Kill the running natd(8) first, then try a new one with correct syntax. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org 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?20020219163321.I48401>