Hi Everyone,
I followed the Web Proxy Instructions to the dot which is below.
/ip firewall nat
add action=redirect chain=dstnat dst-port=80 protocol=tcp to-ports=8080
/ip firewall filter
add action=drop chain=input dst-port=8080 protocol=tcp
/ip proxy
set always-from-cache=no cache-administrator=servicedesk@company.com cache-hit-dscp=4 cache-on-disk=no enabled=yes max-cache-size=unlimited max-client-connections=600 max-fresh-time=3d max-server-connections=
600 parent-proxy=0.0.0.0 parent-proxy-port=0 port=8080 serialize-connections=no src-address=0.0.0.0
add action=deny disabled=no dst-host=*.sample.com
Once this happens my users will see this message when they search google
We’re sorry…
… but your computer or network may be sending automated queries. To protect our users, we can’t process your request right now.
Based on google:
- There is an unusual traffic from your computer network
- Check for malware on your computer.
But when I disable both the filter and nat rule for my web proxy google works again. The problem is my users can access all the websites again.
Please help me.
Jess