Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Virtual box error "Non existent network interface"

I got an Virtual box image of a Linux Operating System and when I am trying to open it I get the following error.

enter image description here The only solution found online was to update the Virtual Box enthernet adapter and if it does not work to reinstall the virtual box.

None of these fixed the problem.

Does anybody know how to fix it?

Thank you

like image 525
Alex Avatar asked May 09 '13 22:05

Alex


1 Answers

I had to manually create the vboxnet0 interface

$ VBoxManage hostonlyif create

and then change the corresponding network settings to vboxnet0

like image 144
alfonzjanfrithz Avatar answered Oct 01 '22 21:10

alfonzjanfrithz