Applicable to:
- SolusVM
Symptoms
- Network speed limiting for VPS does not work on SolusVM slave KVM node
- The following error is displayed when trying to apply network limit manually on the slave node:
# php /usr/local/solusvm/includes/trafficloader.php --mode=all --debug=1
...
ADDING QDISC TO eth0
Cannot find device "eth0"
Cause
Wrong Network Interface(Main network interface) is set up for the slave node in SolusVM.
Resolution
- Connect to KVM slave node via SSH
- Find the main interface name using the command:
# brctl show | grep "br"| grep -v intbr| grep -v name| awk {'print $4'}
- Login to SolusVM admin panel
- Browse to SolusVM > Nodes and click Edit icon next to the affected node
- Specify the correct Network Interface from step 2 and click Update Node
Comments
0 commentsPlease sign in to leave a comment.