[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Prob w/ Apache behind NAT
- To: misc@openbsd.org
- Subject: Re: Prob w/ Apache behind NAT
- From: Henning Brauer <lists-openbsd@bsws.de>
- Date: Thu, 1 Aug 2002 12:20:46 +0200
- Content-Disposition: inline
- Mail-Followup-To: misc@openbsd.org
- References: <200207312150.46381.mjr318@psu.edu> <000001c238ff$aacd6a80$3201a8c0@wc>
On Wed, Jul 31, 2002 at 10:03:33PM -0400, William Culler wrote:
> -----Original Message-----
> From: owner-misc@openbsd.org [mailto:owner-misc@openbsd.org] On Behalf
> Of Matt Rickard
> Sent: Wednesday, July 31, 2002 9:51 PM
> To: misc@openbsd.org
> Subject: Prob w/ Apache behind NAT
>
> > If I put in the dyndns domain name, I get nothing.
>
> Do you have named running and configured? If not, then that would be my
> guess at to what your problem is.
pah humbug.
it's the same old story, the redirection from your_external_address to
webservers_internal_address only happens on packets traversing the
_external_ pf box' interface. this is not true for requests from the inside.
pf cannot reflect packets back, so you have to run split horizon DNS, I
think that's in the FAQ nowadays.