Hello
Can I somehow disable Mikrotik web interface ?
thanks
Jakub
Hello
Can I somehow disable Mikrotik web interface ?
thanks
Jakub
/ip firewall filter
add action=drop chain=output disabled=no protocol=tcp src-port=80
give that ago
thanks, but I have got a web server behind, so this will block all the traffic on port 80, which is not exactly what I want. Or not ?
J.
Chain=output will only affect traffic issued from the router, not a traffic going through the router.
ok, thanks a lot !
Jakub
You could also disbale WEB in IP/SERVICES …
seems simpler ![]()
Huntah
If we disbale WEB interface in IP/SERVICES. then can we access router from winbox or not…
Yes, you can still access router from Winbox if you disable WWW, which are separate services.

thanks for providing the information about blocking access to web interface of router.I have a question can we allow certain ip to allow access to web interface.thanks.
i can see there is an available from column. use it.