0

I configured ovs-br0 openvswitch from physical port ens1f1, but then after restarting the network, I encountered an error Failed to start LSB: Bring up / down networking. enter image description here

ip add

enter image description here

Please. Can you help me!

Community
  • 1
  • 1
Toan
  • 1
  • 3

1 Answers1

0

Your server looks to be an RHEL/CentOS 7 one. Check if the file /etc/sysconfig/network exists on the server, if not just simply create one with touch command and try restarting or checking status post that.

touch /etc/sysconfig/network
PKSingh
  • 511
  • 5
  • 4