Showing posts with label Virtualbox. Show all posts
Showing posts with label Virtualbox. Show all posts

Monday, February 2, 2015

device eth0 does not exist Virtualbox

 

Error when pinging in Linux while its running on VirtualBox:

“device eth0 does not exist Virtualbox”

image

 

 

Solution:

When you install others VMs the change in the MAC address forces a Linux feature which sets up the new eth1 instead of eth0
edit the /etc/udev/rules.d/70-persistent-net.rules or you can delete the rules and Linux will configure it on the next boot
On Solaris you would need to setup the network again

image

Now we can able to ping the IP, IP mac address will be configured automatically when Linux next time

image

Wednesday, August 27, 2014

How to setup the Virtualbox shared folder

 

Steps for accessing the shared folder from oracle virtualbox guest operating system

Select the “Settings” from virtualbox manager

image

click on shared folders and add shared folder path with appropriate access 

image

You can see the shared folder availability

image

click start –> Run

Then type the \\vboxsvr\<Shared folder name>

click ok

image

Now you can able to access you files from selected location

image