mhjdg 发表于 2010-4-14 05:25:37

RouterOS限制p2p所占用带宽的例子

RouterOS限制p2p所占用带宽的例子
本例限制了p2p的带宽,并让非p2p数据包优先通过
/ip firewall mangle add chain=forward p2p=all-p2p action=mark-connection new-connection-mark=p2p-conn
/ip firewall mangle add chain=forward connection-mark=p2p-conn action=mark-packet new-packet-mark=p2p
/ip firewall mangle add chain=forward connection-mark=!p2p_conn action=mark-packet new-packet-mark=other

/queue tree add parent=Public packet-mark=p2p limit-at=1000000 max-limit=100000000 priority=8
/queue tree add parent=Local packet-mark=p2p limit-at=1000000 max-limit=100000000 priority=8
/queue tree add parent=Public packet-mark=other limit-at=1000000 max-limit=100000000 priority=1
/queue tree add parent=Local packet-mark=other limit-at=1000000 max-limit=100000000 priority=1


supermp3 发表于 2010-4-14 18:30:39

没人试用?

zooyo 发表于 2010-4-14 20:22:46

不是没人试用,是根本没用。

mz138266 发表于 2010-4-20 03:11:42

不是没人试用,是根本没用。
zooyo 发表于 2010-4-14 20:22 http://bbs.routerclub.com/images/common/back.gif

hulei2008 发表于 2010-4-20 16:37:31

是不是真的没用啊.....

zmtvia 发表于 2010-4-20 22:52:29

ros的p2p识别实在不行

micke 发表于 2010-12-7 15:25:46

回复看隐藏内容
页: [1]
查看完整版本: RouterOS限制p2p所占用带宽的例子