AW: How to get client IP address ?

2024-04-21 Thread Joachim Lindenberg
Hi Stephan, I´d agree if authentication were the only goal of the API. However it also allows to authorize users, and to provide (including create) configuration data entirely not in the standard database. I visualized that capability and how I use it in

AW: Options for hardware acceleration/vaapi for guacd

2024-01-19 Thread Joachim Lindenberg
Hi Antony, Can you please elaborate more on how you achieved that and what blocks open sourcing that solution? I am convinced that a lot users would be interested as today users can remote access company resources but not really participate in video conferences via Guacamole. Thanks,

AW: Guacamole HA

2023-10-09 Thread Joachim Lindenberg
>We do have a Jira ticket open for improving things from an HA perspective in >Guacamole, >but it hasn't had much activity. Every now and then I take a run at building >something for >the web front-end that would at least allow active connections to be seen >across multiple >instances, and

AW: Guacamole with Docker, LDAPS and Self-Signed certificate

2023-10-05 Thread Joachim Lindenberg
Afaik there are three options: * update the Java keystore to include the root certificate used to sign the certificate used by LDAP * change your LDAP to use a certificate by one of the standard root certification authorities like Letsencrypt * set up a proxy next to guacamole

AW: Captcha protection to stop brute force attacks

2023-10-01 Thread Joachim Lindenberg
Hi Molina, can you please do us a favor and explain what cloudflare can do to protect against brute force attacks? Hi Madhusudan, afaik captchas are solved faster by AI than by humans. afaik the standard approach to stop brute force attacks is to use something like fail2ban or

AW: How to disable File transfers globally for users in connection group?

2023-09-16 Thread Joachim Lindenberg
Helle, if you also consider webdav or any other cloud service evil as well, then essentially you have to turn off network connectivity of the target system. I have been doing this with VMs on Hyper-V (no network connection) and accessing them via Guacamole via the hypervisor (VM connect)

AW: Re: [*EXT*] **RSPAM** Guacamole SSH with already MFA for SSH

2023-08-17 Thread Joachim Lindenberg
Hello Frank, imho implementing MFA (or multi-step-authentication if you want to use PCI compliant terminology) should be done with single-sign-on-mechanism only as otherwise you run into a. users have to authenticate all day when navigating to different systems, b. admins have the

AW: Guacamole Extensions troubles

2023-06-29 Thread Joachim Lindenberg
Imho you have a big issue already with authentication using no encryption at all. Best Regards, Joachim Von: Tifaine RIVOIRE OPTI Sécurité Gesendet: Donnerstag, 29. Juni 2023 11:22 An: user@guacamole.apache.org Betreff: RE: Guacamole Extensions troubles Hi, After conducting

AW: Displaying both active and disconnected remote desktop sessions on the home screen

2023-05-24 Thread Joachim Lindenberg
I think it can be done in an extension mixing in additional status information. My extension - targeting Hyper-V hosts - doesn´t keep track of disconnected sessions, but mixes in status information like VM running, saved, or shut down, to the connection list and the thumbnails. However I am

AW: [ANNOUNCE] Apache Guacamole 1.5.0

2023-02-21 Thread Joachim Lindenberg
Hello all, I tried to upgrade my docker compose scenario to 1.5, but the guacamole container fails to start with error message "/opt/guacamole/bin/start.sh: 1169: unzip: not found". I am using two custom extensions - is it possible that custom extensions are an issue after the change to Alpine

AW: Race?

2022-12-23 Thread Joachim Lindenberg
Hello Mike, how exactly? Can this please be added to https://guacamole.apache.org/doc/gug/guacamole-docker.html ? Thanks, Joachim Von: Michael Jumper Gesendet: Freitag, 23. Dezember 2022 18:29 An: user@guacamole.apache.org Betreff: Re: Race? On Fri, Dec 23, 2022, 9:00 AM Joachim

AW: Race?

2022-12-23 Thread Joachim Lindenberg
that the closure itself is unexpected. Can you describe what specifically isn't working? If it's the connection itself failing to establish, what about your guacd logs? - Mike On Thu, Dec 22, 2022, 3:19 AM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello,

Race?

2022-12-22 Thread Joachim Lindenberg
Hello, I am encountering an issue that I am right now unable to resolve. I am running my own extension that does authentication and connection management and that used to work. It doesn´t any more – neither in the version I used for quite some time nor the version I did to implement a

AW: Adding JavaScript to your Guacamole extension

