I also had this problem.
Here is the I answer I got, hope this helps:

ttp_frontend_addresses is the list of name/IP:ports that the server
should bind to and listen on.
http_frontend_public_address is the publicly accessible address
(name:port) that is used when an address needs to be communicated to
an external agent (i.e. robot).

So, if the server sits behind a firewall with NAT, the config might be:
http_frontend_addresses=localhost:9898,192.168.34.2:9898
http_frontend_public_address=example.com:80 <http://example.com/>

-Tad

2011/2/5 Andrea Giaccherini <andreagiaccher...@gmail.com>

> Here a simple question, it's WAIB example server supposed to work on lan?
>
> I compiled it folliwing this notes here:
> http://www.waveprotocol.org/wave-in-a-box/building-wave-in-a-box.
> I run a linux system, ubuntu 10.04 and i've got a fully configured and
> working lan
>
> It works on loopback on the server machine, but i can't it reach from
> another machine through the lan using:
>
> [SERVER_URL]:9898
>
> i'm doing something wrong or what?
>

Reply via email to