Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 01:33:33 +0600
From:      applecom@inbox.ru
To:        sonjaya <son_jaya@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: error squid when using pf
Message-ID:  <444FCB0D.3040804@inbox.ru>
In-Reply-To: <20060426133032.66858.qmail@web52109.mail.yahoo.com>
References:  <20060426133032.66858.qmail@web52109.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> i try use pf for transparant proxy ( i get from here
> http://www.benzedrine.cx/transquid.html )
> when i configure manual to use proxy is working fine .
> then i try to use pf for redirection connection to
> proxy :
> int_if="vr0"
> ext_if="xl0"
> 
> rdr on $int_if inet proto tcp from any to any port www
> -> 127.0.0.1 port 3128
> 
> pass in on $int_if inet proto tcp from any to
> 127.0.0.1 port 3128 keep state
> pass out on $ext_if inet proto tcp from any to any
> port www keep stat
> 
> i always get error = Unable to determine IP address
> from host name for www.domain.com such like error dns
> but my dns resolver working fine .
> what should i chek squid or my pf script 

Maybe "-D" flag for squid will help ("Disable initial DNS tests") ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444FCB0D.3040804>