酷星河 发表于 2006-12-18 15:18:06

PCQ限速后怎么设置某个IP不限制速度?

PCQ限速后怎么设置某个IP不限制速度?
这是我用的限速脚本
/ip firewall mangle add action=accept mark-flow=all
/queue type add name=PCQ-Download kind=pcq pcq-rate=4000000 \
pcq-classifier=dst-address
/queue type add name=PCQ-Upload kind=pcq pcq-rate=4000000 \
pcq-classifier=src-address
/queue tree add parent=global-in   queue=PCQ-Download flow=all
/queue tree add parent=global-outqueue=PCQ-Upload flow=all

红烧排骨 发表于 2006-12-19 20:20:18

你应该单独限速,差不多就是说要设置254条,每个ip一个,除了路由器用的那个IP,然后你就可以随意的修改某个IP的速度了

酷星河 发表于 2006-12-22 15:41:02

单独限制太麻烦了
用pcq限制的就没办法排除几个IP不限制吗?

chengwanpeng 发表于 2006-12-22 17:20:01

:D   单独限速,当网络带宽充足的时候,起不是浪费的资源,PCQ 比较实用。
我也想知道准确的方法,LZ看看这个帖 http://bbs.routerclub.com/thread-6448-1-1.html

/ ip firewall mangle
add src-address=192.168.1.20/32 action=accept mark-flow=zzz comment="" disabled=no
这条规则在最上边的话,这个ip的数据就不会被标记上其他的flow mark了。也就不受限制了。有几个ip加几个

   BOW 版主 说的

[ 本帖最后由 chengwanpeng 于 2006-12-22 17:29 编辑 ]

actcs 发表于 2006-12-24 05:52:19

原帖由 chengwanpeng 于 2006-12-22 17:20 发表
:D   单独限速,当网络带宽充足的时候,起不是浪费的资源,PCQ 比较实用。
我也想知道准确的方法,LZ看看这个帖 http://bbs.routerclub.com/thread-6448-1-1.html

/ ip firewall mangle
add src-addres ...

在2.9.27里我怎么找不到mark-flow

酷星河 发表于 2006-12-28 11:39:41

原帖由 chengwanpeng 于 2006-12-22 17:20 发表
:D   单独限速,当网络带宽充足的时候,起不是浪费的资源,PCQ 比较实用。
我也想知道准确的方法,LZ看看这个帖 http://bbs.routerclub.com/thread-6448-1-1.html

/ ip firewall mangle
add src-addres ...

这个方法我用了的
还是限速的
。。。。。。。。。。。。。。。
页: [1]
查看完整版本: PCQ限速后怎么设置某个IP不限制速度?