View Single Post
  #3 (permalink)  
Old 05-Jul-2009, 16:23
framp's Avatar
framp framp is offline
Student Penguin
 
Join Date: Oct 2008
Location: Stuttgart, Germany
Posts: 76
framp hasn't been rated much yet
Default Re: Transparent proxy using Squid + Dansguardian + SuSEfirew

I had a squid and dansguardian setup long time ago - but I had a real firewall which wasn't used as a client like in your case. Frankly I don't understand why you allow a browser on a FW - but anyhow:

Make sure your custom iptable rules are in the fw_custom_before_denyall() section.

Then you should change -A (append) into -I (insert) to make sure your iptable rules have higher priority than the SuSE rules.

If it still does not work I would start with squid only - and if this works add dansguardian in front of squid. This way you increse the config complexity step by step
Reply With Quote