Mar 2 2010

Limitowanie UDP na Mikrotiku

/ip firewall filter add chain=forward dst-address=x.x.x.x
dst-limit=50,70,dst-address/1m action=accept comment="" disabled=no
/ip firewall filter add chain=forward dst-address=x.x.x.x action=drop
comment="" disable=no
/ip firewall filter add chain=forward src-address=x.x.x.x
dst-limit=50,70,src-and-dst-address/1m action=accept comment="" disabled=no
/ip firewall filter add chain=forward src-address=x.x.x.x action=drop
comment="" disabled=no

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.