2022-12-21 Thread Joachim Lindenberg
Hello Willem, I tried and succeeded, you may wish to review https://lists.apache.org/thread/78qhjzg79fb9y6435ym1hxmol0lbvzlp. Best Regards, Joachim Von: Willem van de Mheen Gesendet: Mittwoch, 21. Dezember 2022 12:16 An: user@guacamole.apache.org Betreff: Adding JavaScript to your

AW: Additional field (select options) on login screen?

2022-12-15 Thread Joachim Lindenberg
Learned more – this depends on the exception I throw. I was using GuacamoleInsufficientCredentialsException, but GuacamoleInvalidCredentialsException works a lot better. Joachim Von: Joachim Lindenberg Gesendet: Donnerstag, 15. Dezember 2022 09:28 An: user@guacamole.apache.org Betreff: AW

AW: Additional field (select options) on login screen?

2022-12-15 Thread Joachim Lindenberg
at runtime)? Thanks, Joachim Von: Joachim Lindenberg Gesendet: Dienstag, 13. Dezember 2022 17:32 An: user@guacamole.apache.org Betreff: AW: Additional field (select options) on login screen? Hello Mike, I ran through an AngularJS course and with some more experiments I got the field

AW: Additional field (select options) on login screen?

2022-12-13 Thread Joachim Lindenberg
Hello Mike, I ran through an AngularJS course and with some more experiments I got the field to work, except for the second issue, the field missing when prefilled. Is this Guacamole or AngularJS? Any suggestion what to look for? Thanks, Joachim Von: Joachim Lindenberg Gesendet: Montag

AW: Additional field (select options) on login screen?

2022-12-12 Thread Joachim Lindenberg
ec 8, 2022 at 8:34 AM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello Mike, thanks for that. I started trying out that route. I figured out I probably also need an html template, a controller, probably additions to manifest, but cannot get the field to be displayed yet, an

AW: Additional field (select options) on login screen?

2022-12-08 Thread Joachim Lindenberg
:23 PM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello Mike, is there any documentation or example on how to add a custom field type? I assume this would require to clone or contribute to guacamole-client? Thanks, Joachim Von: Michael Jumper < <mailto:mjum..

AW: Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
field (select options) on login screen? On Mon, Dec 5, 2022 at 3:01 PM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello Mike, I modified my code to show an addition filed using that exception, however the result is not exactly what I was looking for. With cod

AW: Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
ect field is represented by an EnumField: https://guacamole.apache.org/doc/guacamole-ext/org/apache/guacamole/form/EnumField.html - Mike On Mon, Dec 5, 2022, 9:42 AM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello Mike, my current auth extension calls to

AW: Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
screen? On Mon, Dec 5, 2022, 9:26 AM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello, I´d like to add an additional field to the login screen. The field should be a select option (at least that is the html I would use, regardless of how it is generated) and i

Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
Hello, I´d like to add an additional field to the login screen. The field should be a select option (at least that is the html I would use, regardless of how it is generated) and ideally the field can be prepopulated via the url (subject to available options). I assume something like this can

AW: Apache Guacamole html page edit

2022-06-01 Thread Joachim Lindenberg
Two questions: * can this be done with an extension rather than a modification? * didn´t this come up several times earlier and could be a configuration option that the webapp addresses out-of-the-box? Thanks, Joachim Von: Suat Toksöz <> Gesendet: Wednesday, 1 June 2022 17:56

AW: File Encryption for RDP Redirected Folders

2022-05-07 Thread Joachim Lindenberg
Wed, 4 May 2022 at 17:59, Nick Couchman mailto:vn...@apache.org> > wrote: On Wed, May 4, 2022 at 10:44 AM Joachim Lindenberg mailto:guacam...@lindenberg.one> > wrote: Hello Nick & Gabriel, before thinking about encryption, what is the user and authorization concept for that sha

AW: File Encryption for RDP Redirected Folders

2022-05-04 Thread Joachim Lindenberg
Hello Nick & Gabriel, before thinking about encryption, what is the user and authorization concept for that share? Can every user see and change all other users files? Or are the paths somehow distinct for all users, disallowing sharing? The doc only states, the guacd process needs to be able

AW: Support protocols

2022-03-31 Thread Joachim Lindenberg
Hello Yang, I´d be interested as well what and how you did it. Thanks, Joachim Von: Yang Yang Gesendet: Thursday, 31 March 2022 05:14 An: user@guacamole.apache.org Betreff: Re: Support protocols Hi Cyrus, It is much more than an add-on to Guacamole, otherwise I believe the

