Does any one know how to DISALLOW router page from opening in browser. If we disable www in services then WINBOX also gets affected and doesn’t open. We need to allow WINBOX but not browser access for security reasons.
help would be appreciated
Assuming you are running the web service on port 80 and v2.9
[admin@mikrotik] > ip firewall filter add chain=input protocol=tcp dst-port=80 action=drop
Dan