On Thu, 10 Oct 2002, Marc Hunter wrote:
> Hi,
>
> We have just implemented an ipfw and natd firewall and generally it
> works great. We are using natd for traffic going out and to redirect
> outside traffic on port 80 to a particular webserver. However, when a
> machine within the network attempts to access the web server through its
> external address (using the domain name for instance) it doesn't work.
>
> Is there some special trick to deal with this?
Yeh, run an internal DNS server which resolves the site
differently on the inside of your network to the internal address.
Any other workaround is considered shitty by most people, like:
ipfw divert natd all from any to any via $outside_int
ipfw divert natd all from any to any via $inside_int
However, this would probably work [not sure].
Nick Rogness <[EMAIL PROTECTED]>
- WARNING TO ALL PERSONNEL:
Firings will continue until morale improves.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message