I’m using a router as a free hotspot ,
I wand to deny access for some sites - now I’m trying to see how it work only on http://www.google.com
I have done all it say in this wiki page - http://wiki.mikrotik.com/wiki/How_to_Block_Websites_%26_Stop_Downloading_Using_Proxy
but now I can’t do anything - unable to go to all webpage , even that in Hotspot-Active I can see my computer
what did I miss?
this is what I have so far :
[admin@3G-Router950] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 ;;; masquerade hotspot network
chain=srcnat action=masquerade to-addresses=0.0.0.0
src-address=172.20.126.0/24
2 chain=dstnat action=redirect to-ports=8080 protocol=tcp
dst-port=80
[admin@3G-Router950] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 chain=input action=drop protocol=tcp in-interface=wlan1
dst-port=8080
/ip proxy print
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: webmaster
max-cache-size: none
cache-on-disk: no
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: system
[admin@3G-Router950] > /ip proxy access print
Flags: X - disabled
# DST-PORT DST-HOST PATH METHOD ACTION HITS
0 www.goog... deny 0
Thanks ,
P.S
If I disable the hotspot and work as an open WiFi - it’s working