The first:

Service Management

Vmware two NIC services are not started

The second:

Check whether the Linux VM has an IP address. If no, run the following command

Check whether the current service is started by NetWorkManager.

systemctl is-enable NetWorkManager

Close the NetworkManager

systemctl stop NetworkManager

Set not to start automatically upon startup

systemctl disable NetworkManager

Restarting the Network Service

systemctl start network

Restart a VM.