Re: Unable to get Guacmole to connect to hosts

2022-06-14 Thread Ivanmarcus
Timothy, I had a quick look at that site. While I can't comment much on the procedure for RHEL (I generally use Ubuntu) I see they appear to be advising an earlier version of Guacamole than is current. I suggest you check this out, it's the official documentation for the current version (1.4

RE: Unable to get Guacmole to connect to hosts

2022-06-14 Thread Sean Hulbert
For testing disable SELinux and reboot the server. Verify it up and running use the following command: sestatus or getenforce Disable SELinux temporary use the following command: setenforce 0 If you are using sudo accounts put sudo in front of the commands To Permanently disable vi /etc

Unable to get Guacmole to connect to hosts

2022-06-14 Thread Timothy A. Dilbert | BMT
Hello, I am trying to install Apache Guacamole on RHEL 8. I've followed all of the instructions linked below: https://computingforgeeks.com/install-guacamole-remote-desktop-centos/ I've gotten to the point where Guacamole is loading and I'm able to sign in. The problem I'm having, however, is

Re: Question on the setup of 2FA

2022-06-14 Thread Michael Jumper
The documentation was not correctly updated for this, but since 1.3.0 a *much* easier way to do this is set the "TOTP_ENABLED" environment variable to "true". You don't need to manually copy/mount the .jar into place. - Mike On Tue, Jun 14, 2022, 06:58 CYBER PUNK wrote: > Thank you so much I'l

RE: Weird behaviour - RDP timeout

2022-06-14 Thread Sean Hulbert
Verify your NTP time is set to UTC verses standard time and date. Thank You Sean Hulbert Founder / CEO Work Ph: 925.292.4309 www.securitycentric.net A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach

Re: Weird behaviour - RDP timeout

2022-06-14 Thread Stefan Bogdan Cimpeanu
Hi Antony, I agree it could be that, however, it does not explain (in my mind) why would the Guacamole server behave differently when the user is from Europe or from Australia if the target is still in Australia. Is there any special connection happening from the end user all the way to the targ

Re: Weird behaviour - RDP timeout

2022-06-14 Thread Antony Awaida
HI There: It may be a problem with the network latency. Have your user in Australia check his latency to Europe/Azure using this: https://www.azurespeed.com/Azure/Latency Cheers, Antony Awaida CEO www.apporto.com 2 min intro video Apporto for Business: Apporto for Business — Introduction - YouT

Weird behaviour - RDP timeout

2022-06-14 Thread Stefan Bogdan Cimpeanu
Hello all, I have this interesting behaviour,, that I can’t fully understand, maybe someone can help out please. I have Guacamole deployed in several Azure locations in Europe. I have servers again in Azure deployed in most of the regions. If I, from Europe, want to access via Guacamole, a serve

Re: Question on the setup of 2FA

2022-06-14 Thread CYBER PUNK
Thank you so much I'll test it out tomorrow when I have a moment. This is going to really help 😁 Regards Brodie On Tue, Jun 14, 2022, 3:53 PM MAURIZI Lorenzo wrote: > Hi. > > in your compose file, into the “guacamole” container definition, you > should add an environment variable to specify a d

R: Question on the setup of 2FA

2022-06-14 Thread MAURIZI Lorenzo
Hi. in your compose file, into the “guacamole” container definition, you should add an environment variable to specify a different guacamole home folder: environment: MYSQL_HOSTNAME: […] MYSQL_DATABASE: […] […] GUACAMOLE_HOME: /guacamole-home Then you need to map a local direct

Question on the setup of 2FA

2022-06-14 Thread CYBER PUNK
Hello This is a docker compose file i created to remember how to set it up My question is what do in need to do to setup 2FA with an authentication app like google auth. I tried following the docs but it flew over my head docker-compose.yamlversion: "2.1"services: guacamole:image: guacamol