On Sun, Feb 03, 2013 at 07:59:07PM -0600, Neil Aggarwal wrote:
> I have a CentOS server using KVM to host guest servers.
> I am trying to limit the bandwidth usable by a guest server.
> 
> I tried to use tc, but that is only limiting the download bandwidth
> to a server.  It does not seem to filter packets uploaded by the
> server.
> 
> Is there a tool to limit upload traffic for a guest server?

Consider using management tools like libvirt that handle tc and friends
for you.  The domain XML is <interface><bandwidth><inbound> and
<outbound>.

Back to the question, are you looking for ingress qdiscs?

http://www.lartc.org/howto/lartc.adv-qdisc.ingress.html

This is a standard tc question, not related to virtualization.  You may
get better help from Linux networking mailing lists or IRC channels.

Stefan
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to