Bridge interface does not work on the fresh install

Have more questions? Submit a request

Applicable to:

  • SolusVM

Symptoms 

Bridge interface does not work on the fresh install

The parameter BRIDGE is set with small letters in its name in the physical interface:

# cat /etc/sysconfig/network-scripts/ifcfg-eno1 | grep -i bridge
Bridge=br0

Cause

Syntax of the physical interface is not correct.

Resolution

  1. Connect to the slave server via SSH
  2. Create the backup of the current configuration file:

    # cp /etc/sysconfig/network-scripts/ifcfg-eno1 /root/ifcfg-eno1.orig

  3. Correct the parameter name from Bridge to BRIDGE:

    # cat /etc/sysconfig/network-scripts/ifcfg-eno1 | grep -i bridge
    BRIDGE=br0

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.