LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   limit connectivity of a KVM vm (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/limit-connectivity-of-a-kvm-vm-864018/)

tincboy 02-21-2011 06:29 AM

limit connectivity of a KVM vm
 
I'm using Proxmox as virtualization platform to run my VMs on top of KVM,
Some times I need to limit the connevtivity of a VM to 1024 kb or 10 mb or ...
I know that the TC command in linux can do things that I need but after my search I've found these tc rules that must limit the speed rate of a VM but these are not working and I can see that VMs are downloading or uploading with much higher rates.

Any one has any suggestion?

tc qdisc add dev tap101i0d0 root handle 1: cbq avpkt 1000 bandwidth 10mbit

tc class add dev tap101i0d0 parent 1: classid 1:2 cbq rate 1024kbit allot 1500 prio 5 bounded isolated

tc filter add dev tap101i0d0 parent 1: protocol ip prio 16 u32 match ip src 123.123.123.123 flowid 1:2


All times are GMT -5. The time now is 04:59 PM.