1- is work ok filter an antivirus
how to to stop blacklists
how to work only antivirus in squid | The iptables line redirecting traffic to squid is:
2- how to work antivirus in squid in port 80
the not need to config explorer in tools proxy ?
make gateway from mysme ? dhcp
iptables -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-port 8080 ?
i test is no work help to fix
http://www.linuxquestions.org/questions/linux-security-4/using-iptables-to-bypass-squid-proxy-for-a-specific-domain-384847/iptables -A PREROUTING -i eth0 -d 192.168.183.0/24 -j ACCEPT
iptables: No chain/target/match by that name
iptables -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080
iptables: No chain/target/match by that name