[K12OSN] setup transparent proxy for thinclients webtraffic

Barry Cisna brcisna at eazylivin.net
Fri Jul 19 11:23:53 UTC 2013


Johan,

As stated by someone earlier in this thread the only way you can make
squid work either transparent or manually is to run Firefox as a local
app on each TC so it has "a port to pass through" back and forth from
server to TC.

Running squid with squidGuard you need to add the following two rules to
iptables / nat:


-A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j DNAT --to
192.168.67.1:3128

-A PREROUTING -p tcp -m tcp -i eth0 --dport 80 -j REDIRECT --to-ports
3128

# Note eth0 is WAN  & eth1  is LAN in this example.

Take Care,
Barry





More information about the K12OSN mailing list