【发布时间】:2020-01-05 07:03:45
【问题描述】:
我需要在我的 Openvpn 服务器中为每个 ip 设置带宽 (40 Mbps)。
即使使用tc/tcset,带宽也没有变化,是10mbps。
所以问题是如何改变它......
我之前做过的:
修改snd/rcvbuff、tun-mtu、mssfix、fragment。
Debian stretch + 最新软件包。 4 Gig 的 ram。
tcset tun0 --rate 40mbps --network 192.168.10.6/32 --change
[INFO] tcconfig: clipping specified bandwidth rate limit with the tun0 maximum bandwidth rate
(40.0Mbps -> 10.0Mbps)
【问题讨论】:
标签: debian limit bandwidth openvpn rate