AW: Building an extension module: guacamole-ext 1.4.0 not found

2022-01-12 Thread Joachim Lindenberg
Hello Nick, all, when switching to 1.4 I had to fiddle with permissions of my extensions in the docker containers. I guess the user for the containers changed, but I didn´t really analyze in detail. Thanks for the good work! Joachim Von: Nick Couchman Gesendet: Tuesday, 11 January 2022

AW: User session locked in use and cannot reset?

2020-12-29 Thread Joachim Lindenberg
I am getting the same error message occasionally with a RDP connection using mstsc.exe or vmconnect.exe instead of Guacamole, also targeting a Windows 10 (virtual) system. Usually I restart the target system and after restart the connection is working fine again. Therefore it may be a bug in

AW: Keyboard/Mouse session stream corruption in Linux/xRDP sessions

2020-11-17 Thread Joachim Lindenberg
Maybe that is totally unrelated to Guacamole. I am encountering freezing RDP connections (no random input however) without using Guacamole as well, and I suspect it is due to low memory in the VM. It is more likely to happen if you render complex websites than with office products, but your

AW: securing connection passwords

2020-07-20 Thread Joachim Lindenberg
but it helps getting rid of users entering passwords. Kind regards, Marcel Op ma 20 jul. 2020 om 12:53 schreef Joachim Lindenberg mailto:joac...@lindenberg.one> >: Hello Mike, Sure one can directly authenticate against AD on Guacamole and then leverage credential pass-through. Howe

AW: WoL with Docker/bridged network

2020-07-20 Thread Joachim Lindenberg
Hi Stefan, are you sure you are not mixing up a “bridged” (layer 2) vs “routed” (layer 3) network configuration? With bridged, WoL should work, with routed, WoL usually works in the same subnet only. Best Regards, Joachim Von: Stefan Unverricht Gesendet: Saturday, 18 July 2020 20:35 An:

AW: securing connection passwords

2020-07-20 Thread Joachim Lindenberg
On Mon, Jul 20, 2020, 00:56 Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello all, I have been thinking about the issue a little. Afai understand using a key vault implies a user (assuming we talk about user specific credentials rather than connection specific) has to d

AW: securing connection passwords

2020-07-20 Thread Joachim Lindenberg
work guys! Kind regards, Marcel Op vr 17 jul. 2020 om 20:45 schreef Joachim Lindenberg mailto:joac...@lindenberg.one> >: Hi Nick, right – we need to differentiate between passwords for user authentication (and potentially pass-thru) and passwords part of connection configuration.

AW: securing connection passwords

2020-07-17 Thread Joachim Lindenberg
Betreff: Re: securing connection passwords On Fri, Jul 17, 2020 at 11:09 AM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: >Guacamole need to know the password at connection time (in clear-text) True. > Even if the password is encrypted in the DB, it must be

AW: securing connection passwords

2020-07-17 Thread Joachim Lindenberg
>Guacamole need to know the password at connection time (in clear-text) True. > Even if the password is encrypted in the DB, it must be decryptable... False (in general) The user needs to enter the password anyway, thus it can be used to validate against salted/hashed/whatever version of password

AW: What files would I have to alter to add an About page to guacamole?

2020-06-30 Thread Joachim Lindenberg
with only an extension, and not changing the "core" code? _ From: Joachim Lindenberg mailto:joac...@lindenberg.one> > Sent: Tuesday, June 30, 2020 3:11 AM To: user@guacamole.apache.org <mailto:user@guacamole.apache.org> mailto:user@guacamole.apache.org> > Sub

AW: [ANNOUNCE] Apache Guacamole 1.2.0

