Hi, my network can see my mikrotik from winbox. When they clicked … button it’s mac and ip address shown up. I don’t want everybody to see that. I just want people who knows the ip address can connect it. How can I do that?
Here are two options.
-
disable discovery on the interface to which your network users are connected
i.e /ip > neighbor > discovery -
block the default MT discovery protocol port (5678) on your router - if this is convenient and if you haven’t changed this default
i.e /ip > firewall > nat (forward and input chains perhaps)
Cheers.
Thanx the first thing that was I looking for.