How to access my local server on my VirtualBox virtual machine?
- by marcgg
Here's my setup:
I have a local server running on my machine (Mac OS, Snow Leopard). I can access it via my browser by doing
localhost:3000
I have a virtual machine using Virtual Box running a windows XP. If I try to access using localhost:3000, it fails. Same thing if I use the ip of the Mac machine.
The virtual machine has access to the internet.
How can I access my local server in my virtual machine?