Re: anyone still using fail2ban

2018-05-16 Thread Mark Barber
thanks mate but i came across that one somewhere, unfortunately it's not 
working for me on ubuntu server 16.04, tomcat 9.07, guacamole 9.14 java 10..
just wish the syntax itself wasn't so obscure.


Mark Barber
md...@aol.com




-Original Message-
From: Евгений Н. Жуков <eugene.zhu...@gmail.com>
To: user <user@guacamole.apache.org>; mdbuk <md...@aol.com>
Sent: Wed, 16 May 2018 21:31
Subject: Re: anyone still using fail2ban


This works fine


[Definition]

failregex = \bAuthentication attempt from \[(?:,.*)?\] for user ".*" 
faile                                                                           
                          d\.

[Init]

maxlines = 2





2018-05-16 23:25 GMT+03:00 mdbarber <md...@aol.com>:

to cover guacamole?
using it to protect a webmin instance but the default gucamole filter doesn't 
work and all the documentation i can find regarding syntax for filters is out 
of date.
Any hints please?
regards
mdb

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus







--

Евгений Жуков
+79534155676  skype: xrt_nn

Re: State of Audio Input ?

2022-11-01 Thread Mark Barber
I used to use something similar that was for home editions of windows which do 
not have RDP funtionality.It is worth noting that page states "at reduced 
functionality" so may not actually support audio.

Sent from the all-new AOL app for Android 
 
  On Tue, 1 Nov 2022 at 17:45, Nick Couchman wrote:   On Tue, 
Nov 1, 2022 at 12:53 PM Sean Hulbert
 wrote:
>
> Hello Nick,
>
> I think this is what he is using https://github.com/stascorp/rdpwrap
>

Well, that's aninteresting...project :-).

I don't know of a reason why Guacamole's audio input would not work
with that - at least, no reason related to Guacamole itself. Has audio
input been tried with another RDP client - either Microsoft or
Xfreerdp, against this same host, and is proved to work correctly?
Also, have you tested Audio Input from your Guacamole instance against
a host _not_ using RDPWrap to make sure that it works that way, as
well?

-Nick

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

  


Re: Can't connect with the Guacamole

2023-12-18 Thread Mark Barber
Not examined the container myself but the most likely answer is the deployed 
file does not have the correct permissions from being deployed separately, they 
need to be the same  or close enough to the acct the guac instance is running 
under

Sent from AOL on Android 
 
  On Mon, 18 Dec 2023 at 7:06, Remush wrote:   Okay, it 
seems like the container is failing to read the guacd.conf due to SELINUX? 
which is weird because the VM has SELinux on permissive yet I get:SELinux is 
preventing /opt/guacamole/sbin/guacd from open access on the file 
/etc/guacamole/guacd.conf
‫בתאריך יום ב׳, 18 בדצמ׳ 2023 ב-7:19 מאת ‪Remush‬‏ <‪m.remmar...@gmail.com‬‏>:‬

I have checked again and it is listening on 0.0.0.0:4822
now I have successfully put the guacd.conf (Thanks by the way. adding double 
space helped for some reason) with the bind_host as 127.0.0.1, yet the 
container is still listening on 0.0.0.0:4822.

Now I still receive the "Connection refused". Is there anything I can try?

(Thanks for all your help)
‫בתאריך יום ב׳, 18 בדצמ׳ 2023 ב-1:33 מאת ‪Michael Jumper‬‏ 
<‪mjum...@apache.org‬‏>:‬

On 12/17/23 05:20, Remush wrote:
> Hey everyone!
> 
> I have finally set up a working guacamole.
> I have created a connection but when I try to use the connection I get a 
> red rectangle with the error message:
> "An internal error has occurred within the Guacamole server, and the 
> connection has been terminated. If the problem persists, please notify 
> your system administrator, or check your system logs."
> 
> When checking the guacamole container logs I see the following error:
> "ERROR o.a.g.s GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: 
> java.net.ConnectExeption: Connection refused (Connection refused)"
> 
> "DEBUG o.a.g.s GuacamoleHTTPTunnelServlet - Internal error in HTTP tunnel."
> "org.apache.guacamole.GuacamoleServerException: 
> java.net.ConnectException: Connection refused (Connection refused)"
> 

Make sure guacd is running and listening on the expected address.

If it is running, check whether your Linux distro defines both "::1" and 
"127.0.0.1" for localhost, as that would cause TCP connections to 
localhost to round-robin between IPv6 and IPv4, whereas guacd will only 
listen on either IPv4 _or_ IPv6.

- Mike

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org