Mikrotik Security
Posted: Fri Feb 26, 2010 6:14 pm
Is there a way to limit access to routerOS to a particular VLAN and block all other access to it? If so how would you do it?
/ip firewall filter
add chain=input protocol=tcp dst-port=22,8291 in-interface=!ManagementVLANInterface action=drop