Applicable to:
- SolusVM
Question
How to set network speed limit for all VPSes in SolusVM.
Answer
This functionality is yet to be implemented in SolusVM.
As a workaround, network speed limit can be set in SolusVM database directly:
- Connect to SolusVM Master node via SSH
- Create SolusVM database backup
- Access SolusVM database backup
-
Run the query:
MYSQL_LIN: UPDATE vservers SET networkspeed=LIMIT;
where LIMIT is the network speed limit in MBit/sec. For example, in order to set network speed limit as 5MBit/sec use the query:
MYSQL_LIN: UPDATE vservers SET networkspeed=5;
Comments
0 commentsPlease sign in to leave a comment.