Hi You can look at the waveinabox.net configuration for example. Please note: http_frontend_public_address -> should point to your domain or public IP address http_frontend_addresses -> should point yo your local IP networks address, make sure to include the port even if it is 80.
If this doesn't help - then it's probably a firewall or proxy issue. # Domain name of the wave server # Default value: local wave_server_domain = waveinabox.net # A comma separated list of address on which to listen for connections. # Each address is a comma separated host:port pair. # Default value: localhost:9898 http_frontend_public_address = waveinabox.net # Default value: values passed to http_frontend_public_address. http_frontend_addresses = 10.72.125.34:80 http_websocket_public_address = 10.72.125.34:9898 http_websocket_presented_address = 10.72.125.34:9898 On Fri, Dec 27, 2013 at 6:40 PM, Frank R. <renfeng...@gmail.com> wrote: > Hi Raphael, > > May I ask why was your frontend address different from that of your > websocket? > 192.168.1.55 > 192.167.1.55 > > Frank > On Dec 27, 2013 9:46 PM, "Raphael Bircher" <r.birc...@gmx.ch> wrote: > > > Hi again > > > > Am 27.12.13 14:24, schrieb Bruno Gonzalez (aka stenyak): > > > >> On 2013-12-27 14:14, Raphael Bircher wrote: > >> > >>> <property name="http_frontend_public_address" value=" > 192.168.1.55:9898" > >>> /> > >>> <property name="http_websocket_public_address" value=" > >>> 192.167.1.55:9898" /> > >>> > >>> Is at the moment in this config. The IP is the right one, but it didn't > >>> work. > >>> > >> > >> That may be the problem, try binding to 0.0.0.0 instead. > >> > > > > Unfortunaly this didn't work too. Do you have any information where I > find > > the right adress for the binding? > > > > Thank you! > > > > Greetings Raphael > > > > > > > > >