Just wondering how to setup a list of IPs that can only access Remote Desktop on servers and block all the other ones not on the list? I was also wondering if there was any way to setup firewall rules with multiple port numbers. The only way I’ve been able to do it is add separate rules for each port…I have like 10 public IP’s on one router, so its kind of a pain in the ass.
Thanks.
http://www.mikrotik.com/testdocs/ros/2.9/ip/address_list.php
use something like ‘135-139,445’ in ‘port’ value
That doesnt work for me. I try putting is 21-25,53 for example and its red. Running 3.21
You can create a filter chain with the a set of allow ips and then a drop rule at the end..
then in the forward chain look for the port for RDP and jump into the chain…
This will work if ALL of the allowed ips have access to ALL of the same server set..
This is a bit of a brute force method, but it will work..
negative - 3.24, 3.27 works fine. and earlier versions too =)