ciao LonelyWolf,
provando a considerare il mio ifcfg-lo[root@CentOS-76-64-minimal network-scripts]# cat ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback
BRIDGE=br0
e poi scrivendone un altro ifcfg-br0 :
cat /etc/sysconfig/network-scripts/ifcfg-br0
DEVICE=br0
TYPE=Bridge
BOOTPROTO=dhcp
ONBOOT=yes
DELAY=0
inchiodo il network :[root@CentOS-76-64-minimal network-scripts]# systemctl status network
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since gio 2019-10-17 10:11:38 CEST; 26s ago
Docs: man:systemd-sysv-generator(8)
Process: 9506 ExecStop=/etc/rc.d/init.d/network stop (code=exited, status=0/SUCCESS)
Process: 9740 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
ott 17 10:11:03 CentOS-76-64-minimal dhclient[9903]: DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 11 (xid=0x5414b6df)
ott 17 10:11:14 CentOS-76-64-minimal dhclient[9903]: DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 20 (xid=0x5414b6df)
ott 17 10:11:34 CentOS-76-64-minimal dhclient[9903]: DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 4 (xid=0x5414b6df)
ott 17 10:11:38 CentOS-76-64-minimal dhclient[9903]: No DHCPOFFERS received.
ott 17 10:11:38 CentOS-76-64-minimal network[9740]: Determining IP information for br0... failed.
ott 17 10:11:38 CentOS-76-64-minimal network[9740]: [FAILED]
ott 17 10:11:38 CentOS-76-64-minimal systemd[1]: network.service: control process exited, code=exited status=1
ott 17 10:11:38 CentOS-76-64-minimal systemd[1]: Failed to start LSB: Bring up/down networking.
ott 17 10:11:38 CentOS-76-64-minimal systemd[1]: Unit network.service entered failed state.
ott 17 10:11:38 CentOS-76-64-minimal systemd[1]: network.service failed.
mentre invece eliminando lo script ifcfg-br0 e lasciando l'ultima riga BRIDGE=br0
sul mio ifcfg-lo il servizio riparte ( fortunatamente ).[root@CentOS-76-64-minimal network-scripts]# systemctl status network
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
Active: active (exited) since gio 2019-10-17 10:13:57 CEST; 5min ago
Docs: man:systemd-sysv-generator(8)
Process: 9506 ExecStop=/etc/rc.d/init.d/network stop (code=exited, status=0/SUCCESS)
Process: 9977 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal network[9977]: RTNETLINK answers: File exists
ott 17 10:13:57 CentOS-76-64-minimal systemd[1]: Started LSB: Bring up/down networking.
consigli ?