Not sure what happened. Yesterday everything worked, today I booted up my VMware and it seems Ubuntu doesn't have an internet connection at all.
Tried all the different options (besides NAT that I normally use) like Bridged and Host-Only but it didn't help. Tried restarting my network via terminal etc. Under Ubuntu's internet settings it just shows that no Wi-Fi adapter is found.
Not sure what happened overnight, maybe some update that got installed? I did accidentally turn off the host computer before I could correctly shut down Ubuntu's VMware session but I doubt that did anything. Windows 7 that is also running on VMware on the other hand works perfectly.
How to proceed? Thanks!
UPDATE: Followed this https://ubuntuforums.org/showthread.php?t=1400504 and got it working :)
Got it working by browsing through multiple threads.
EDIT : Please check if your network is in bridged mode or not if you are using VMWare/ VirtualBox before following the steps below. Enabling bridge mode and restarting guest OS can resolve the issue.
First check if your network is disabled by using the following cmd in terminal:
If it shows disabled after the name of your adapter ( note down the logical name for later use)
All we need to do is enable the adapter, so lets get started.
open up your interfaces file by using the following cmd:
My file had the following data written:
But the logical name of my NIC was ens33 ( not lo), so i changed it to read the following and saved the file.
Now time to restart the networking service .
check if network is back up, it shouldn't have that disabled tag anymore.
Enjoy your internet :)