大家用什么限速、?
tc还是iptable
我用redhat做路由 使用脚本:
iptables -N QOS
iptables -A FORWARD -i eth1 -p ALL -m hashspeed \! --hashspeed-bytes 186K --hashspeed-mode srcip --hashspeed-name slimit -j QOS
iptables -A FORWARD -o eth1 -p ALL -m hashspeed \! --hashspeed-bytes 3027K --hashspeed-mode dstip --hashspeed-name dlimit -j QOS
限速
提示缺少/lib/iptables/libipt_hashspeed.so 文件,是我没有安装还是?
lzping520 于 2010-03-27 17:53:31发表:
复制进去肯定不可以的。
我用hashspeed模块,但是在redhat5.0下无法安装。
skyshade 于 2010-03-13 19:21:40发表:
这个提示应该是缺少libipt_hashspeed.so 这个库文件
建议你到网上下载这个文件
放在/lib/iptables/目录下面
就可以解决问题了