a99456820 发表于 2005-1-9 10:06:09

a99456820 发表于 2005-1-12 10:26:18

DreamCat 发表于 2005-1-12 17:16:16

CL 有这个功能的,QOS设置。

a99456820 发表于 2005-2-19 10:33:40

ab30 发表于 2005-2-19 14:04:38

如果想限制一个ip的带宽可编辑/etc/rc.d/rc.local文件来实现此功能。具体操作方法如下: 登陆到CL路由器,点"Configuration Files",点"Edit Any File" 在"Name of file to edit :"框中添/etc/rc.d/rc.loca,点确定,加入以下内容:tc qdisc add dev eth0 root handle 1: htb r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 2048kbit burst 10k tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.168.1.101 flowid 1:1 这样就可以限制IP地址是192.168.1.101的计算机的带宽为200KByte了,实际下载速度为210KByte左右。注意:写完这个规则后路由器需要重启才能生效。这个也是在该论坛上看到的。请参见http://www.routerclub.com/ipb/index.php?sh...ic=1059&hl=绑定 在此我们要谢谢lscm163老兄。

EMP 发表于 2005-2-19 15:32:34

QUOTE (ab30 @ Feb 19 2005, 02:04 PM)
如果想限制一个ip的带宽可编辑/etc/rc.d/rc.local文件来实现此功能。具体操作方法如下: 登陆到CL路由器,点"Configuration Files",点"Edit Any File" 在"Name of file to edit :"框中添/etc/rc.d/rc.loca,点确定,加入以下内容:tc qdisc add dev eth0 root handle 1: htb r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 2048kbit burst 10k tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.168.1.101 flowid 1:1 这样就可以限制IP地址是192.168.1.101的计算机的带宽为200KByte了,实际下载速度为210KByte左右。注意:写完这个规则后路由器需要重启才能生效。这个也是在该论坛上看到的。请参见http://www.routerclub.com/ipb/index.php?sh...ic=1059&hl=绑定 在此我们要谢谢lscm163老兄。
你这种限制手段会导致网速变慢的。。用putty 明显不爽。慢动作一样。。 我测试过 效果很不理想。。。还是用QOS吧。我用过比较理想。。。设置QOS 选择路由 init 脚本 (手动配置)   (QOS第三行)正确填写你的带宽。。启动QOS然后在优先级配置文件define_class_qos "1:1" "1:14" 1400 1400 200 200 192.168.0.5define_class_qos "1:1" "1:15" 1400 1400 200 200 192.168.0.64/26define_class_qos "1:1" "1:17" 1400 1400 200 200 192.168.0.32/27define_class_qos "1:1" "1:17" 1400 1400 200 200 192.168.0.16/28define_class_qos "1:1" "1:17" 1400 1400 200 200 192.168.1.0/24 #a以上。1400是下载带宽   200是上传。计算单位是 kbps .你想要200K字节下载的话。这里下载应该设1600-1800后面的是ip地址。。   可以限制单个ip流量。 也可以整段ip共享一个流量。。我朋友网吧是。一个一个ip设置的。。。。   也可以用 /28或者29    几台机共享这种方法没什么副作用。。。

ab30 发表于 2005-2-19 22:19:30

谢谢EMP兄。照着EMP兄所说,重设了一遍CL,感觉很好。

a99456820 发表于 2005-2-20 14:03:13

36587285 发表于 2006-6-5 15:39:09

我也想知道啊,盼星星盼月亮还是没有盼到啊。。
页: [1]
查看完整版本: 关于cl的设想,请老大出手呀