Question

I'm trying out Gwan, got it running in virtualbox (wmware seems too slow) on ubuntu on another machine. Installed and ran sudo ./gwan, it complained about java, ruby, php etc, I figured it's ok as I wanted to test the C part only.

So I can ping fine, but when I run hello world, I get error time out. Gwan process is running fine 4.3.14. No modification, straight out of install.

http://192.168.0.127:8080/?hello.c
Was it helpful?

Solution

If you are running out of the box, you are using port 8080 at address 0.0.0.0 which means that GWAN is listening at all addresses.

So if you are running the browser inside the virtualbox machine why don't you try 127.0.0.1:8080/?hello.c

If you are running the browser outside the virtualbox machine, then it could be a network configuration problem.

Check out the FAQs of http://www.gwan.com/faq they give great information regarding installation and general problems.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top