Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: GnsPosted on 2006-11-26 at 02:15:55ID: 18013889
What type of VPN is that? What firewalling is involved?
What it seems like is that you successfully connect from your client (cygwin) to the server, but the server (coming back to you on port 6000 (actually 6000 + display number)) is somehow blocked/lost.
Now, this can be caused by any number of differing things. It might be that there is a routing issue, so that your VPN isn't really functional, or functioning when used towards server resources that have static routing set up... and not with all else. It might be some firewall (anywhere in between, including your clients windoze firewall (M$ or other), blocking port 6000/tcp.
You mention ssh, which makes the first theory (bad routing) less than likely, since ssh wouldn't work if that were the case. So so look at all firewalls;-).
What ssh client are you using? PuTTY? Cygwin/ssh? If the latter, remember that that one needs you to start a local X session first, and set DISPLAY=:0, prior to the "ssh -X ..." call, or else it will not forward X properly, even if you've seen to it that X is forwarded in both the client and server ssh configuration (yep, you need to check that too;).
So, to sum up: you might have two issues: One concerning the ssh configuration, and the other (first:) concerning firewalling, both conspiring to prevent you from running X over the VPN.
Lots of things to look at, and we'll be here to help decipher anything that is just too strange:-):-)
-- Glenn