I have installed a Ubuntu 18.04 Server to be able to install on a RAID, followed by a ubuntu-desktop
install. The problem is that the Network Manager does not work now, it does not allow me to see or modify any of the network configuration. The network connection is displayed with the name "Wired Unmanaged". Maybe the server distro uses another system to configure the network that is not supported by NetworkManager? How can I move to a standard Desktop configuration of the network?
Are you aware that Ubuntu 18.04 introduced Netplan?
If you want to use network manager my understanding is you need to edit the netplan configuration file in
/etc/netplan
.Specifically to enable network manager your
/etc/netplan
would look like this:You then need to run
After that, network manager should work as you expect.
The other answer fixed my problem. I'm running VmWare workstation pro 14.1.2
This is what I did to fix "wired unmanaged" in Ubuntu Server 18.04
add under network
then perform: