On Wed, Sep 8, 2010 at 3:09 PM, John A. Sullivan III <jsullivan@opensourcedevel.com> wrote:
On Wed, 2010-09-08 at 21:57 +0200, Stefan Bauer wrote:
Am 08.09.2010 21:54, M0E Lnx schrieb:
If you are connecting from the guest to the server running on the host, you should be using the host's local ip address and not localhost.
I havent specified anywhere localhost! I'm accessing the x2go-server only by it's public ip-address - namely 192.168.0.57.
Cheers Hmm . . . could it be it is reverse resolving it from the hosts file? If not, what happens if you add the following line to /etc/ssh/sshd_config and restart the ssh daemon:
X11UseLocalhost no
X2go-dev mailing list X2go-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
The X Forwarding setting in the sshd_config should now affect the connectivity with x2go AFAIK. what you need to do is verify that you can ssh the host from within the guest os. Take note of which port the server is listening on (for SSH) as this could definitely affect the connectivity.