Hi, while testing the tunneling client under UAG RC0, I have noticed that under windows xp, the rpc client comes up properly with the correct localhost/port, and successfully connects. While using windows vista the rdp client just comes up with the last rdp session.
Hi amigo. It's likely that in Vista is being used the Socket Forwarder instead of the port forwarder (if both are installed RDP "prefers" the socket forwarder). The main difference is that with the port forwarder the launch is in the format mstsc.exe /V:127.0.0.x:23456 so the server is directly accesed. In socket forwarder mode the winsock provider is waiting for the name resolution to point to the local listener so there is no automatic connection to server UNLESS an "Initial Server" is defined in the applicaction definition in the trunk.
Hi amigo. It's likely that in Vista is being used the Socket Forwarder instead of the port forwarder (if both are installed RDP "prefers" the socket forwarder). The main difference is that with the port forwarder the launch is in the format mstsc.exe /V:127.0.0.x:23456 so the server is directly accesed. In socket forwarder mode the winsock provider is waiting for the name resolution to point to the local listener so there is no automatic connection to server UNLESS an "Initial Server" is defined in the applicaction definition in the trunk.