Date: Mon, 18 Sep 2000 22:51:04 -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: <20000918225104.I367@149.211.6.64.reflexcom.com> In-Reply-To: <39C6FCCC.D0103226@wiegand.org>; from chip@wiegand.org on Mon, Sep 18, 2000 at 10:42:36PM -0700 References: <39C6FCCC.D0103226@wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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? -- 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?20000918225104.I367>