VCF Usage Meter 9.x
After an upgrade to version 9.1 the network configuration file (/etc/systemd/network/10-eth0.network) specifically, missing [Match] parameters or incorrect LinkLocalAddressing settings prevent systemd-networkd from successfully binding to the network interface, causing the network stack initialization to fail.
To restore connectivity, you must manually correct the 10-eth0.network configuration file.
vi /etc/systemd/network/10-eth0.network[Match]Name=eth0[Network]LinkLocalAddressing=noIPv6AcceptRA=noDHCP=noDNS=##.##.##.##Address=##.##.##.##/##[DHCPv4]UseDNS=noSendRelease=no[DHCPv6]UseDNS=noSendRelease=no[Route]Gateway=##.##.##.## LinkLocalAddressing is set to no.