yogii
May 24, 2012, 5:13pm
1
hello mikrotik support,
i have rule with dst-port values more than 15 ports, but i can’t add more ports, it seems 15 are maximum limit.
for example :
18 chain=prerouting action=accept protocol=tcp in-interface=ether2
dst-port=42121,40036,40128,40202,40343,40349,40413,40435,40449,40502,40514,41616,41617,42019,42031
using ssh i try to add 1 more port, save it, print and no new port are added.
please help me..
You can always split your list of ports between multiple filter rules
yogii
May 25, 2012, 11:09am
3
thank you for reply.
yes, i think it is other way, split into more 1 rules. i hope mikrotik will make a new feature about this.
acim
May 25, 2012, 1:53pm
4
Yes, it would be nice to have port lists and also address groups, let’s say you have address lists list1 and list2, then it would be nice to have feature like dst-address-list=list1&list2 (logical AND) or list1|list2 (logical OR).
yogii
May 25, 2012, 3:13pm
5
acim:
Yes, it would be nice to have port lists and also address groups, let’s say you have address lists list1 and list2, then it would be nice to have feature like dst-address-list=list1&list2 (logical AND) or list1|list2 (logical OR).
thank you, it is very interesting, and also src/dst-port-list list1 dan list2, mac-address-list list1 and list2.
hello mikrotik support, please add this basic feature into our routerOS.