Your question lacks details regarding what you have tried. A little more information on what parts of the connection are working/are not working, error messages and so on might help us help you diagnose your problem.
Nonetheless, here are some steps you can use for troubleshooting:
- Verify that RDP is enabled on the server with
netstat
or Sysinternals' procexp
.
- Check that the host you are hopping over has TCP Forwarding enabled.
- Check that the host you are running PuTTY on accepts connections on the local end ports (1024 and 1025 in the example).
- Check that you didn't just type
localhost
in the server box the RDP client offers, but rather localhost:1024
.
- Check the firewall on all hosts, the one you are connecting from, the one you are connecting to and the one you are connecting over. Any one of them might drop packets. Perhaps the server is set up to refuse connections from the box you use for SSH login.