Hello,

Try running guacd while binding to 0.0.0.0:

/usr/sbin/guacd -b 0.0.0.0

Regards,
Frode

On Wed, Jan 18, 2017 at 4:40 AM, Dess <gerciow...@gmail.com> wrote:

> Hello,
> I am trying to build my own client to work with guacamole server.
> i had followed instructions in
> https://guacamole.incubator.apache.org/doc/gug/writing-
> you-own-guacamole-app.html
> and it all works fine as long as i have my client app on the same machine
> as
> server.
> When i change implementation of GuacamoleTunnel
>
> from
> new InetGuacamoleSocket("localhost", 4822)
> to
> new InetGuacamoleSocket("192.168.0.201", 4822)
> and run my app on other computer i am not able to connect to the server
> anymore.
>
> After looking at netstat i am guessing that guacamole server accepts only
> connection from localhost.
> In 'Local address' colum in netstat i see 127.0.0.1:4822
>
> Is there a way to make server accept connection from other machines?
>
>
>
>
>
>
> --
> View this message in context: http://apache-guacamole-
> incubating-users.2363388.n4.nabble.com/Problem-with-own-client-tp275.html
> Sent from the Apache Guacamole (incubating) - Users mailing list archive
> at Nabble.com.
>

Reply via email to