Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Daley Lay on May 03, 2002, 02:22:00 PM
-
Hello,
Please help, can someone direct me how to set up the web filter for "DansGuardian" and where to download it.... i can't find the right file to download....
regards.
-
I tried squidguard - works ok
ftp://ftp.e-smith.org/pub/e-smith/contrib/TrevorOuellette/
or you can buy a nice rpm from stephen noble
http://www.dungog.net/sme/download.html
-
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.
-
maybe, it'll work but i'd be suprised
and then with 0.1-1 you'll have to make all changes via the command line
with my latest build it's a simple rpm install
all configured via a web panel
now with automated rsync blacklist updates
http://www.dungog.net/sme/howto/demo/demo-dans-opening.html
you are always free to start over from the source at www.dansguardian.org
regards
stephen noble