Re: Access to login page with HTTPS

2024-02-18 Thread Andrea Miconi
I've made some progress. I configured ha-proxy in my small personal laboratory.Listening to 0.0.0.0:443 and calling IP-LAN:8080 Now if I type https://MyDomain.TLD/guacamole on a PC on the Internet, the Guacamole login page appears. However, I still have doubts. I now call the service with HTTPS a

Access Guacamole with another folder

2024-02-18 Thread Andrea Miconi
I access the login page with mydomain.tld/guacamole or with IP-PC/guacamole. I would like to be able to use another folder so as not to immediately make the type of service public.For example mydomain.tld/services or with IP-PC/services. However, I don't want to mess with the configuration. I ima

Configuration from GUI

2024-02-18 Thread Andrea Miconi
I am new with Guacamole and to configure it I used the xml file. Now I have to report any changes here. I had tried Guacamole years ago and I remember that as guacadmin I could configure it from the GUI, creating users, passwords, services to connect to, protocols, etc. Again if I remember corre

Re: Configuration from GUI

2024-02-18 Thread Nick Couchman
On Sun, Feb 18, 2024 at 3:36 AM Andrea Miconi wrote: > I am new with Guacamole and to configure it I used the xml file. > Now I have to report any changes here. > > I had tried Guacamole years ago and I remember that as guacadmin I could > configure it from the GUI, creating users, passwords, ser

Re: Access Guacamole with another folder

2024-02-18 Thread Nick Couchman
On Sun, Feb 18, 2024 at 3:29 AM Andrea Miconi wrote: > I access the login page with mydomain.tld/guacamole or with > IP-PC/guacamole. > I would like to be able to use another folder so as not to immediately > make the type of service public. > For example mydomain.tld/services or with IP-PC/servi

Re: Access to login page with HTTPS

2024-02-18 Thread Nick Couchman
On Sun, Feb 18, 2024 at 3:21 AM Andrea Miconi wrote: > I've made some progress. > I configured ha-proxy in my small personal laboratory. > Listening to 0.0.0.0:443 and calling IP-LAN:8080 > > Now if I type https://MyDomain.TLD/guacamole on a PC on the Internet, the > Guacamole login page appears.

Re: Access to login page with HTTPS

2024-02-18 Thread Andrea Miconi
OK, thanks Nick.I'll see what I should do with the links you sent me.For now I thank you.Bye. Il domenica 18 febbraio 2024 alle ore 13:32:57 CET, Nick Couchman ha scritto: On Sun, Feb 18, 2024 at 3:21 AM Andrea Miconi wrote: I've made some progress. I configured ha-proxy in my sma

Re: Configuration from GUI

2024-02-18 Thread Andrea Miconi
Before this installation I had followed a guide to use MariaDB, but then I found myself having difficulty identifying the collector. Now that the XML configuration is already there, I was wondering if I can configure it again for the DB or if I have to do everything from the beginning.If I use

Failed connections RDP

2024-02-18 Thread Andrea Miconi
I'm trying to connect to PCs using guacadmin, but only with VNC and SSH I work.With RDP the message "You have been disconnected" immediately appears. Reading online it seems that the problem is with the reverse proxy; in this I forward only port 8080. Furthermore, the firewall has no rules, only

Re: Failed connections RDP

2024-02-18 Thread Horváth Csaba
Hi, This may be the same what i found. What do you use on your PC? Gnome-based DE? What do you get if you specify NLA security? BR, Cs. Andrea Miconi ezt írta (időpont: 2024. febr. 18., V, 19:12): > > I'm trying to connect to PCs using guacadmin, but only with VNC and SSH I > work. > With R

Re: Failed connections RDP

2024-02-18 Thread Andrea Miconi
Thanks for the reply.Guacamole is on a PC with a Debian 12 server installed.My PC is Win11 Pro.The "remote" PC (on my same table and connected to my same switch) is a Win10 Pro.Both PCs are updated with the latest WinUpdate. I have also a laptop with Xubuntu 22:04, but I haven't tested whether i

Is it possible to connect to a website with Guacamole?

2024-02-18 Thread Andrea Miconi
I have a small server with some "web applications" installed in Apache, for example for time management, my notes, my money.  These applications can be reached via HTTPS and have login credentials. I could log in remotely and I have HAProxy as a reverse proxy.Nonetheless, I would not like to exp

How to make Guacamole safe.

2024-02-18 Thread Andrea Miconi
My Guacamole is installed on a PC with Debian 12 and I use it to connect to my PCs and servers. Besides G. there is nothing else installed; maybe later I will want to install Zabbix. G. is now behind a firewall with HA-Proxy as reserver proxy.I wonder if I shouldn't secure the server anyway, for

Creation of WebSocket tunnel to guacd failed - Guacamole 1.5.4

2024-02-18 Thread Viji Sankar
Hi Team, We are using the Guacamole 1.5.4 version and deployed to Azure kubernetes server configuring NGINX proxy to expose inside our one pod(NGINX, GUACD, GUACAMOLE containers). We are currently facing an issue when connecting the Ubuntu server using Guacamole, at the same time windows is con

Re: Failed connections RDP

2024-02-18 Thread Horváth Csaba
Hi, So your issue is not the same as mine. Try to add this to the user-mapping.xml to the appropriate connection settings : nla true NLA is the Network Level Authentication security mode, used by modern Windows versions and Gnome-Remote-Desktop. Cs. Andrea Miconi ezt í

Re: How to make Guacamole safe.

2024-02-18 Thread Michael Jumper
On 2/18/24 23:15, Andrea Miconi wrote: My Guacamole is installed on a PC with Debian 12 and I use it to connect to my PCs and servers. Besides G. there is nothing else installed; maybe later I will want to install Zabbix. G. is now behind a firewall with HA-Proxy as reserver proxy. I wonder if

Re: Failed connections RDP

2024-02-18 Thread Andrea Miconi
In the meantime I had also seen that that parameter was missing, but it still doesn't work.                             rdp            192.168.101.98            3389                    nla            true        Il lunedì 19 febbraio 2024 alle ore 08:26:13 CET, Horváth Csaba ha scritto:

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

2024-02-18 Thread Jimmy
Hi Viji Sankar, From the log message, we can see that the Apache Guacamole Client couldn't connect to the guacd (the Apache Guacamole Server). Is the guacd running on the same pod as the guacamole client is running? If so, you need to check if the guacd is running. If not, you need to check if th