Copied from some place else, don't put me against the wall if it doesn't work

Here is the way to install everything.
- Download Dansguardian (
http://gd.tuwien.ac.at/opsys/linux/e-smith/contrib/StephenNoble/RPMS/noarch/e-smith-dansguardian-0.1-1.noarch.rpm)
- Install it with "rpm -Uvh"
- Find and install e-smith-transproxy (
http://www.free-electron.org/e-smith/download/more_rpm/e-smith-transproxy-0_2-3_noarch.html)
You'll have to modify the port the requests are redirected on..
Edit : /etc/e-smith/templates/etc/rc.d/init.d/masq/35transproxy
- (line number 9)
$OUT .= "/sbin/ipchains --append input -j REDIRECT 3128 -p tcp ";
Modify "3128" by "8080"
- (line number 25)
$OUT .= " /sbin/ipchains --append input -j REDIRECT 3128 ";
Modify "3128" by "8080"
Then, save this file and do :
service squid stop
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq
/sbin/e-smith/expand-template /etc/squid/squid.conf
service masq restart
service squid start
service dansguardian start
And that's it.
All your users are now going to pass through the proxy guarded by
dansguardian.