Re: How to make Guacamole safe.

2024-02-19 Thread Andrea Miconi
My firewall already has an Intrusion Detection function.Guacamole is behind the firewall and behind the reverse proxy.When you talk about "is running on the public-facing server" are you still talking about Guacamole? Is Failban already configured for Guacamole or do I have to configure it mysel

RE: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Viji Sankar
Hi Jimmy, The guacd container is running in the same pod as well and port 4823 opened. When we do restart/new deployment, the connections to both Ubuntu and Windows VMs are working fine. After some time, Ubuntu connections stopped working and Windows connections worked fine. Attached is the sc

Re: Is it possible to connect to a website with Guacamole?

2024-02-19 Thread Ivanmarcus
Andrea, This is not presently possible with Guacamole. It has been requested in the past, and it may become a feature in the future at some stage, but it's unlikely to be any time soon. On 19/02/24 20:03, Andrea Miconi wrote: I have a small server with some "web applications" installed in Ap

Re: Failed connections RDP

2024-02-19 Thread Horváth Csaba
Hi, Strange. My setup is failing with Gnome Debian remote machines, but works with Windows RDP VM's flawlessly. This was the only thing which i needed to add to the config. Cs. Andrea Miconi ezt írta (időpont: 2024. febr. 19., H, 8:52): > > In the meantime I had also seen that that parameter wa

Re: How to make Guacamole safe.

2024-02-19 Thread Ivanmarcus
Andrea, Mike means that you will need to be looking at, and blocking if necessary, unique public IP addresses. Most likely private addresses (eg. 192.168.x.x) would normally be 'trusted', or in some cases not unique, so there's no point in having having fail2ban analyse them. Also, fail2ba

Re: Configuration from GUI

2024-02-19 Thread Ivanmarcus
Andrea, If you want to be able to use the GUI as you describe then you'll need to use a database, rather than the XML config. You don't say what distribution you're using, but I have previously described some steps to install Guacamole with or without database for Ubuntu 22.04. This was inte

Re: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Ivanmarcus
Viji, There is a problem that *some* people are experiencing with 1.5.4 when a certain number of connections have occurred. It may be that you're, unfortunately, one of those people. This particular issue has been actively discussed and worked on, it's possibly related to FreeRDP but is yet

Re: Is it possible to connect to a website with Guacamole?

2024-02-19 Thread Andrea Miconi
Do you have an idea of how to do it?I can also use a VPN, but this is not always possible. Il lunedì 19 febbraio 2024 alle ore 09:17:38 CET, Ivanmarcus ha scritto: Andrea, This is not presently possible with Guacamole. It has been requested in the past, and it may become a feature i

RE: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Viji Sankar
Hi Ivanmarcus, Which recent stable version we can install to avoid our connection issues? Regards, Viji S From: Ivanmarcus Sent: Monday, February 19, 2024 2:11:44 PM To: user@guacamole.apache.org Subject: Re: Creation of WebSocket tunnel to guacd failed - Guac

Re: Configuration from GUI

2024-02-19 Thread Andrea Miconi
I use Debian 12 and I haven't found a guide.I couldn't figure out how to install the JDBC connector.For Ubuntu there is a .deb, but I don't think there is one for Debian. I saw that version 3.3.2 is available which I can download withhttps://dlm.mariadb.com/3700566/Connectors/java/connector-jav

Re: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Ivanmarcus
In order to test the hypothesis you could trial 1.5.3 I realise that this could be seen as a somewhat crude fault-finding process, and it may turn out that your problem is unrelated to the 'fails after a certain number of connections' issue, however in your description there seemed enough simi

Re: Failed connections RDP

2024-02-19 Thread Andrea Miconi
I tried enabling remote desktop on a VM Win11 Pro and a VM Win7 Pro.Same result, logs me out immediately. Il lunedì 19 febbraio 2024 alle ore 09:19:55 CET, Horváth Csaba ha scritto: Hi, Strange. My setup is failing with Gnome Debian remote machines, but works with Windows RDP VM's fl

Re: Configuration from GUI

2024-02-19 Thread Ivanmarcus
Andrea, It's getting late here, so I've not a lot of time now, sorry. However if you check out https://guacamole.apache.org/doc/gug/jdbc-auth.html it should explain what you need to do, and where you need to place the relevant files. Also, while it's been a some time since I installed Guacam

RE: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Viji Sankar
Hi Ivanmarcus, We have experienced, VM continuously disconnects every few minutes/seconds while using guacamole. That’s the reason we have upgraded to 1.5.3 and we also increased the CPU and memory of the GUACD and GUACAMOLE container. Is this a known issue or should we need to update any prop

Re: Failed connections RDP

2024-02-19 Thread Nick Couchman
On Mon, Feb 19, 2024 at 4:18 AM Andrea Miconi wrote: > I tried enabling remote desktop on a VM Win11 Pro and a VM Win7 Pro. > Same result, logs me out immediately. > > What Linux account is guacd running under? Does that account have a writable home directory? -Nick

Now with Ubuntu PID error

2024-02-19 Thread Andrea Miconi
With the installation in Debian 12 I was unable to install the MariaDB connector.Since mine is only a test environment, I redid the installation starting with Ubuntu 22.04.3.I follow the guide step by step, without any errors, until I launch systemctl status guacd The only difference compared to

Re: Now with Ubuntu PID error

2024-02-19 Thread Andrea Miconi
Resolved.On Ubuntu it must be configured for /etc/init.dI still had my notes for Debian with the configuration in /etc/systemd/system/ I'm sorry. Il lunedì 19 febbraio 2024 alle ore 17:29:15 CET, Andrea Miconi ha scritto: With the installation in Debian 12 I was unable to install th

Re: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Ivanmarcus
Viji, I understood you were using 1.5.4? I am a little confused as to whether you are now trying 1.5.3 and you have an issue, or whether this is the same problem you earlier described and are still using 1.5.4? To clarify my earlier suggestion; *some* people have experienced a disconnection

RE: Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-19 Thread Viji Sankar
Hi Ivanmarcus, Sorry for the confusion. Earlier we used guacamole 1.5.3 which has a ‘disconnection issue’ every few minutes after connecting VMs using Guacamole. Then we upgraded to guacamole 1.5.4 which has a ‘fails after a certain number of connections’ issue only for Ubuntu(SSH) and Windows