I am trying to secure a new router and I found two different sets of instructions for the same thing.
Which one is the current one?
https://help.mikrotik.com/docs/display/ROS/First+Time+Configuration
says:
/tool mac-server
disable 0;
add interface=local;
/tool mac-server mac-winbox
disable 0;
add interface=local;
https://wiki.mikrotik.com/wiki/Manual:Securing_Your_Router
says:
/tool mac-server set allowed-interface-list=none
/tool mac-server mac-winbox set allowed-interface-list=none
/tool mac-server ping set enabled=no