图片中的命令直接帖出来,免的大家又看的麻烦,我麻烦下大家便轻松点... pcqon
/queue tree enable pcqdown /queue tree enable pcqup pcqoff
/queue tree disable pcqdown /queue tree disable pcqup
2.7 排除服务器等机器,不受PCQ限制
做了PCQ,全部机子都是一样速度,连自己用的主机也慢啊,下电影慢死了,网吧只有一个网段,192.168.0.X,怎么样才能单独分某几个IP出来? 以下为设置的例子,超级感谢,能用
看我的例子 192.168.0.20 和192.168.0.21不受限制
/ ip firewall mangle add chain=prerouting src-address=192.168.0.252 action=mark-connection \\ new-connection-mark=nopcqlimit passthrough=yes comment=\disabled=no add chain=prerouting src-address=192.168.0.228 action=mark-connection \\ new-connection-mark=nopcqlimit passthrough=yes comment=\disabled=no
add chain=prerouting connection-mark=nopcqlimit action=accept comment=\ disabled=no
把这个脚本允许下,接这到第一部那里,把顺序拉下调整下,请看下图 再发图吧: