|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
我今早为了尝试限制下载的带宽,adsl 是512K的,使用了QOS,因为不清楚它的设置,所以我使用了Coyote init scripts (default config)的配置,但重启机器后LOG报如下错误:Oct 30 06:03:17 DOOR user.notice root: Coyote Masquerading Script called with: ppp0 Oct 30 06:03:18 DOOR daemon.info rc.qos: QOS script called with: ppp0 Oct 30 02:03:18 DOOR user.info klogd: HTB init, kernel part version 3.13 Oct 30 02:03:18 DOOR user.warn klogd: HTB: quantum of class 10002 is big. Consider r2q change. Oct 30 02:03:18 DOOR user.info klogd: HTB init, kernel part version 3.13 请问如何解决呢?另外,我在论坛上看了用TC控制带宽,但好像没效果,是什么原因呢?下边是我在RC.LOCAL所加的脚本,请各位帮帮忙,谢谢!tc qdisc add dev eth0 root handle 1: htb r2q 1tc class add dev eth0 parent 1: classid 1:1 htb rate 512kbit burst 50ktc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.168.10.0/24 flowid 1:1盼复!!! |
|