Ubuntu can not connect network solutions

Problem Description: virtual machine is not connected to the machine network

Solving steps:

  1. Edit /etc/NetworkManager/NetworkManager.conf
sudo vi  /etc/NetworkManager/NetworkManager.conf

Here Insert Picture Description
The Managed = false changed: Managed = to true
Here Insert Picture Description

  1. Restart network-manager service
sudo service network-manager restart

Here Insert Picture Description
If we can not connect, then re-open the file and see the value of managed whether the "true", it is true, then restart it.

Published 16 original articles · won praise 1 · views 552

Guess you like

Origin blog.csdn.net/m0_43455210/article/details/103059886