system CentOS 8
config for br0 and enp1s0
# cat ifcfg-br0
Code: Select all
DEVICE="br0"
TYPE="Bridge"
BOOTPROTO="static"
DELAY="0"
STP="off"
ONBOOT="yes"
IPADDR="192.168.0.5"
NETMASK="255.255.255.0"
GATEWAY="192.168.0.1"
DEFROUTE="yes"
NM_CONTROLLED="no"
IPV6INIT="no"
DNS1="8.8.8.8"
Code: Select all
DEVICE="enp1s0"
TYPE="Ethernet"
ONBOOT="yes"
BRIDGE="br0"
Picture of the command ip a

The longer I try to configure CentOS 8, the more it seems to me that this system is not suitable for a server.
I think I will choose CentOS 7 or Debian 10 as the host system.