jwetzell / docker-guacamole

A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
https://hub.docker.com/r/oznu/guacamole/
GNU General Public License v3.0
104 stars 17 forks source link

Can you please add connection support for IPv6? #22

Closed notetoday closed 9 months ago

notetoday commented 10 months ago

Can you please add connection support for IPv6?

jwetzell commented 10 months ago

Does Apache Guacamole support IPv6?

notetoday commented 10 months ago

Does Apache Guacamole support IPv6?

😅 I'm not sure, but there is such a need, so I asked this question

jwetzell commented 10 months ago

Figuring out whether or not Apache Guacamole works with IPv6 would be required before I would be able to say whether or not this image could support it.

notetoday commented 10 months ago

Figuring out whether or not Apache Guacamole works with IPv6 would be required before I would be able to say whether or not this image could support it.

OK, thank you very much for your reply, thank you

alexshalex commented 10 months ago

Apache Guacamole works fine with IPv6, but need add support in Docker ipv6 https://docs.docker.com/config/daemon/ipv6/

notetoday commented 9 months ago

Apache Guacamole works fine with IPv6, but need add support in Docker ipv6 https://docs.docker.com/config/daemon/ipv6/

Thank you for your answer, it solved my problem perfectly. Thanks