Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2007 13:14:15 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Mike Lempriere <mike@vintners.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: config problem routing external IP in to local net
Message-ID:  <017E39A8-9E6A-4D9C-96FC-6578C1E6A95A@mac.com>
In-Reply-To: <46EDB5C7.5030100@vintners.net>
References:  <46EDB5C7.5030100@vintners.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sep 16, 2007, at 4:01 PM, Mike Lempriere wrote:
> The problem is that I need one specific machine to appear on the  
> Internet proper with a unique IP address.
> I've hunted around the web and spent a bunch of time messing with  
> things, and have them sort of working.
> It appears that when the outside world asks for this machine, it  
> gets there, yay!

Using the redirect_address statement to natd.conf should give you this.

> The trouble is that this machine cannot see it's own requests.

If you're natting the external IP to an internal IP, then you'll need  
to use that internal IP address on the local subnet.  You might try  
using "machinename.example.com" for the external IP, and  
"machinename.local" for the internal IP; or you can use split DNS if  
you want to use the same hostname both inside and outside.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017E39A8-9E6A-4D9C-96FC-6578C1E6A95A>