PPS limit on network interfaces

tincboy

Renowned Member
Apr 13, 2010
466
3
83
In some cases a VM which sends too many packets per second can make router down so we need to put limit or atleast monitor the PPS
Is there any way to do it in Proxmox ?
Any help will be much appreciated.
 
In some cases a VM which sends too many packets per second can make router down so we need to put limit or atleast monitor the PPS
Is there any way to do it in Proxmox ?

It should work with wondershaper (calculate from PPS to kbit/s):

install it in Proxmox:

Code:
apt-get install wondershaper

Then select the related interface inside of Proxmox, if it's e.g. the first NIC of VM 105 the name is tap105i0, and limit the bandwidth (the following limits it to 100kbit/s):

Code:
wondershaper tap105i0 100 100

See also the related man-page!
 
It should work with wondershaper (calculate from PPS to kbit/s):

install it in Proxmox:

Code:
apt-get install wondershaper

Then select the related interface inside of Proxmox, if it's e.g. the first NIC of VM 105 the name is tap105i0, and limit the bandwidth (the following limits it to 100kbit/s):

Code:
wondershaper tap105i0 100 100

See also the related man-page!

Noob question... do you know any solution to limit per IP?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!