Community discussions

MikroTik App
 
willtech
just joined
Topic Author
Posts: 9
Joined: Thu Dec 03, 2009 4:44 pm

Mikrotik Security

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?
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: Mikrotik Security

Fri Feb 26, 2010 6:31 pm

First edit "/ip services" and disable everything you don't use. Then filter in the input chain (packets destined for the router directly, not packets being routed through the router) for the ports left open and drop everything not from the management VLAN interface. The below assumes only SSH and Winbox on default ports are left open:
/ip firewall filter
add chain=input protocol=tcp dst-port=22,8291 in-interface=!ManagementVLANInterface action=drop
There's lots of different firewall rulesets for what you want to do. The wiki lists more exhaustive ways.
 
willtech
just joined
Topic Author
Posts: 9
Joined: Thu Dec 03, 2009 4:44 pm

Re: Mikrotik Security

Wed Mar 03, 2010 1:25 am

I am sorry for the delay in response but thank you for the information.

Who is online

Users browsing this forum: brey472e, pdf1978 and 46 guests