On Wed, Sep 20, 2023 at 12:21 PM ali.masoudi0 <[email protected]> wrote:
> Are these errors useful? Can you see why my connection is being > disconnected? > > Sep 19 12:55:15 bab-pc tomcat9[944]: 12:55:15.390 [http-nio-8080-exec-5] > INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" connected to > connection "1". > Sep 19 12:55:15 bab-pc guacd[25666]: Unable to connect to any addresses. > Sep 19 12:55:15 bab-pc guacd[25666]: guacd[25666]: ERROR:#011Unable to > connect to any addresses. > Sep 19 12:55:15 bab-pc tomcat9[944]: 12:55:15.436 [http-nio-8080-exec-6] > INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" disconnected > from connection "1". Duration: 46 milliseconds > Sep 19 12:55:15 bab-pc guacd[25666]: User > "@bbe9783a-1f4a-4ec3-a218-4e282b5e1fd3" disconnected (0 users remain) > Sep 19 12:55:15 bab-pc guacd[25666]: guacd[25666]: INFO:#011User > "@bbe9783a-1f4a-4ec3-a218-4e282b5e1fd3" disconnected (0 users remain) > Sep 19 12:55:15 bab-pc guacd[25666]: Last user of connection > "$09dcece9-0f26-406b-9a3e-b3cbc2817c0f" disconnected > Sep 19 12:55:15 bab-pc guacd[25666]: guacd[25666]: INFO:#011Last user of > connection "$09dcece9-0f26-406b-9a3e-b3cbc2817c0f" disconnected > Sep 19 12:55:15 bab-pc guacd[898]: Connection > "$09dcece9-0f26-406b-9a3e-b3cbc2817c0f" removed. > Sep 19 12:55:15 bab-pc guacd[898]: guacd[898]: INFO:#011Connection > "$09dcece9-0f26-406b-9a3e-b3cbc2817c0f" removed. > Sep 19 12:55:31 bab-pc guacd[898]: Creating new client for protocol "ssh" > Sep 19 12:55:31 bab-pc guacd[898]: guacd[898]: INFO:#011Creating new > client for protocol "ssh" > Sep 19 12:55:31 bab-pc guacd[898]: guacd[898]: INFO:#011Connection ID is > "$f8a391bf-704c-4cbb-a4dd-3594836de5da" > Sep 19 12:55:31 bab-pc guacd[898]: Connection ID is > "$f8a391bf-704c-4cbb-a4dd-3594836de5da" > Sep 19 12:55:31 bab-pc guacd[25684]: User > "@7b9cc07a-b2dc-4fdc-b18d-1f34792bae2f" joined connection > "$f8a391bf-704c-4cbb-a4dd-3594836de5da" (1 users now present) > Sep 19 12:55:31 bab-pc guacd[25684]: guacd[25684]: INFO:#011User > "@7b9cc07a-b2dc-4fdc-b18d-1f34792bae2f" joined connection > "$f8a391bf-704c-4cbb-a4dd-3594836de5da" (1 users now present) > Sep 19 12:55:31 bab-pc tomcat9[944]: 12:55:31.504 [http-nio-8080-exec-9] > INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" connected to > connection "1". > Sep 19 12:55:31 bab-pc guacd[25684]: Unable to connect to any addresses. > Sep 19 12:55:31 bab-pc guacd[25684]: guacd[25684]: ERROR:#011Unable to > connect to any addresses. > If you try to SSH on the command line from the system running guacd to the destination system, does it work? guacd is saying that it cannot connect to the address you've specified in the connection. This likely means one of the following: * You've specified a hostname, but the hostname is not resolving to an IP address. * You've specified an IP address, or the hostname resolves, but there's a routing issue that prevents the guacd system from reaching the target. * A firewall is blocking traffic from guacd to the destination. This could be a local firewall on the guacd system blocking outbound traffic, a network firewall between guacd and the destination system blocking traffic, or a host-based firewall on the destination system blocking the traffic. -Nick
