Re: MAJOR issue where-by users with different Guacamole account login share same session

2020-05-11 Thread sciUser
what you need to do is build a provisioning platform that manages username to connections to virtual machines and have it create them in Guacamole. This what we do in our lab environments. What is your virtual platform? - A Cybersecurity Enablement Company We don't just run you

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

2020-05-11 Thread Peter De Tender
Hey Nick and all, Good news! I got this working after running chmod 777 on my "File Exchange" folder on the Guachost, as well as on the Download subfolder. It now works for all 3 Windows versions, 2012R2, 2016 and 2019. Sweet! Get Outlook for Android

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

2020-05-11 Thread sciUser
we set this up using NFS to our filer, check permissions use, getfacl to get current acls, should be for /Downloads/{GUACUSER}; # owner: root # group: root user::rwx group::--- other::--- Again our use case is that our provisioning platform controls guacamole and we write to the database

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

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 4:06 PM Peter De Tender wrote: > Hey Nick and all, > > > Good news! > > I got this working after running chmod 777 on my "File Exchange" folder on > the Guachost, as well as on the Download subfolder. > > Ah, I would guess instead of "chmod 777" you just need to change

Re: MAJOR issue where-by users with different Guacamole account login share same session

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 2:14 PM Jason Keltz wrote: > Hi. > > I have a huge problem, and I'm hoping someone can help me. I have > setup a pool of Linux machines where users can login, and access a Linux > environment that resets after each logout. All the users have their own > individual

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

2020-05-11 Thread Peter De Tender
Nick, I just found that "solution" on linuxintro.org Guacamole wiki , so thought about giving it a try. But yes, most probably I should squeeze down the security a bit more... /Peter From: Nick Couchman Sent: Monday, May 11, 2020 22:42 To:

Re: MAJOR issue where-by users with different Guacamole account login share same session

2020-05-11 Thread Sebastian Männling
Why don’t you just join the Linux hosts to your AD (you mentioned guacamole is connected to AD) (realmd/sssd)? If joined, you don’t need to have the User accounts created on the Linux hosts... Depending on your use case, you might also not need to rollback/redeploy the hosts if the users

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

Check if local user on Win10 are already logged in

2020-05-11 Thread ftkln
Hello,Great work with guacamole. I have one thing that i would like to ask.For example, if i have five Win10 computers with RDP running. If a user is already logged in locally at one of the computers then Guacamole does not know that as it is built today. This is where I assume that Guacamole has

Re: Error with Guacamole 1.1.0

2020-05-11 Thread Michael Bauer
Nick, When I ran it in debug mode it kept asking for a 2nd password and would not accept the passwords I knew. Here is the syslog output: May 11 12:13:09 server01 guacd[18809]: Listening on host 127.0.0.1, port 4822 May 11 12:14:04 server01 systemd[1]: Started Session 91 of user bauermj. May

RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Peter De Tender
Hi, I had an initial support request on RDP File Transfer last week, as I couldn't get it to work. However, that was on my test win2019 VM, where it works fine on 2012R2. My security setting is NLA, but I also tried with TLS and Any. (ignore cert). Is this a Guacamole limitation or Windows

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

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 8:14 AM Joachim Lindenberg wrote: > 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,

Re: General guacamole-server guacd questions

2020-05-11 Thread Greg_E
> I notice guacd uses 100% of one of my cores when I use the Docker container implementation in my docker swarm when examining it with a basic top command. I'm curious about the following: > > Is this normal? I can't seem to get video to play with full screen or > high color depth 24/32 bit

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

Re: Error with Guacamole 1.1.0

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 9:56 AM Nick Couchman wrote: > On Mon, May 11, 2020 at 8:32 AM Michael Bauer wrote: > >> Nick, >> >> When I ran it in debug mode it kept asking for a 2nd password and would >> not accept the passwords I knew. Here is the syslog output: >> >> May 11 12:13:09 server01

Re: Error with Guacamole 1.1.0

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 10:35 AM Mike Bauer wrote: > Nick, > > That is not that actual IP address. The log cleaner used masks IP > addresses. It still doesn't allow complete logins though. > > Mike B. > > That makes sense. However, at this point it looks like Guacamole is connecting correctly

Re: Error with Guacamole 1.1.0

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 8:32 AM Michael Bauer wrote: > Nick, > > When I ran it in debug mode it kept asking for a 2nd password and would > not accept the passwords I knew. Here is the syslog output: > > May 11 12:13:09 server01 guacd[18809]: Listening on host 127.0.0.1, port > 4822 > May 11

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

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 8:32 AM Peter De Tender wrote: > Hi, > > I had an initial support request on RDP File Transfer last week, as I > couldn't get it to work. > > However, that was on my test win2019 VM, where it works fine on 2012R2. > > My security setting is NLA, but I also tried with TLS

Re: Error with Guacamole 1.1.0

2020-05-11 Thread Mike Bauer
Nick,That is not that actual IP address.  The log cleaner used masks IP addresses.  It still doesn't allow complete logins though.Mike B.Sent from my T-Mobile 4G LTE Device Original message From: Nick Couchman Date: 5/11/20 10:21 AM (GMT-05:00) To: Michael Bauer ,

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

2020-05-11 Thread Peter De Tender
Hey Nick, It's only file transfers. Even more weird, uploads from my local device to the VM session are going, but files I copy in the Downloads folder of the G-drive get stored in my GuacVM transfer folder, but not triggering my browser to download the actual files. But only on win2019 and

MAJOR issue where-by users with different Guacamole account login share same session

2020-05-11 Thread Jason Keltz
Hi. I have a huge problem, and I'm hoping someone can help me.   I have setup a pool of Linux machines where users can login, and access a Linux environment that resets after each logout.  All the users have their own individual logins to Guacamole (through AD). However, these users don't