A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Networking with Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing)

Cannot tunnel into Remote Desktop



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 16th 07, 01:39 PM posted to microsoft.public.windows.vista.networking_sharing
charlesroper@sussexwt.org.uk
external usenet poster
 
Posts: 1
Default Cannot tunnel into Remote Desktop

Hi, I've been using OpenSSH to tunnel into my home computer
(previously WinXP) for a while now, but since upgrading to Vista, I
can no longer do so. Here are the facts:

* I have OpenSSH (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) setup
under Cygwin on a Vista Home Premium machine listening on 443

* I'm using Bitvise Tunnelier to connect to the server

* I can ssh into the machine without problem and can also tunnel
through to a couple of IRC servers, so both the SSH server and
tunnelling appear to be working.

* Remote Desktop is listening on port 3389, and the local IP of the
computer I'm connecting to is 192.168.1.2

* I have forwarding setup like so:
Listen Interface: 127.0.0.1:3390
Destination Host: 192.168.1.2:3389

* On the RD Client side I'm connecting to localhost:3389. "Always ask
for credentials" is checked. "Always connect, even if authentication
fails" is selected. "Do not use a TS Gateway server" is checked.

When I try and connect, I get the following message:

This computer can't connect to the remote computer.
Try connecting again. If the problem continues, contact the owner of
the remote computer of your network administrator.

This is what I get in the Tunnelier log:

14:30:40.040 Accepted client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389.
14:30:41.041 Server rejected our attempt to open a client-side
client-2-server connection - reason: SSH_OPEN_CONNECT_FAILED,
description: Connection refused.
14:30:41.041 Closing client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389, sent: 0, received: 0.

Could anyone offer any help in troubleshooting this issue?

Many thanks,

Charles

  #2 (permalink)  
Old July 16th 07, 01:49 PM posted to microsoft.public.windows.vista.networking_sharing
Sooner Al [MVP]
external usenet poster
 
Posts: 384
Default Cannot tunnel into Remote Desktop

wrote in message
oups.com...
Hi, I've been using OpenSSH to tunnel into my home computer
(previously WinXP) for a while now, but since upgrading to Vista, I
can no longer do so. Here are the facts:

* I have OpenSSH (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) setup
under Cygwin on a Vista Home Premium machine listening on 443

* I'm using Bitvise Tunnelier to connect to the server

* I can ssh into the machine without problem and can also tunnel
through to a couple of IRC servers, so both the SSH server and
tunnelling appear to be working.

* Remote Desktop is listening on port 3389, and the local IP of the
computer I'm connecting to is 192.168.1.2

* I have forwarding setup like so:
Listen Interface: 127.0.0.1:3390
Destination Host: 192.168.1.2:3389

* On the RD Client side I'm connecting to localhost:3389. "Always ask
for credentials" is checked. "Always connect, even if authentication
fails" is selected. "Do not use a TS Gateway server" is checked.

When I try and connect, I get the following message:

This computer can't connect to the remote computer.
Try connecting again. If the problem continues, contact the owner of
the remote computer of your network administrator.

This is what I get in the Tunnelier log:

14:30:40.040 Accepted client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389.
14:30:41.041 Server rejected our attempt to open a client-side
client-2-server connection - reason: SSH_OPEN_CONNECT_FAILED,
description: Connection refused.
14:30:41.041 Closing client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389, sent: 0, received: 0.

Could anyone offer any help in troubleshooting this issue?

Many thanks,

Charles


Don't use TCP Port 3390 as the redirect port. Use another random port, ie.
3391 or higher, for the redirect port. There is an issue using 3390 as the
redirect port with Vista. I forget now the exact issue though...

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

  #3 (permalink)  
Old July 16th 07, 01:54 PM posted to microsoft.public.windows.vista.networking_sharing
Sooner Al [MVP]
external usenet poster
 
Posts: 384
Default Cannot tunnel into Remote Desktop

"Sooner Al [MVP]" wrote in message
...
wrote in message
oups.com...
Hi, I've been using OpenSSH to tunnel into my home computer
(previously WinXP) for a while now, but since upgrading to Vista, I
can no longer do so. Here are the facts:

