My host OS is Windows 7. I am running Ubuntu 14.04 on Virtualbox 4.3. The VM has a NAT network adapter. The NAT network adapter has 2 port forwarding rules. Firstly, it forwards host 3023 to guest 22 for SSH. This works, I can SSH from the host to the guest.
Secondly, the network adapter should forward host port 8000 to guest port 8000. I have a Django webserver running on guest port 8000 that I'd like to view from the host's web browser. I can access this webserver from the guest. I cannot access it from the host.
I have checked Windows' firewall settings. I am not a firewall expert, but I see exceptions made for Virtualbox. I am unfamiliar with Ubuntu firewall software, but I know that ufw is disabled.
How can I get host port 8000 forwarded to guest port 8000? Any help is greatly appreciated.
Secondly, the network adapter should forward host port 8000 to guest port 8000. I have a Django webserver running on guest port 8000 that I'd like to view from the host's web browser. I can access this webserver from the guest. I cannot access it from the host.
I have checked Windows' firewall settings. I am not a firewall expert, but I see exceptions made for Virtualbox. I am unfamiliar with Ubuntu firewall software, but I know that ufw is disabled.
How can I get host port 8000 forwarded to guest port 8000? Any help is greatly appreciated.