[
https://issues.apache.org/jira/browse/GUACAMOLE-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524973#comment-17524973
]
Florian Obradovic commented on GUACAMOLE-1190:
----------------------------------------------
Can't add screenshots as issue is closed.
These are the error messages from log:
{code:java}
Apr 20 11:33:34 Guacamole tomcat9[642]: 11:33:34.395 [http-nio-8080-exec-8]
ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel
to guacd failed: java.net.ConnectException: Connection refused (Connection
refused)
Apr 20 11:33:34 Guacamole tomcat9[642]: 11:33:34.718 [http-nio-8080-exec-10]
ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed:
java.net.ConnectException: Connection refused (Connection refused){code}
Running guacd with shows it's listening on ::1 port 4822
{code:java}
sudo -u guacd /usr/local/sbin/guacd -L debug -f{code}
Another issue:
_make install_ overwrites systemd service which breaks my modifications to the
runas user "guacd" which is needed for RDP + NLA to work properly.
> guacd cannot bind to IPv6 addresses
> -----------------------------------
>
> Key: GUACAMOLE-1190
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1190
> Project: Guacamole
> Issue Type: Bug
> Affects Versions: 0.9.14, 1.0.0, 1.2.0
> Environment: Linux, IPv6-only
> Reporter: Jonas Zeiger
> Assignee: Mike Jumper
> Priority: Major
> Fix For: 1.4.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The guacd daemon can't bind to IPv6 addresses like `::1` due to the server
> socket being restricted to AF_INET.
>
> Thus guacd can't work at all in an IPv6-only environment.
>
> One possible fix is to create the server socket AF_INET6 if no IPv4 address
> is available/specified.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)