* I have OpenSSH (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) setup
under Cygwin on a Vista Home Premium machine listening on 443

* I'm using Bitvise Tunnelier to connect to the server

* I can ssh into the machine without problem and can also tunnel
through to a couple of IRC servers, so both the SSH server and
tunnelling appear to be working.

* Remote Desktop is listening on port 3389, and the local IP of the
computer I'm connecting to is 192.168.1.2

* I have forwarding setup like so:
Listen Interface: 127.0.0.1:3390
Destination Host: 192.168.1.2:3389

* On the RD Client side I'm connecting to localhost:3389. "Always ask
for credentials" is checked. "Always connect, even if authentication
fails" is selected. "Do not use a TS Gateway server" is checked.

When I try and connect, I get the following message:

This computer can't connect to the remote computer.
Try connecting again. If the problem continues, contact the owner of
the remote computer of your network administrator.

This is what I get in the Tunnelier log:

14:30:40.040 Accepted client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389.
14:30:41.041 Server rejected our attempt to open a client-side
client-2-server connection - reason: SSH_OPEN_CONNECT_FAILED,
description: Connection refused.
14:30:41.041 Closing client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389, sent: 0, received: 0.

Could anyone offer any help in troubleshooting this issue?

Many thanks,

Charles


Don't use TCP Port 3390 as the redirect port. Use another random port, ie.
3391 or higher, for the redirect port. There is an issue using 3390 as the
redirect port with Vista. I forget now the exact issue though...

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375


Actually its the RDP 6.0 client that has an issue with using port 3390 as
the localhost listening port.

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

  #4 (permalink)  
Old July 16th 07, 01:57 PM posted to microsoft.public.windows.vista.networking_sharing
Sooner Al [MVP]
external usenet poster
 
Posts: 384
Default Cannot tunnel into Remote Desktop

"Sooner Al [MVP]" wrote in message
...
wrote in message
oups.com...
Hi, I've been using OpenSSH to tunnel into my home computer
(previously WinXP) for a while now, but since upgrading to Vista, I
can no longer do so. Here are the facts:

* I have OpenSSH (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) setup
under Cygwin on a Vista Home Premium machine listening on 443

* I'm using Bitvise Tunnelier to connect to the server

* I can ssh into the machine without problem and can also tunnel
through to a couple of IRC servers, so both the SSH server and
tunnelling appear to be working.

* Remote Desktop is listening on port 3389, and the local IP of the
computer I'm connecting to is 192.168.1.2

* I have forwarding setup like so:
Listen Interface: 127.0.0.1:3390
Destination Host: 192.168.1.2:3389

* On the RD Client side I'm connecting to localhost:3389. "Always ask
for credentials" is checked. "Always connect, even if authentication
fails" is selected. "Do not use a TS Gateway server" is checked.

When I try and connect, I get the following message:

This computer can't connect to the remote computer.
Try connecting again. If the problem continues, contact the owner of
the remote computer of your network administrator.

This is what I get in the Tunnelier log:

14:30:40.040 Accepted client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389.
14:30:41.041 Server rejected our attempt to open a client-side
client-2-server connection - reason: SSH_OPEN_CONNECT_FAILED,
description: Connection refused.
14:30:41.041 Closing client-side client-2-server connection from
127.0.0.1:2255 to 192.168.1.2:3389, sent: 0, received: 0.

Could anyone offer any help in troubleshooting this issue?

Many thanks,

Charles


Don't use TCP Port 3390 as the redirect port. Use another random port, ie.
3391 or higher, for the redirect port. There is an issue using 3390 as the
redirect port with Vista. I forget now the exact issue though...

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375


Also make sure the Vista RDP host is configured like this...

http://theillustratednetwork.mvps.or...rverConfig.jpg

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

  #5 (permalink)  
Old July 16th 07, 02:25 PM posted to microsoft.public.windows.vista.networking_sharing
charlesroper@sussexwt.org.uk
external usenet poster
 
Posts: 2
Default Cannot tunnel into Remote Desktop

Don't use TCP Port 3390 as the redirect port. Use another random port, ie.
3391 or higher, for the redirect port. There is an issue using 3390 as the
redirect port with Vista. I forget now the exact issue though...


