On Mon, Jul 20, 2020 at 7:10 AM shahidashraf78 <[email protected]> wrote:
> Hi, > > I'm facing guacamole connectivity with x11vnc. > > the x11vnc server is Ubuntu 18 LTS. > the guacamole server is Ubuntu 18 LTS with "guacamole-1.2.0.war" > "guacamole-server-1.2.0" "guacamole-auth-jdbc-1.2.0.tar.gz" > > I'm getting the following error. > > Ubuntu Syslog: > Jul 17 11:23:00 guacamole2 guacd[652]: Creating new client for protocol > "vnc" > Jul 17 11:23:00 guacamole2 guacd[652]: Connection ID is > "$b379e68c-7974-4051-8cc5-050f871a0ed8" > Jul 17 11:23:00 guacamole2 guacd[2538]: Cursor rendering: local > Jul 17 11:23:00 guacamole2 guacd[2538]: User > "@33b51f5c-010f-4ec1-baec-45d9eafdd0d9" joined connection > "$b379e68c-7974-4051-8cc5-050f871a0ed8" (1 users now present) > Jul 17 11:23:00 guacamole2 guacd[2538]: ConnectClientToTcpAddr6: > getaddrinfo > (Name or service not known) > The server where guacd is running cannot resolve the name of the VNC server. You need to fix the name resolution issue - from the server running guacd you should be able to do "nslookup <hostname>" or "host <hostname>" or "ping <hostname>" and the address should resolve correctly. -Nick
