阿信 寫:no...是下錯指令。
事實上這是我第一次嘗試做流量控制。
我也覺得自己很笨。
不過,
可否提示一下指令是哪裡下錯呢﹖
阿信 寫:#!/bin/bash
#root level
#下例為下傳:宣告佇列戒律
/sbin/tc qdisc add dev eth1 root handle 20: cbq bandwidth 10Mbit avpkt 1000
我在 Terminal 下了上面那行指令,
一樣的錯誤訊息:
RTNETLINK answers: Invalid argument
而在
http://bubba.org/?option=software/cbq 裡有提到:
If you get "RTNETLINK answers: Invalid argument" errors, chances are you didn't compile in all the necessary items into the kernel.
....
if the last "tc" command above delivers this error, it means that QoS u32 queueing is not compiled into the kernel or the module isn't loaded.
所以我還是認為是模組未載入的原因哦。
不過我還是會儘力去找出其它可能的原因的。
謝謝您的回答!