ltsp and dansguardian
Valerio Pachera
sirio81 at gmail.com
Wed Dec 5 08:09:47 UTC 2012
2012/12/4 Valerio Pachera <sirio81 at gmail.com>:
> I'm looking for a simple rule that redirects the requests made from
> localhost to port 80, back to localhost port 8080.
> It's pretty easy to generate a loop that way (you'll see lot's of
> dansguardian processes in this case).
I got it!!!!
http://www.howtoforge.com/dansguardian-content-filtering-with-transparent-proxy-on-ubuntu-9.10-karmic
iptables -t nat -A OUTPUT -p tcp -m owner ! --uid-owner proxy
--dport 80 -j REDIRECT --to-port 8080
This is usefull also if you whish to use dansguardian on a single pc at home.
More information about the edubuntu-users
mailing list