I have Ubuntu 20.04 on VMWare. recently I cant connect to internet And I don't know why.
I tried sudo lshw -C network and the result was *-network DISABLED ... so I used sudo ip link set {logical name} up. after that network status changed to *-network .... but yet no internet. so I restart the VM and after that the network status was *-network DISABLED .... please help.
Asked
Active
Viewed 7.1k times
19
Mohsen35
- 671
1 Answers
38
it seems there is bug about this issue and it is common. by the following the wired network setting returned.
$ sudo nmcli networking off
$ sudo nmcli networking on
no other network reset commands worked for me and only these ones worked in my case. and yet there was another problem. I had no IP at all! no dynamic and no static. so manually I set a static IP and could get back online.
Mohsen35
- 671