Re: How to allow "WebSocket | HTTP tunnel request" with IPv6?

2022-07-25 Thread Henri Alves de Godoy
Hi Nick and Willy, sorry i missed this message enable ipv6 socket in your tomcat It should work now. Att, Henri Em sex., 22 de jul. de 2022 às 22:44, Nick Couchman escreveu: > On Thu, Apr 21, 2022 at 4:36 AM Willy Manga wrote: > > > > Hi Alves, > > > > On 19/04/2022 15:32, Henri

Re: How to allow "WebSocket | HTTP tunnel request" with IPv6?

2022-07-22 Thread Nick Couchman
On Thu, Apr 21, 2022 at 4:36 AM Willy Manga wrote: > > Hi Alves, > > On 19/04/2022 15:32, Henri Alves de Godoy wrote: > > Hi Willy, > > > > Assuming that your server where the tomcat/guacd daemon is is dual-stack > > and your internal environment is IPv6-only > > What if I want to avoid any IPv4

Re: How to allow "WebSocket | HTTP tunnel request" with IPv6?

2022-04-21 Thread Willy Manga
Hi Alves, On 19/04/2022 15:32, Henri Alves de Godoy wrote: Hi Willy, Assuming that your server where the tomcat/guacd daemon is is dual-stack and your internal environment is IPv6-only What if I want to avoid any IPv4 config .. Here's what I want +--+ | Network of hosts |

Re: How to allow "WebSocket | HTTP tunnel request" with IPv6?

2022-04-19 Thread Henri Alves de Godoy
Hi Willy, Assuming that your server where the tomcat/guacd daemon is is dual-stack and your internal environment is IPv6-only In the host configuration, put the IPv6 of the remote machine you want to access. You can also change in guacd to bind the v6 address of localhost ::1 It works without

How to allow "WebSocket | HTTP tunnel request" with IPv6?

2022-04-19 Thread Willy Manga
Hi, I have installed guacamole and got the following errors [1] after a successful authentication. I'm aware of [2] where the solution was to set bind_host to 127.0.0.1 [3]. My question is how to allow that tunnel request in an IPv6-only environment? The 'Connection refused' seems like an