my web proxy is no longer working after i enabled hotspot.
heres my firewall NAT:
[admin@MikroTik] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat src-address=192.168.0.0/24 action=masquerade
1 ;;; make web proxy transparent by redirecting traffic 8080 to 80 to client
chain=dstnat in-interface=ether2 protocol=tcp dst-port=80
action=redirect to-ports=8080
2 ;;; masquerade hotspot network
chain=srcnat src-address=192.168.0.0/24 action=masquerade
[admin@MikroTik] ip firewall nat>
and my /ip web-proxy
[admin@MikroTik] ip web-proxy> print
enabled: yes
src-address: 0.0.0.0
port: 3128,8080
hostname: "proxy"
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: "webmaster"
max-object-size: 512000KiB
cache-drive: system
max-cache-size: unlimited
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 28609536KiB
reserved-for-ram-cache: 2048KiB
[admin@MikroTik] ip web-proxy>
why is my web proxy not getting hit?