Also make sure the Vista RDP host is configured like this...

http://theillustratednetwork.mvps.or...P6-XPClienttoV...


Thank you for the advice. I've tried changing the listening port to
4000 but I'm still getting the same error. I'll have to wait until I
get home to check the other setting. I'll let you know how I get on by
posting back here.

Cheers,
Charles

  #6 (permalink)  
Old July 16th 07, 09:38 PM posted to microsoft.public.windows.vista.networking_sharing
Charles Roper
external usenet poster
 
Posts: 2
Default Cannot tunnel into Remote Desktop

On Jul 16, 2:39 pm, wrote:
* I have OpenSSH (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) setup
under Cygwin on a Vista Home Premium machine listening on 443


The clue was in the Windows version: Vista Home Premium doesn't have
full remote desktop connections. :-(

I'm now going to try UltraVNC instead. The mirror driver (video hook
driver) didn't work too well for it as it knocked our Aero Glass, but
other than that, it seems like it might make an adequate alternative.

Charles

  #7 (permalink)  
Old July 17th 07, 10:11 AM posted to microsoft.public.windows.vista.networking_sharing
Sooner Al [MVP]
external usenet poster
 
Posts: 384
Default Cannot tunnel into Remote Desktop

"Charles Roper" wrote in message
ups.com...
On Jul 16, 2:39 pm, wrote:
* I have OpenSSH (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) setup
under Cygwin on a Vista Home Premium machine listening on 443


The clue was in the Windows version: Vista Home Premium doesn't have
full remote desktop connections. :-(

I'm now going to try UltraVNC instead. The mirror driver (video hook
driver) didn't work too well for it as it knocked our Aero Glass, but
other than that, it seems like it might make an adequate alternative.

Charles


I missed that completely...

Thanks for the feed back...

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

  #8 (permalink)  
Old July 17th 07, 10:45 AM posted to microsoft.public.windows.vista.networking_sharing
charlesroper@sussexwt.org.uk
external usenet poster
 
Posts: 2
Default Cannot tunnel into Remote Desktop

On 17 Jul, 11:11, "Sooner Al [MVP]"
wrote:
I'm now going to try UltraVNC instead. The mirror driver (video hook
driver) didn't work too well for it as it knocked our Aero Glass, but
other than that, it seems like it might make an adequate alternative.


Well, I've got UltraVNC working on the tunnel, but boy is it slow
compared to RD. I'm really starting to regret 'upgrading' to Vista
Home Premium now; I could go with Ultimate, I know, but it's so
expensive. :-/

Charles


  #9 (permalink)  
Old July 17th 07, 11:07 AM posted to microsoft.public.windows.vista.networking_sharing
Sooner Al [MVP]
external usenet poster
 
Posts: 384
Default Cannot tunnel into Remote Desktop

wrote in message
oups.com...
On 17 Jul, 11:11, "Sooner Al [MVP]"
wrote:
I'm now going to try UltraVNC instead. The mirror driver (video hook
driver) didn't work too well for it as it knocked our Aero Glass, but
other than that, it seems like it might make an adequate alternative.


Well, I've got UltraVNC working on the tunnel, but boy is it slow
compared to RD. I'm really starting to regret 'upgrading' to Vista
Home Premium now; I could go with Ultimate, I know, but it's so
expensive. :-/

Charles



That has been my experience in the past also, ie. VNC (any flavor) was a lot
slower than Remote Desktop.

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

  #10 (permalink)  
Old July 18th 07, 10:35 AM posted to microsoft.public.windows.vista.networking_sharing
Charles Roper
external usenet poster
 
Posts: 2
Default Cannot tunnel into Remote Desktop

On Jul 17, 12:07 pm, "Sooner Al [MVP]"
wrote:
That has been my experience in the past also, ie. VNC (any flavor) was a lot
slower than Remote Desktop.


When I used to use UltraVNC on XP before I used Remote Desktop, and I
had its video hook driver installed, it was pretty good, although
still not quite as fast as RD. Now without the video hook driver, it
really grinds.

Has anyone else got UltraVNC going on Vista with the video hook driver
AND Aero?

Cheers,
Charles

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:58 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.