304524806 发表于 2011-6-20 01:46:12

/ip firewall mangle add chain=forward src-address=192.168.0.0/24 \\
action=mark-connection new-connection-mark=users-con
/ip firewall mangle add connection-mark=users-con action=mark-packet \\
new-packet-mark=users chain=forward
/queue type add name=pcq-download kind=pcq pcq-classifier=dst-address
/queue type add name=pcq-upload kind=pcq pcq-classifier=src-address
/queue tree add name=Download parent=lan max-limit=30M
/queue tree add parent=Download queue=pcq-download packet-mark=users
/queue tree add name=Upload parent=wan max-limit=28M
/queue tree add parent=Upload queue=pcq-upload packet-mark=users

aaron2008 发表于 2011-8-21 18:02:23

学习了,谢谢!

77041840 发表于 2011-8-27 01:58:13

udp限速 ,刚试过了,不好用的

wfjwang 发表于 2011-9-14 22:11:15

UDP流量攻击,我最讨厌

xiehuilj 发表于 2012-9-16 21:00:43

正好需要。。。。。。。支持。。。

smx_jinxin 发表于 2019-10-6 16:27:03

学习一下!UDP流量攻击,让我很讨厌。赶快杜绝攻击
页: 1 [2]
查看完整版本: ROS彻底防止UDP流量攻击