I have been trying to set-up an Ajax Push Engine (APE) Server in a virtual machine, and have run into a bit of a snag. The problem is that the APE server cannot be accessed outside of the virtual machine.
Setup:
- Guest OS: Ubuntu 10.10 (I believe) with the ape package installed
- IP Address: 192.168.56.1 using a host-only network adapter
- APE Server running on port 6969
If I try wget 127.0.0.1:6969
in the virtual machine, I get a response.
If I try wget 192.168.56.1:6969
from the host OS, I get a Connection Refused
message.
If I ping 192.168.56.1
, I also get a response.
Any help would be greatly appreciated!