Access VirtualBox-ed server from behind the router
- by migajek
I'm having the following configuration:
Windows 7 hosting VirtualBox and it's guest: Ubuntu
The machine (physical) which runs VirtualBox is behind the router and has the address of 192.168.0.110
VirtualBox runs the Bridged network, and the IP of VirtualBox-ed Ubuntu (eth0) is 192.168.0.200
Host (Win7) is running HTTP service on port 80, while…