Applicable to:
- SolusVM
Symptoms
- Network Speed Limit not working on XEN PV VPS.
- Traffic shaping enabled on node and also confirmed with the below command:
# php /usr/local/solusvm/includes/trafficloader.php --mode=all --debug=1
- The network setting from SolusVM UI are not reflected on VPS has confirmed with the help of below command:
# curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python
- Rate Flag checkbox is enabled in the nodes settings page Nodes > node_name > Settings
Cause
Xen rate flag is used to throttle network speed instead of tc(traffic control)
Resolution:
- Log into SolusVM Master
- Browse Nodes > node_name > Settings
- Untick checkbox Rate Flag
- Execute the following command on the slave XenPV node:
# php /usr/local/solusvm/includes/trafficloader.php --mode=all
Comments
0 commentsPlease sign in to leave a comment.