Closed soumoks closed 2 days ago
Inside guacamole, when you go to configuration, connections, and configure your connection, you have to specify on the 'host name' the IP of your guacnetwork_compose gateway. In my case I was using an external bridge network as opposed to this compose's default bridge, but you would only have to add
ipam:
driver: default
config:
- subnet: 172.22.0.0/16
gateway: 172.22.0.1
under the network definition of your guacnetwork_compose network, below the driver directive.
And then tell guacamole to find your RDP/VNC Port on the 172.22.0.1 IP.
I have enabled Guacamole using docker-compose and disabled nginx. Trying to RDP into a Fedora workstation but seem to be getting this error
I have tried all available authentication methods.