The issue that i used to face whenever I import a VM into oracle virtual box and start it is no IP (the VM will not be assigned with any IP, I normally want to access the VM from my laptop or some other machine).
Here are the steps i followed to resolve this,
Here are the steps i followed to resolve this,
- The network adapter in the settings for the VM should be Bridged adapter (this we will always do it, i am just mentioning just not to miss anything)
- Go to the VM and open a terminal(mine is a linux VM).
- Open the network setting by running "system-config-network" command.
- Select Device Configuration
- Select eth0 and Activate it.
-
Once activated, click on save, save&quit buttons.
- From the command prompt run following commands,
- ifdown eth0
- ifup eth0
- ifconfig will give the new IP for the VM.
No comments:
Post a Comment