Question about Network rate. #11629
-
Can anyone help me please? I need clarification about network rate I’m using KVM, bridges, ACS 4.19.3, with the entire infrastructure on Ubuntu 24.04. When I set the Network rate value in the Network offering, does this value apply to all network traffic, both internal and to public ? Or does it only apply to incoming and outgoing traffic between the guest and the public network? And if this restriction applies to the internal traffic of the guest network, how can I properly set a limit only for traffic to the public network? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@SviridoffA |
Beta Was this translation helpful? Give feedback.
@SviridoffA
'vm.network.throttling.rate'.The rate is set on global settings applied to the Instance's default interface at the instance level. This can also be set on the compute offering; if set, it takes precedence.
'network.throttling.rate' set on global settings gets applied on the guest interface of the VR., This can be set to the network offering as well; if set, this takes precedence. Public interfaces are not throttled currently ( as per the docs), but it is throttled by means of settings on the guest interface of the VR.
Both are applied to either direction.