citronneur / rdp-rs

Remote Desktop Protocol in RUST
MIT License
225 stars 39 forks source link

Support to connect to VM through the host (preconnectPDU) #7

Open jakob-ledermann opened 3 years ago

jakob-ledermann commented 3 years ago

Is there any plan to support the Session Selection Extension https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpeps/83aeefd1-c4a1-4807-8072-2a597c8cf19b so you can connect to a hyper-v virtual machine through the host instead of needing the IP address of the guest?

According to the protocol and the implementation in freerdp it looks quite straightforward. Unfortunately my attempt ran into a wall of a not answering server after I issued the message described in the above document.

citronneur commented 3 years ago

I will check