Error when pinging in Linux while its running on VirtualBox:
“device eth0 does not exist Virtualbox”
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
Now we can able to ping the IP, IP mac address will be configured automatically when Linux next time
No comments:
Post a Comment