免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3254 | 回复: 6
打印 上一主题 下一主题

[网络管理] linux tc htb配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-03-08 12:33 |只看该作者 |倒序浏览
本帖最后由 souldump 于 2012-03-08 12:39 编辑

本人在机器上配置如下tc规则:

tc qdisc add dev eth0 root handle 1: htb
tc class add dev eth0 parent 1:1 classid 1:4 htb rate 100kbps ceil 100kbps
tc class add dev eth0 parent 1:1 classid 1:5 htb rate 100kbps ceil 100kbps
tc filter add dev eth0 parent 1: prio 10 protocol ip u32 match ip src 192.168.10.208/32 match ip sport 80 0xffff flowid 1:4
tc filter add dev eth0 parent 1: prio 10 protocol ip u32 match ip dst 192.168.10.208/32 match ip dport 80 0xffff flowid 1:4

tc filter add dev eth0 parent 1: prio 10 protocol ip u32 match ip src 192.168.10.201/32 match ip sport 80 0xffff flowid 1:5
tc filter add dev eth0 parent 1: prio 10 protocol ip u32 match ip dst 192.168.10.201/32 match ip dport 80 0xffff flowid 1:5

目的是限制 192.168.10.201和192.168.10.208的带宽,各100K(不能借用),但是使用wget测试稳定时显示
21% [===========>                                   ] 157,088,420 5.40M/s eta

请教配置哪里配置错误?本人对HTB不是很熟,请教如何实现。

论坛徽章:
0
2 [报告]
发表于 2012-03-08 15:35 |只看该作者
继续顶起,跪求答案,我失踪5年的帐号今天竟然能登录了,

论坛徽章:
0
3 [报告]
发表于 2012-03-08 15:36 |只看该作者
继续顶起,跪求答案,我失踪5年的帐号今天竟然能登录了,

论坛徽章:
0
4 [报告]
发表于 2013-01-26 10:21 |只看该作者
请教,问题解决了吗?????是什么原因??????????????回复 1# souldump


   

论坛徽章:
0
5 [报告]
发表于 2013-01-28 00:50 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
6 [报告]
发表于 2013-02-17 17:05 |只看该作者
tc class add dev eth0 parent 1:1 classid 1:4 htb rate 100kbps ceil 100kbps
tc class add dev eth0 parent 1:1 classid 1:5 htb rate 100kbps ceil 100kbps
这两行不对吧,1:1的类没有创建,改为如下试试:
tc class add dev eth0 parent 1: classid 1:4 htb rate 100kbps ceil 100kbps
tc class add dev eth0 parent 1: classid 1:5 htb rate 100kbps ceil 100kbps

论坛徽章:
0
7 [报告]
发表于 2013-12-02 16:54 |只看该作者
回复 1# souldump


   问题怎么解决的?我最近也在研究TC。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP