- 运行环境:Win9X/2000/XP/2003/
- 软件语言:简体中文|授权方式:免费版
- 软件类型:国产软件 - 网络软件 - 局域网类
- 软件大小:1.00 KB
- 下载星级:
- 软件官网:暂无
- 更新时间:2009/8/24 10:26:59
【软件截图】
【基本介绍】
网吧ROS限制p2p的策略 真正有效的办法, 思路不是禁止而是限制包分级与总流量大小, 作用是起到p2p的下载仍然能用, 但是流量有限并且策略级别低与其他应用。 这个做的好处不用我说了, 很多游戏如果您完全禁止了p2p会很麻烦的。 我这里限制的是整个网络net最大128k,根据记录我自己情况修改。 而且消耗的系统system资源非常小
/ ip firewall mangle
add chain=forward p2p=all-p2p action=mark-connection new-connection-mark=p2pCOM passthrough=yes comment="" disabled=no
add chain=forward connection-mark=p2pCOM action=mark-packet new-packet-mark=p2p passthrough=yes comment="" disabled=no
/ queue tree
add name="p2pW" parent=WAN packet-mark=p2p limit-at=128000 queue=default priority=8 max-limit=128000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
add name="p2pL" parent=LAN packet-mark=p2p limit-at=128000 queue=default priority=8 max-limit=128000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no