[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prob w/ Apache behind NAT



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.