Re: setup transparent proxy for thinclients webtraffic

Barry Cisna <[email protected]> Fri, 19 Jul 2013 06:23:53 -0500
Newsgroups gmane.linux.redhat.k12osn
Message-ID <1374233033.20136.72.camel@localhost>
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


_______________________________________________
K12OSN mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>