hi,
I installed easily x2goserver and x2gobroker on two servers (OS Centos 7, x86_64).
I tested it last week. It worked really well with a Linux x2goclient (fedora 31, x86_64)using :
- a connection to the server through an ssh proxy with password.
- a connection using a session from a x2gobroker server with the same login/password/server.
I tried the same tests with a Windows 10 pro x2goclient.
The first test, a connection to the server through an ssh proxy works fine.
But, when my x2goclient use the session from the x2gobroker (same x2goserver/use/password), the connection failed.
My client write the following error: failed to resolve the hostname ... (x2gserver)
In fact, the x2goclient seems to try a direct ssh connection to the x2goserver without using the ssh gateway offers by my x2gobroker server. This case is fine with a Linux client.
Is there a problem in my network windows configuration ?
Client version is one of the last windows release (4.1.2..). I tried several versions.
X2goserver and X2gobroker versions are the last from the official x2go repositories for debian/centos (broker 0.0.4.1-1 , server4.1.0.3)
My command to excute x2cgoclient in windows 10 powershell
"C:\Program Files (x86)\x2goclient\x2goclient.debug.exe" --broker-url="ssh://x2go-gateway.domain.fr:/usr/bin/x2gobroker --mode SSH" --add-to-known-hosts --portable --debug --libssh-debug --libssh-packetlog --disable-pulse --link=adsl
X2go-gateway.domain.fr is an x2gobroker server, but also a ssh gateway to acces x2goservers on private network.
You will find debug messages from the file attachment.
I may just be too tired to see where is the error...
Any advice, help are welcome.