Hello !
I use external proxy server of my provider with mikrotik router (parent-proxy with upper-level proxy)
Conf:
eth1 - DSL (*.*.*.*)
eth2 - LAN (192.168.0.0/24)
192.168.0.0/24 is masquerade
The proxy works in transparent mode for users in LAN (add in-interface=ether2 protocol=tcp \
dst-address=!192.168.0.1/32:80 action=redirect to-dst-port=8080)
I need to block the users who are breaking the rules in LAN.
I know how to do it with /ip firewall forward src-mac drop rule
But addtionaly I want to redirect all http reguest from the user to exact url="....index.html" with warning.
I read all mikrotik doc concering web-proxy conf but I still dont know how to do it.
Thank for any advice !.
Regards
Martin