Hi,
I am trying to run Squid 3.3.8 as a transparent proxy. I use pf as my firewall. I had huge problems getting it to work and I usually ended up getting this kind of lines to my cache.log:
After fighting with Squid for a day I finally decided to try
I don't know if this can lead to security issues? I am the only one having an account to the system.
Anyway, after a reboot the permissions of /dev/pf was set back to 600. Should I make a bootscript for setting permissions to 644 or does someone have a better solution after having this similar problem?
I am trying to run Squid 3.3.8 as a transparent proxy. I use pf as my firewall. I had huge problems getting it to work and I usually ended up getting this kind of lines to my cache.log:
Code:
2013/07/27 22:51:37 kid1| PF open failed: (13) Permission denied
After fighting with Squid for a day I finally decided to try
chmod 640 /dev/pf
. Didn't solve the problem, but running chmod 644 /dev/pf
did solve it. I don't know if this can lead to security issues? I am the only one having an account to the system.
Anyway, after a reboot the permissions of /dev/pf was set back to 600. Should I make a bootscript for setting permissions to 644 or does someone have a better solution after having this similar problem?