On Thu, 10 Oct 2002, wolf wrote:
> You might try freebsd-hackers or freebsd-stable mailing lists. They are
> more technically oriented for things like this.
Um, no don't send this to hackers or stable. That is not
their focus. This type of question is a newbie question and
belongs on this list. This question gets asked probably once a
month or so...maybe needs to be added to someone's FAQ I suppose.
Besides, they will probably tell you the same thing that was
mentioned below.
>
> Nick Rogness wrote:
>
> > 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.
> >
>
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