I'm connecting from one Windows machine to another using RDP. I'd like to forward traffic headed for localhost:81 to a machine accessible to the remote machine via its internal network on a local IP address, let's say 10.90.228.163. So I want the TCP traffic to go:
client --> localhost:81 --> [rdphost] --> 10.90.228.163:81 --> server With OpenSSH and PuTTY, I could do this using local port forwarding; forward local port 81 to 10.90.228.163:123. Is there a way to do this with RDP instead?