Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 10:15:32 +1300
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        Mikel King <mikel@ocsinternet.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: more re: stupid NATD tricks...
Message-ID:  <20010110101532.A34084@itouchnz.itouch>
In-Reply-To: <3A5B3493.D2E0D3B3@ocsinternet.com>; from mikel@ocsinternet.com on Tue, Jan 09, 2001 at 03:56:04PM %2B0000
References:  <3A5B3493.D2E0D3B3@ocsinternet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 09, 2001 at 03:56:04PM +0000, Mikel King wrote:

[...]
>     If I remove the redirect_port and put redirect_address 10.0.0.77
> 208.239.172.50 instead then I get the following;
> 
>          telnet 208.239.172.50 80
>         Trying 208.239.172.50...
>         telnet: connect to address 208.239.172.50: Operation timed out
>         telnet: Unable to connect to remote host
> 
>     Remember 10.0.0.77 surfs out through this box fine, and other
> workstations on the backnet and surf to 10.0.0.77 without a problem.

You need to configure your fxp0 with an IP alias, so that it responds
to 208.239.172.50 as well. So, in your /etc/rc.conf put in:

	ifconfig_fxp0_alias0="inet 208.239.172.50 netmask 255.255.255.255"

Hope this helps
-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
                   "Lots of folks confuse bad management with destiny"
                                                         - Kin Hubbard


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?20010110101532.A34084>