On 2011-04-20, Indunil Jayasooriya <induni...@gmail.com> wrote:
> On Tue, Apr 19, 2011 at 12:00 PM, Indunil Jayasooriya
><induni...@gmail.com> wrote:
>
>
>> many thanks.  I got it working. I changed from http_port 3129 intercept to
>> http_port 127.0.0.1:3129 intercept in squid.conf file.
>>
>> Here's the rule in pf.conf
>>
>> pass in log on $int_if proto tcp from $lan_net to any port 80 \
>>     divert-to 127.0.0.1 port 3129
>>
>
> very sorry. After sending this mail, I checked squid cache.log with
> below command
>
> tail -f /var/squid/logs/cache.log
>
>
>  this below error still appears.
>
> Intercept.cc(305) PfInterception: PF open failed: (13) Permission denied
>
>
> I just wanted to let you know. If this is a trouble, Pls excuse me.
>
>
>
>
>
> --
> Thank you
> Indunil Jayasooriya
>
>

Your copy of Squid is built with --enable-pf-transparent, build a new one
from -current ports or remove that line from CONFIGURE_ARGS and reinstall.

Reply via email to