One tip, you can use <tab> at the command line to help figure out commands at the terminal. And the <F1> key will show help on the attributes (sometimes).
But clear the winbox allowed addresses, that is justAnd you could repeat that pattern for the other services to disable e.g.
(and continue with rest)
A more sophisticated approach can use "find" operation to disable everything EXCEPT winbox in one command:
But clear the winbox allowed addresses, that is just
Code:
/ip service set winbox address="" disabled=no
Code:
/ip service set ssh disabled=yes/ip service set telnet disabled=yes/ip service set ftp disabled=yes
A more sophisticated approach can use "find" operation to disable everything EXCEPT winbox in one command:
Code:
/ip service set [find name!="winbox] disabled=yes
Statistics: Posted by Amm0 — Fri Jan 19, 2024 2:03 pm