Re: Bad user remote IP

2023-10-30 Thread Golota S.V.
Thank you. It was a rule on the router. 29.10.2023 23:34, Nick Couchman пишет: This likely means that your local gateway is stripping out the headers that your proxy or Tomcat expects, so Tomcat is unable to find the proper value for this header and pass it on. You need to make sure that

Re: Bad user remote IP

2023-10-27 Thread Golota S.V.
Hello! I changed my server.xml file according to the recommendations internalProxies="127\.0\.0\.1" external addresses actually began to be displayed correctly, but when connecting from the local network, the local network gateway address is displayed. Any ideas on how to fix this (I use the

Re: Configuring connections to use recording storage for docker version

2023-05-26 Thread Golota S.V.
guacamole.properties is located at: /home/guacamole/.guacamole/guacamole.properties and I can't mount it for editing and then saving. 26.05.2023 17:23, Nick Couchman пишет: Yep, you are correct, the option for the recording storage path is not available in the Docker startup script. Sorry we

Re: Configuring connections to use recording storage for docker version

2023-05-21 Thread Golota S.V.
That's exactly what I did. but the error remains. It is a pity that it may be possible to solve this in the future. 19.05.2023 17:50, Nick Couchman пишет: I don't have a ton of experience with Docker, but I believe what you need to do is: * Create a directory on your host system that will

Re: Configuring connections to use recording storage for docker version

2023-05-18 Thread Golota S.V.
8/23 02:27, Golota S.V. wrote: on the virtual guacamole, I looked at the tomcat 998 group ID, registered it, but this did not give a result The group used by the "guacamole/guacamole" image for the Tomcat service is "guacamole" a

Re: Configuring connections to use recording storage for docker version

2023-05-18 Thread Golota S.V.
on the virtual guacamole, I looked at the tomcat 998 group ID, registered it, but this did not give a result 18.05.2023 12:29, Golota S.V. пишет: for guacamole to work, I have 3 containers: guacacamole, guacd, guacdb in water there is no tomcat group there is a tomcat directory

Re: Configuring connections to use recording storage for docker version

2023-05-18 Thread Golota S.V.
for guacamole to work, I have 3 containers: guacacamole, guacd, guacdb in water there is no tomcat group there is a tomcat directory in the guacamole container (it is primed to the container) but there is no special rights to it 18.05.2023 12:10, Michael Jumper пишет: Yes - you'll need to

Configuring connections to use recording storage for docker version

2023-05-16 Thread Golota S.V.
Hello!! I have a docker version of guacamole:latest set up trying to set up connection recording:created a directory for recording changed the commands chown 1000:1000, chmod 2750 in the web admin settings specified the directory name and file name (${HISTORY_UUID}) in this option the

Re: Wake-on-LAN (WoL)

2022-08-01 Thread Golota S.V.
I found the reason: the whole point is that the containers are on a different subnet, if you make a static address on the guacd container, then everything works - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org

Wake-on-LAN (WoL)

2022-07-31 Thread Golota S.V.
Hello, I'm using docker Guacamole 1.4, the Wake-on-LAN (WoL) function used to work for me, now it doesn't, I suspect that there is no wakeonlan package in the container images, how can I fix this error? - To unsubscribe,

Re: Guacamole+fail2ban

2022-05-25 Thread Golota S.V.
thout root rights 19.05.2022 04:30, Michael Jumper пишет: On Mon, May 16, 2022 at 9:37 PM Golota S.V. wrote: Hello!! I use docker version guacamole 1.4 since I organized access through nginx proxy manager and attached to fail2ban from crazy-max/docker-fail2ban everything is

Guacamole+fail2ban

2022-05-16 Thread Golota S.V.
Hello!! I use docker version guacamole 1.4 since I organized access through nginx proxy manager and attached to fail2ban from crazy-max/docker-fail2ban everything is fine, but there are many false locks after authorization. there are recommendations to analyze logs not from nginx but from

Fwd: SSH handshake failed

2021-12-18 Thread Golota S.V.
i tried via public key but didn't help either ssh-keygen -t rsa -b 4096 -m PEM You can also use OpenSSL to create the private key: openssl genrsa -out id_rsa 4096 Then to get the public key: ssh-keygen -y -f id_rsa a source:

SSH handshake failed

2021-12-16 Thread Golota S.V.
Hello!! I have an error "SSH handshake failed" when connecting ssh client manjaro zsh normal bash clients connect without problems. tell me how to solve the problem. - To unsubscribe, e-mail:

LDAP authentication not working

2021-10-26 Thread Golota S.V.
Hello, if my experience is useful, I did this: LDAP_HOSTNAME: "ip_addr_dc"   LDAP_PORT: "389"   LDAP_ENCRYPTION_METHOD: "none"   LDAP_SEARCH_BIND_DN: "CN = guacamoleadmin, OU = domaim, DC = local"   LDAP_SEARCH_BIND_PASSWORD: "password"   LDAP_USER_BASE_DN: "OU = NET, DC =

RemoteIPValve

2021-10-25 Thread Golota S.V.
Hello!! Guacamole on docker. there is a problem with the real IP addresses of users in the logs, tried to solve it as before by adding entries to the conf / server.xml file (previously removed it from the mounting container) but did not give a solution to this problem?

Disable glyph caching:

2021-10-22 Thread Golota S.V.
Hello in the article: (https://www.mail-archive.com/user@guacamole.apache.org/msg07992.html) explains how to disable Disable glyph caching: tell me how to apply this advice to a docker installation? I tried running this patch in guacamole and guacdb containers but it stops and asks for a

Re: Group change connection settings

2021-04-03 Thread Golota S.V.
The proposed schemes are new to me and require testing. I will try thanks! 03.04.2021 19:09, Nick Couchman пишет: On Sat, Apr 3, 2021 at 6:15 AM Golota S.V. wrote: Hello! tell me a way to group change connection settings when working with mysql I have currently created templates

Group change connection settings

2021-04-03 Thread Golota S.V.
Hello! tell me a way to group change connection settings when working with mysql I have currently created templates for vnc end rdp connections but it is good to create new connections. -- - To unsubscribe, e-mail:

Re: upgrade guacamole 1.2.0 to 1.3.0

2021-04-02 Thread Golota S.V.
Thanks Michael it helped! tell me you don’t know how to apply this fix to all settings (globally) taking into account that strings are stored in mysql? 02.04.2021 22:16, Mike Jumper пишет: On Thu, Apr 1, 2021 at 9:57 PM Golota S.V. <mailto:sgol...@turgai.kz>> wrote: solved thi

Re: upgrade guacamole 1.2.0 to 1.3.0

2021-04-01 Thread Golota S.V.
solved this problem: systemctl start tomcat9 guacd removed / var / lib / tomcat9 / webapps / guacamole re-compiled server 1.3.0 Now there is a problem that throws out windows 7 from the session when you hover over the start button, but this is a topic for another discussion. 02.04.2021 09:22,

Re: upgrade guacamole 1.2.0 to 1.3.0

2021-04-01 Thread Golota S.V.
installation itself (server compilation is easy) as well as copy / paste client (guacamole.war) a mistake can be made toko in a sequence that I do not follow however, I keep getting the error: [main] ERROR o.a.g.extension.ExtensionModule - Extension "guacamole-auth-jdbc-mysql-1.3.0.jar" could

Re: upgrade guacamole 1.2.0 to 1.3.0

2021-04-01 Thread Golota S.V.
help solve the problem, look at the log and tell you the reason for the AD user authentication error via the mysql database after the update to version 1.3.0 30.03.2021 16:31, Nick Couchman пишет: On Tue, Mar 30, 2021 at 6:41 AM Golota S.V. <mailto:sgol...@turgai.kz>> wrote:

Re: upgrade guacamole 1.2.0 to 1.3.0

2021-04-01 Thread Golota S.V.
and guacamole-auth-ldap -1.3.0.jar if you return extensions v 1.2.0 everything works but it's wrong, isn't it? 30.03.2021 16:31, Nick Couchman пишет: On Tue, Mar 30, 2021 at 6:41 AM Golota S.V. <mailto:sgol...@turgai.kz>> wrote: I use installation through a script. (Docker is

Re: upgrade guacamole 1.2.0 to 1.3.0

2021-03-30 Thread Golota S.V.
I use installation through a script. (Docker is not used there) but there is a more detailed instruction, I did not understand everything from your advice. 30.03.2021 00:57, Nick Couchman пишет: On Mon, Mar 29, 2021 at 8:06 AM Golota Sergey wrote: used the installation script

upgrade guacamole 1.2.0 to 1.3.0

2021-03-28 Thread Golota S.V.
Hello! want to upgrade my guacamole 1.2.0 (debian 10, AD-auth, NGINX) to 1.3.0 how to approach this issue? - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For additional commands, e-mail:

Re: Converting a session recording

2021-02-25 Thread Golota S.V.
25.02.2021 17:14, Golota S.V. пишет: Very thanks Nic  it really helped. I find it hard to write scripts 25.02.2021 17:00, Nick Couchman пишет: On Thu, Feb 25, 2021 at 2:01 AM Golota S.V. wrote: > > > Hello!! made a script for automatic conversion of recording

Converting a session recording

2021-02-24 Thread Golota S.V.
Hello!! made a script for automatic conversion of recording sessions, the script itself works, but if you run it through cron, the line linked to the conversion does not work, I think the matter is in the absence of the output parameter of the guacenc utility file. tell me how to fix it.