Applicable to:
- SolusVM
Symptoms
During configuration of the bridged network on SolusVM node network restart fails:
# service network restart
ERROR : [/etc/sysconfig/network-scripts/ifup-br0] Bridge support not available: brctl not found
Cause
The necessary bridge-utils
package is not installed:
# rpm -q bridge-utils
package bridge-utils is not installed
Resolution
-
Connect to the slave node over SSH.
-
Install
bridge-utils
package:# yum install bridge-utils -y
Comments
0 commentsPlease sign in to leave a comment.