Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • ~$ sudo dhclient eth0 Cannot find device "eth0" ~$
    – 13aal
    Commented Jun 30, 2016 at 15:29
  • You do not have an eth0 interface. Change the command to sudo dhclient ens33. The reason why you cannot connect to the internet is because the network interface on your VM (ens33) does not have an IP address. You will either need to configure one statically or use DHCP. Commented Jun 30, 2016 at 16:30
  • @13aal, I read above that you are reinstalling the VM. After that, do not modify any of the network configuration, just issue this command and let us know where you get.
    – user612013
    Commented Jun 30, 2016 at 17:56
  • Replacing eth0 with ens33 of course. eth0 is the name Virtual Box gives you.
    – user612013
    Commented Jun 30, 2016 at 17:59
  • It froze my vm.
    – 13aal
    Commented Jun 30, 2016 at 19:01