Home » Odeon Blogs » Liviu, Agile Bear »

Local server on VirtualBox guest OS

Local server on VirtualBox guest OS

Are you using Parallels? Check out this post.

VirtualBox is another great virtualization software, especially useful for Ubuntu and Windows users.
As web developer you often need to change OS for cross browser testing and it's best to do it before pushing your code to the production server.

You can use your Host's dev server in the Guest OS, without needing to syncronize all your files between the two.

Assuming your are starting the server using the localhost or 127.0.0.1 IP address you can easily access it.

Just open up a Command shell on Guest and type

  1. ipconfig
From the information in there you need the gateway's IP. so if you type that in the Guest's browser it will open up the Host's dev server.

For django, dont forget to add the port, if you are using other than 80, just like you open it in the Host's browser.


Category: Virtualization


Tagged as: apache dev devserver django guest host parallels server virtualbox



Leave a Comment :

(required)


(required)




(required)




(required)






Leave a Comment


Page generated in: 0.13s