How to set network speed limit for all VPSes in SolusVM

Have more questions? Submit a request

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:

  1. Connect to SolusVM Master node via SSH
  2. Create SolusVM database backup
  3. Access SolusVM database backup
  4. 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;

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.