salay
August 7, 2015, 11:53am
1
I am sorry but i am a newbee on mikrotik
Is there any possible way to put a rate limit for
Same source ip traffic rate limit
Same source port traffic rate limit
And one other question , is there any possibility to write a script whcih auto generates rules for attacks.
For ex. if some packets are flooding should it automatically detect and block the same packets ?
strods
August 7, 2015, 12:14pm
2
It is possible to limit traffic. You can do it by creating queue for specific address or use firewall to mark specific packets and then queue them:
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Mangle
http://wiki.mikrotik.com/wiki/Manual:Queue
It is possible to create different kinds of scripts, but that is up to you how you will write them.
salay
August 7, 2015, 1:03pm
3
Thank you for your reply.
but I do not have a specific port or specific source ip.