Date: Tue, 19 Sep 2000 00:02:33 -0700 From: "Crist J . Clark" <cjclark@reflexnet.net> To: Chip <chip@wiegand.org> Cc: "seafug@dub.net" <seafug@dub.net>, "freebsd-questions@freebsd.org" <freebsd-questions@FreeBSD.ORG> Subject: Re: natd does port forwarding? Message-ID: <20000919000233.L367@149.211.6.64.reflexcom.com> In-Reply-To: <39C70308.EF52766F@wiegand.org>; from chip@wiegand.org on Mon, Sep 18, 2000 at 11:09:12PM -0700 References: <39C6FCCC.D0103226@wiegand.org> <20000918225104.I367@149.211.6.64.reflexcom.com> <39C70308.EF52766F@wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 18, 2000 at 11:09:12PM -0700, Chip wrote: > "Crist J . Clark" wrote: > > > > On Mon, Sep 18, 2000 at 10:42:36PM -0700, Chip wrote: > > > I am wanting to redirect requests to my web site on a public > > > isp to my newly set up apache web server at home (using this - > > > <meta http-equiv="Refresh" Content="5; > > > url=http://208.194.173.26"> which does work fine). > > > I have natd enabled and natd interface specified in the rc.conf, > > > and divert sockets compiled into the kernel. It appears that natd > > > will > > > redirect incoming http requests to my web server with my > > > natd.conf written like this- > > > > > > use_sockets yes > > > same_ports yes > > > interface ep1 > > > redirect_port tcp 192.168.0.7 80 80 > > > > > > Or so it should, I guess. In the services file I have > > > natd 8668/divert > > > but I have seen it written up as > > > natd 6668/divert > > > in some sources, which is correct? > > > > > > Also, when I enter natd at the command line I get the > > > following message - > > > natd: aliasing address not given > > > > How are you starting natd(8)? With, > > > > # natd -f /etc/natd.conf > > > > Right? > > It starts at boot, but that command does work. Though I found my > natd in /usr/local/sbin/ and natd.conf in /etc. What version of FreeBSd are you running? natd should be /sbin/natd for 4.x. IIRC, it is (or was) /usr/sbin/natd in 3.x. /etc/natd.conf is wherever you put it. It does not exist by default. > Now there is a > copy of both in both directories, which is probably not right, > but it is running and does start on boot-up. Both directories? -- Crist J. Clark cjclark@alum.mit.edu 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?20000919000233.L367>