Answer the question
In order to leave comments, you need to log in
Management VLAN on mikrotik - how to set it up correctly?
I worked quite a lot with Cisco switches, but now I had to deal with mikrotic with routeros. Now (I didn’t set it up), hardware management is available with the knowledge of the login-password even from the guest Wi-Fi network, which is not good at all. An idea immediately arose - vlan + atsl management. But after a quick googling, I still didn’t really understand how to properly configure the management interface there. Poke your nose into some sensible guide please ...
Answer the question
In order to leave comments, you need to log in
how to properly configure the management interface there
ip service set winbox address=
Address ::= Address[,Address]
Address ::= Address | Address
Address ::= A.B.C.D/M (IP prefix)
Address ::= IPv6/0..128 (IPv6 prefix)
interface vlan add interface=ether1 name=managment_vlan vlan-id=1000 comment="for managment purpose"
ip address add address=1.1.1.1/24 interface=managment_vlan
ip firewall filter add chain=input action=accept in-interface=managment_vlan protocol=tcp dst-port=8291
ip firewall filter add chain=input action=drop
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question