On 01/25/2016 08:15 AM, J. Roeleveld wrote:

squidguard sounds interesting, was wondering if anyone has any experience with
setting it up.


You can use net-firewall/iptables to redirect to squid port (3128) all passing through traffic directed to port http (80)

Like so:
iptables -w -t nat -A PREROUTING -i eth0 -p tcp --dport 80 ! -d {ROUTER_IP} -j REDIRECT --to-port ${SQUID_PORT}

Setting up net-proxy/squid and net-proxy/squidguard is quite simple.
http://www.squidguard.org/Doc/configure.html


Reply via email to