Ubuntu 14.04 – tc无法正常工作

前端之家收集整理的这篇文章主要介绍了Ubuntu 14.04 – tc无法正常工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我之前在另一台服务器上使用过tc来限制端口80上可用的总带宽,以确保在一天的高峰时段有足够的端口22吞吐量.我需要一些帮助以解释以下tc规则现在失败的原因:
tc qdisc add dev eth0 root handle 2 htb default 1
tc class add dev eth0 parent 2: classid 2:6 htb rate 1048576kbit
tc class add dev eth0 parent 2:6 classid 2:100d htb rate 911360Kbit
tc filter add dev eth0 parent 2: protocol ip pref 4 u32 match ip sport 80 0xffff classid 2:100d

添加最后一行(过滤器添加一行)后,我收到以下错误

RTNETLINK answers: Operation not supported
We have an error talking to the kernel

内核版本是3.10.23-xxxx-std-ipv6-64,OS是Ubuntu 14.04.

您使用OVH提供的自定义内核启动OVH服务器,而不是Linux发行版提供的内核. OVH提供的内核可能没有您需要的所有模块.在您的OVH帐户管理页面中将您的专用服务器重新配置为 boot from the hard disk.
原文链接:https://www.f2er.com/ubuntu/347520.html

猜你在找的Ubuntu相关文章