Unable to find the in vm machine running ip addr show
Also, running ping www.google.com is not connecting to the site
Unable to find the in vm machine running ip addr show
Also, running ping www.google.com is not connecting to the site
I have followed the same steps mentioned in the video installing VMS on mac.
downloaded the virtual box
downloaded the 64bit centos vdi.
added the vm as mentioned in the video.
Iām also having trouble with this, I followed all the steps. The second VM I made did not get an IP address.
Please how did any of you solve this problem? Iām having the same issue and Iām losing my mind. Googled answers but nothing works.
Hello, @Keicee
Are you able to ping? In VM, maybe your internet connection is off. If it is, then make it ON.
Run nmcli con and check if the interface (enp0s3/enp0s8) is connected or disconnected.
If the interface is connected, run nmcli con up enp0s3 to bring it back up.
If the interface is disconnected, you need to add the interface as Ethernet connection in nmtui and activate it. I followed this link - How to Solve No IP Address for NAT Adapter Virtualbox in Linux CentOS VM - Just Another Sharing Site ...
It helps me, thanks bro
it HELPFUL!!!
thank you bill!
Hey! I tried following the steps. But an error is displayed, that is, Could not activate connection: Connection āenp0s3ā is not available on device because device has no carrier.
Please help
This is a slightly unusual error. It probably indicates that your VM is misconfigured:
Is this problem on a virtual machine? If so in the Advanced Network settings, on the Hypervisor see if the ācable connectedā check box is ticked. It might just be that the VM isnāt connected to the network
Thank you so much. That solved the issue.