Bug #2944
closeddansguarian squid proxyport default set to 127.0.0.1
0%
Description
I'm running: pfSense 2.0.2-RELEASE (i386)
If you state the 3128 port is default you should set to 3128 in the config file as I spent hours trying to get Dansguardian to work with squid thinking that installing squid3 after Dansguardian was causing my problem.
I was seeing messages about not being able to connect to the proxy port ( something like that ). Rolled up my sleeves, logged in via ssh did "cd /usr/local/etc/dansguardian" followed by "grep -i proxyport dansguardian.conf" which returned "proxyport = 127.0.0.1". I removed the package and removed the directory and tried again with the same result.
I had to actually enter 3128 in the setup screen for Dansguardian and save in which in confirmed via a shell "grep -i proxyport dansguardian.conf" which returned "proxyport = 3128".
I think that is why I saw quite a few forum posts from people have issues with setup. ??
Thanks for all your efforts!