2020-06-30 Thread Joachim Lindenberg
In my case upgrade was very simple: docker-compose down, update container references from 1.0 to 1.2, change configuration nla to vmconnect (both due to https://issues.apache.org/jira/browse/GUACAMOLE-952), docker-compose up -d --build. Thanks a lot to the team! Joachim Von: Peter De

AW: What files would I have to alter to add an About page to guacamole?

2020-06-30 Thread Joachim Lindenberg
Hello Victor, you may want to check out the discussion at http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/How- can-Guacamole-be-customized-tt8216.html#a8234. I used the extension mechanism to add links to pages and to exchange the logo. Do you want to add or reference a

AW: apache vs. nginx what is better choice?

2020-06-27 Thread Joachim Lindenberg
As always the answer depends on what you want to do. For a comparison check e.g. https://serverguy.com/comparison/apache-vs-nginx/. For basic Guacamole usage you Best Regards, Joachim -Ursprüngliche Nachricht- Von: dfk1976 Gesendet: Saturday, 27 June 2020 13:39 An:

AW: Scaling Guacamole to hundreds of concurrent RDP connexions

2020-06-15 Thread Joachim Lindenberg
I cannot comment on what type of machine you need for that load, but in any case I´d prefer multiple instances over a SPoF - and often that is also a cheaper hardware investment, but it takes you additional time to set it up, but that investment also helps you when you need any type of servicing.

AW: Starting VM on connection

2020-06-06 Thread Joachim Lindenberg
Hi Ionel, I am doing this in my extension, see https://software.lindenberg.one/backup/en/documentation/guacamole-integration. In fact it does not only start but also monitor usage and “save” Hyper-V VMs. All actual management and also authentication is in my backup server and called remotely

AW: Security Vulnerability - Guacamole 1.0.0

2020-06-03 Thread Joachim Lindenberg
Lockout in-case of consecutive incorrect logins opens the option for denial-of-service attacks. Has to be optional at best. Best Regards, Joachim Von: Tushar Jain Gesendet: Mittwoch, 3. Juni 2020 17:54 An: user@guacamole.apache.org Betreff: Security Vulnerability - Guacamole 1.0.0 Hi,

AW: Need help to disable clipboard

2020-05-29 Thread Joachim Lindenberg
Hi Madhukar, I think this has been discussed several times already – there is no way to prevent malicious users to disclose data if they really want to. If the clipboard is disabled they just have to use other means. Probably this is the top candidate for a FAQ… Best Regards, Joachim Von:

AW: AW: [EXTERNAL] Re: Guacamole Installation with separate servers for DMZ and Internal Setup

2020-05-28 Thread Joachim Lindenberg
Can you please elaborate a little to what risk you are referring? Have you been able to escape a guacd or guacamole or some other container? Via the network interfaces exposed or how? Is there some thing to be done by the project to improve container security? Actually I´d be willing to spend

AW: [EXTERNAL] Re: Guacamole Installation with separate servers for DMZ and Internal Setup

2020-05-28 Thread Joachim Lindenberg
I am wondering why the docker containers are not more popular – they are ideal for not having to worry about dependencies. Probably better documentation could help, like how to use extensions with docker, how to map volumes for extensions int guacamole, or RDP drive directories into guacd,

AW: Using Docker Images with XML Authentication

2020-05-23 Thread Joachim Lindenberg
I also never tried xml authentication with docker, but as I am using docker setups only, I experienced that the docker images don´t use /etc/guacamole as I expected it to work following the documentation. I got it to work by explicitly defining GUACAMOLE_HOME=/etc/guacamole in my

AW: Soon any guackamole package for debian?

2020-05-22 Thread Joachim Lindenberg
w.r.t. Ubuntu, you may want to “push” for https://bugs.launchpad.net/bugs/1873514. Nevertheless I´d love to see a version of Guacamole that pulls the FreeRDP nightly build (and depending on need also other important libs) into a container. Best

AW: Session Token in URL

2020-05-19 Thread Joachim Lindenberg
Is logging really a concern if you use https and avoid any proxy that terminates (MitM)? Of course you can argue about the nginx or similar you put in front of Guacamole, but if both components are administrated by the same folks you know whom to trust or fire anyway.. Regards, Joachim

AW: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Joachim Lindenberg
Hi Peter, for VMs you like hit https://issues.apache.org/jira/browse/GUACAMOLE-952. Try security “vmconnect”. Best Regards, Joachim Von: Peter De Tender Gesendet: Monday, 11 May 2020 14:32 An: user@guacamole.apache.org Betreff: RDP File transfer not working on windows 2016 or 2019

AW: Check if local user on Win10 are already logged in

2020-05-11 Thread Joachim Lindenberg
Hi Micael, while Guacamole could probably know who connected via Guacamole, Guacamole will not know any user logged in via standard RDP or locally. You can get that information via qwinsta, query session, or variants thereof, but expect retrieval to be slow at least in case of error. You

AW: Docker automated builds?

2020-05-09 Thread Joachim Lindenberg
he.org Betreff: Re: Docker automated builds? On Sat, May 9, 2020 at 9:27 AM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello Team, is there any reason why you don´t leverage automated builds on docker hub? The benefit I see is that testing bug fixes or even testin

Docker automated builds?

2020-05-09 Thread Joachim Lindenberg
Hello Team, is there any reason why you don´t leverage automated builds on docker hub? The benefit I see is that testing bug fixes or even testing with newer builds more frequently would become easier if I don´t need to pull the source and build on my own but can just reference a different tag.

AW: Want some Salsa with your guacamole?

2020-05-08 Thread Joachim Lindenberg
Hi Dave, I am trying to understand what it does and what it is good for. My take is: the user has to authenticate first to salsa, with LDAP credentials, which whitelists the IP used, and then authenticate again to Guacamole, likely using with LDAP credentials again? Which causes me to ask: do

AW: Ubuntu 20.04 / Guacamole 1.1.0 / FreeRDP preconception PDU Broken

2020-05-08 Thread Joachim Lindenberg
Hi Tom, try vmconnect instead of nla for security. See https://issues.apache.org/jira/browse/GUACAMOLE-952. Best Regards, Joachim Von: Daniëls, Tom Gesendet: Friday, 8 May 2020 08:37 An: user@guacamole.apache.org Betreff: RE: Ubuntu 20.04 / Guacamole 1.1.0 / FreeRDP preconception PDU

AW: How can Guacamole be customized?

2020-05-05 Thread Joachim Lindenberg
chim Von: Nick Couchman Gesendet: Sonntag, 3. Mai 2020 21:46 An: user@guacamole.apache.org Betreff: Re: How can Guacamole be customized? On Sun, May 3, 2020 at 12:17 PM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: I agree with always use https, but disagree with

AW: How can Guacamole be customized?

2020-05-03 Thread Joachim Lindenberg
I agree with always use https, but disagree with always 2FA, and password expiries have to be considered a bad practice nowadays. But all of this is kind of off-topic w.r.t. Gucacamole - ultimately all of us have to make their own decisions and sometimes trade-offs. What I believe we should

Re: How can Guacamole be customized?

2020-05-02 Thread Joachim Lindenberg
>In my opinion (and I can be wrong), the use of Guacamole today puts >European companies out of law. I disagree. I am based in Germany, I do consulting w.r.t. security and data protection, and I also offer Guacamole as part of my backup service contracts. It really depends on your use case, and

AW: How can Guacamole be customized?

2020-05-02 Thread Joachim Lindenberg
>In my opinion (and I can be wrong), the use of Guacamole today puts European companies out of law. I disagree. I am based in Germany, I do consulting w.r.t. security and data protection, and I also offer Guacamole as part of my backup service contracts. It really depends on your use case, and

Security Warnings - was Guacamole 1.1.0 with MySQL, Radius and https: Step-by-step

2020-05-01 Thread Joachim Lindenberg
Hi David, all, while I definitely promote securing systems and updating regularly or even automatically, imho this one is probably just noise for most of us. From https://www.openssl.org/news/vulnerabilities.html#2020-1967 "Server or client applications that call the SSL_check_chain() function

AW: Login Page customization.

2020-04-23 Thread Joachim Lindenberg
In my Dockerfile I am using the following: FROM guacamole/guacamole:1.0.0 ADD https://software.lindenberg.one/backup/downloads/guacamole-lindenberg-backup-1.0.0.jar /etc/guacamole/extensions/ COPY guacamole.properties /etc/guacamole/ The disadvantage is that I need to rebuild for any

AW: Windows Login/password screen first when connecting via Guacamole

2020-04-23 Thread Joachim Lindenberg
I think that´s a bad idea as you would have to turn of NLA. Best Regards, Joachim > -Ursprüngliche Nachricht- > Von: Tushar Jain > Gesendet: Donnerstag, 23. April 2020 11:04 > An: user@guacamole.apache.org > Betreff: RE: Windows Login/password screen first when connecting via >

AW: AW: RDP to Windows Server 2019

2020-04-19 Thread Joachim Lindenberg
s, Joachim > -Ursprüngliche Nachricht- > Von: Piviul > Gesendet: Mittwoch, 15. April 2020 08:40 > An: user@guacamole.apache.org > Betreff: Re: AW: RDP to Windows Server 2019 > > Il 14/04/20 08:03, Joachim Lindenberg ha scritto: > > Hello Piviul, > > disabling NLA an

AW: Multiple WAN Network Interface

2020-04-14 Thread Joachim Lindenberg
Hi Chris, Imho this is very likely a dead end as routing of inbound and outbound packets is entirely independent with internet protocol. You are suggesting different end points for inbound traffic "only", but likely bandwidth is more relevant with outbound Guacamole traffic. If you can separate

AW: RDP to Windows Server 2019

2020-04-14 Thread Joachim Lindenberg
Hello Piviul, disabling NLA and ignoring certificates is definitely a bad advice from a security point of view. If certs are wrong, it can usually be seen in guacd logs. Best Regards, Joachim > -Ursprüngliche Nachricht- > Von: Piviul > Gesendet: Dienstag, 14. April 2020 07:39 > An:

AW: Pushing message to VM using Guacamole API

2020-04-12 Thread Joachim Lindenberg
Is this windows, linux, mac os? If windows, what about the windows msg command ( https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msg)? Best Regards, Joachim Von: Umesh

establishing trust for guacd-RDP connections?

2020-04-08 Thread Joachim Lindenberg
Von: Joachim Lindenberg Gesendet: Samstag, 28. März 2020 20:19 An: user@guacamole.apache.org Betreff: AW: freerdp support for certificate fingerprints - also with Guacamole? Hi Nick, Thanks for following up. However, afaik this requires someone to run a freerdp client manually in the same

AW: freerdp support for certificate fingerprints - also with Guacamole?

2020-03-28 Thread Joachim Lindenberg
Betreff: Re: freerdp support for certificate fingerprints - also with Guacamole? On Sat, Mar 28, 2020 at 2:56 PM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello all, I guess most of us are ignoring certificates with RDP. If you are like me and looked at Micr

freerdp support for certificate fingerprints - also with Guacamole?

2020-03-28 Thread Joachim Lindenberg
Hello all, I guess most of us are ignoring certificates with RDP. If you are like me and looked at Microsofts documentation how to replace a self-signed certificate, there is a clear trade off. and so far I am running Guacamole on the same physical host then my virtual machines it interfaces to,

AW: Black box for cursor with xRDP and VNC when using Chrome Only

2020-03-28 Thread Joachim Lindenberg
Hello, I am also experiencing black boxes for input areas in Chrome, however using guacamole RDP to windows systems (virtual machines on Hyper-V) only (my linux vms are servers only). Similar like you, no problems with Firefox. I tested with Guacamole 1.0 and staging/1.2.0. No clue though, whether

AW: DAAS Service using Guacamole

2020-03-23 Thread Joachim Lindenberg
. Best Regards Samuel On Mon, Mar 23, 2020 at 6:40 PM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello Abdullah, I can assure you it is technically possible. I wrote a Guacamole extension that integrates with my backup service and that allows users to fire up a

AW: DAAS Service using Guacamole

2020-03-23 Thread Joachim Lindenberg
Hello Abdullah, I can assure you it is technically possible. I wrote a Guacamole extension that integrates with my backup service and that allows users to fire up a system on demand. The interesting part can be the software licensing required. If you need help with the technical part, I am a

AW: Update to 1.1.0 breaks RDP

2020-02-17 Thread Joachim Lindenberg
and failed: https://github.com/FreeRDP/FreeRDP/issues/5886. Please… Thanks, Joachim Von: Mike Jumper Gesendet: Montag, 17. Februar 2020 20:20 An: user@guacamole.apache.org Betreff: Re: Update to 1.1.0 breaks RDP On Mon, Feb 17, 2020, 10:58 Joachim Lindenberg mailto:joac...@lindenberg.one

AW: Update to 1.1.0 breaks RDP

2020-02-17 Thread Joachim Lindenberg
Hello Mike, all, I tried to use a nightly build of freerdp because of https://issues.apache.org/jira/browse/GUACAMOLE-952, but failed. I´d definitely appreciate if the team could provide instructions how to build a guacd docker image

AW: guacamole 1.1 docker + Hyper-V instances?

2020-02-09 Thread Joachim Lindenberg
> wrote: On Sun, Feb 9, 2020 at 1:18 PM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello, I tried to upgrade one of my docker based guacamole installations today, and failed. I am using guacamole mostly to connect to Hyper-V virtual machines, using the preconnection blob mec

guacamole 1.1 docker + Hyper-V instances?

2020-02-09 Thread Joachim Lindenberg
Hello, I tried to upgrade one of my docker based guacamole installations today, and failed. I am using guacamole mostly to connect to Hyper-V virtual machines, using the preconnection blob mechanism. Now when I connected to the new guacamole, I was able to authenticate using my extension (thanks

AW: Windows 10 flaky RDP

2019-10-22 Thread Joachim Lindenberg
I am experiencing „flaky“ connections recently with plain mstsc RDP connections, w10pro to w10pro. I suspect Microsoft introduced a regression recently. Regards, Joachim Von: Peter Gui Gesendet: Tuesday, 22 October 2019 01:14 An: user@guacamole.apache.org Betreff: Windows 10 flaky RDP

AW: 6 Monitors/6 miniPCs - How to set up Guacamole

2019-10-02 Thread Joachim Lindenberg
>@David - Thanks for your reply. I was hoping there might be a Win-based >solution but kinda knew it was going to be a long shot. Appreciate your input >Sir! For Windows only you may want to check out https://github.com/cedrozor/myrtille or https://github.com/FreeRDP/FreeRDP-WebConnect. However

AW: dynamic param values for user-mapping.xml

2019-04-23 Thread Joachim Lindenberg
Hi Vieri, I´d expect Mike or Nick to cite https://guacamole.apache.org/faq/#integrate-auth... and I can confirm it is doable. Best Regards, Joachim -Ursprüngliche Nachricht- Von: Vieri Gesendet: Tuesday, 23 April 2019 13:53 An: user@guacamole.apache.org Betreff: Re: dynamic param

AW: Using Guacamole to replicate Amazon EC2

2019-03-03 Thread Joachim Lindenberg
Hi Gianluca, For my backup application I wrote a Guacamole extension that in essence reflects your steps 4+5. I have two directions of integration: the extension can enumerate all backups and show them in the Guacamole user interface, selecting one starts a virtual machine out of the backup and

AW: Guacamole RDP Probleme with VM machine

2019-03-02 Thread Joachim Lindenberg
Hi Kamal, are you using extended mode / preconnection blob? Best Regards, Joachim Von: Kamal Ezzaki Gesendet: Freitag, 1. März 2019 14:30 An: user@guacamole.apache.org Betreff: Guacamole RDP Probleme with VM machine Hello again, i have a probleme with RDP connexion From Guacamole to

AW: [ANNOUNCE] Apache Guacamole 1.0.0

2019-01-20 Thread Joachim Lindenberg
UNCE] Apache Guacamole 1.0.0 On Sun, Jan 13, 2019 at 12:11 PM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hi Nick, thanks. I am attaching my source code. You´ll likely notice, Java is not my favorite programming language, but anyway. Testing the code could be more chall

WG: [ANNOUNCE] Apache Guacamole 1.0.0

2019-01-13 Thread Joachim Lindenberg
Hi Nick, thanks. I am attaching my source code. You´ll likely notice, Java is not my favorite programming language, but anyway. Testing the code could be more challenging. My software is available from https://software.lindenberg.one/backup, and the integration is documented at

AW: [ANNOUNCE] Apache Guacamole 1.0.0

2019-01-13 Thread Joachim Lindenberg
Hi Nick, thanks. I am attaching my source code. You´ll likely notice, Java is not my favorite programming language, but anyway. Testing the code could be more challenging. My software is available from https://software.lindenberg.one/backup, and the integration is documented at

AW: [ANNOUNCE] Apache Guacamole 1.0.0

2019-01-13 Thread Joachim Lindenberg
Hello Mike, all, I really love Guacamole! Was using 0.9.14 for almost a year now, and also did my own extension… Today I installed Guacamole 1.0.0 on a VM with docker and I also updated my authentication extension to compile against 1.0.0 and have the proper version. Unfortunately it doesn´t

RE: multiple guacamole to one guacd?

2018-11-28 Thread Joachim Lindenberg
user@guacamole.apache.org Subject: Re: multiple guacamole to one guacd? On Wed, Nov 28, 2018 at 1:08 PM Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello, right now I am running two complete installations of guacamole on two different servers. I am considering to consolidate them onto one

multiple guacamole to one guacd?

2018-11-28 Thread Joachim Lindenberg
Hello, right now I am running two complete installations of guacamole on two different servers. I am considering to consolidate them onto one, with two guacamole webapps but one guacd. Is this a supported configuration or do I have to run one guacd per guacamole webapp? Thanks, Joachim

AW: Ubuntu 18.04.1 + Docker -> Installed version of FreeRDP lacks support for the preconnection PDU

2018-10-02 Thread Joachim Lindenberg
stService - User "33619559-8fbc-4120-906a-111bd6b92512" disconnected from connection "joachim8-sandisk-ultra-ii-240gb-cc-e8-a3-86.20180919-020611-142-success.vhdx". Duration: 15057 milliseconds Not sure what´s going wrong. Something in Guacamole or my extension? Worked on p

RE: Ubuntu 18.04.1 + Docker -> Installed version of FreeRDP lacks support for the preconnection PDU

2018-10-02 Thread Joachim Lindenberg
1, 2018 at 11:37 AM, Joachim Lindenberg mailto:joac...@lindenberg.one> > wrote: Hello, I installed a new virtual machine, docker, docker-compose, configured the system – I am referencing guacamole/guacd and guacamole/guacamole from my docker-compose.yml. Connections to Hyper-V V

Ubuntu 18.04.1 + Docker -> Installed version of FreeRDP lacks support for the preconnection PDU

2018-10-01 Thread Joachim Lindenberg
Hello, I installed a new virtual machine, docker, docker-compose, configured the system – I am referencing guacamole/guacd and guacamole/guacamole from my docker-compose.yml. Connections to Hyper-V VMs are disconnected immediately (didn´t test anything else). Docker logs guacd reveals the

AW: Enable share Menu

2018-09-01 Thread Joachim Lindenberg
Hi Nick, how can one enable this with other extensions? Thanks, Joachim Von: Nick Couchman [mailto:vn...@apache.org] Gesendet: Freitag, 31. August 2018 20:38 An: user@guacamole.apache.org Betreff: Re: Enable share Menu On Fri, Aug 31, 2018 at 3:50 AM Asbern

AW: guacamole.apache for windows os

2018-08-28 Thread Joachim Lindenberg
Hi, if you are primarily interested in RDP, then Myrtille and freerdp-webconnect are alternatives that work on Windows. Myrtille also supports SSH. Obviously user interface and features vary… If you want to use Guacamole on Windows… I run two Guacamole instances (one using Docker, one

AW: Slow connection to hyper-v guest via Preconntion PDU (Enhanced Session Available?

2018-08-08 Thread Joachim Lindenberg
Hi Sidney, > - Is there a way to let Guacamole to use Enhanced Session as the Hypervisor itself is able to do? I investigated this some time ago and discovered https://twitter.com/awakecoding/status/422447419771465728. Which tells me one has to pass the preconnection-blob as

AW: Window title for RDP connection to Hyper-V virtual machine

2018-07-30 Thread Joachim Lindenberg
user@guacamole.apache.org Betreff: Re: Window title for RDP connection to Hyper-V virtual machine Sounds like it is probably related to this: https://issues.apache.org/jira/browse/GUACAMOLE-502 Will be fixed in 1.0.0. -Nick On Mon, Jul 30, 2018 at 1:53 PM Joachim Lindenberg mailto:

Window title for RDP connection to Hyper-V virtual machine

2018-07-30 Thread Joachim Lindenberg
I noticed that my connections are named after the virtual machine name, however the window title shown by Chrome is the hostname of the Hyper-V host. I think it would make more sense to show the connection name. Is this an issues of Guacamole or maybe of my extension? What influences the title

More containers?

2018-05-09 Thread Joachim Lindenberg
Hello, I assume I will have to upgrade guacamole in the near future. Rather than updating all dependencies and recompiling, I´d actually favor to use docker. Now initially I decided against docker because I didn´t like the database… I am also running mailcow-dockerized (and the database drives

AW: tree support in user-mapping.xml

2018-04-29 Thread Joachim Lindenberg
Von: Nick Couchman [mailto:nick.e.couch...@gmail.com] Gesendet: Montag, 30. April 2018 01:38 An: user@guacamole.apache.org Betreff: Re: tree support in user-mapping.xml On Sun, Apr 29, 2018 at 15:52 Joachim Lindenberg <joac...@lindenberg.one <mailto:joac...@lindenberg.one>

tree support in user-mapping.xml

2018-04-29 Thread Joachim Lindenberg
Hello, I do have my extension for Hyper-V, that does authentication and authorizations for my Hyper-V guests. However I also would like to include some of my infrastructure (SSH, VNC, etc.) into the solution – and preferably not as a flat list but with some hierarchy. I do understand that I can

AW: AW: Audio with Hyper-V?

2018-03-26 Thread Joachim Lindenberg
. Maybe you want to put this into the FAQs or documentation? Best Regards, Joachim Von: Joachim Lindenberg [mailto:joac...@lindenberg.one] Gesendet: Montag, 19. März 2018 19:24 An: user@guacamole.apache.org Betreff: AW: AW: Audio with Hyper-V? Hi, maybe there is a problem with audio

Extension...sort order of groups and connections?

2018-03-26 Thread Joachim Lindenberg
Hello Mike, not sure anyone else will be able to answer.. I am continuing to work on my extension, postponed the status for now. I am now building groups of connections. Again starting from Simple* (you may not like it, but it helps me to get going and focus on things that need to be different) I

  1   2   >