I cant block a website on my network, even though I followed the IP settings, NAT and Firewall rules required, yet the website opens. Please help ![]()
post one of your rules, so we can look for mistakes
IP WEB PROXY
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-drive: system
cache-administrator: "webmaster"
max-cache-size: unlimited
cache-on-disk: yes
max-client-connections: 1000
max-server-connections: 1000
max-fresh-time: 3d
serialize-connections: no
always-from-cache: yes
cache-hit-dscp: 4
FIREWALL
chain=output action=reject reject-with=icmp-network-unreachable
src-address=74.125.45.100 dst-address=74.125.45.100 protocol=tcp
WEB PROXY RULE
DST-PORT DST-HOST PATH METHOD ACTION HITS
0 allow 24549
1 allow 3
2 allow 34234
3 deny 188
4 80 http://www.youtube.com deny 0
No 4 was not working.
Thanks
why is your firewall rule src and dst the same IP? src is the address of the client, dst is the address of the website
if you want to block both upload and download, you have to make two rules.