Doug Gough <[EMAIL PROTECTED]> writes: > I'm running squid, but in transparent mode. I have tried to enter the info > into the proxy settings on IE, but it doesn't change anything.
hello there, transparent mode is exactly what it says: the http connections are redirected, using ipchains, to 3328 port, the SNF squid port. You could check that using a command like ipchains -L |grep 3328 on the firewall, or using the web interface on bastille service status. netstat -a | grep LISTEN | grep 3328 should also give you something. you could run a command like tail -f /var/log/squid/store.log on the firewall and try to connect to the web with some client. You should see new entries. you could forbid the http access on office traffic and, eventually, add the proxy entries for ftp only in the web browsers. cheers, -- Florin http://www.mandrakesoft.com
