Allow vsock and tcp connections #2077
-
I want to use xrdp with enhanced session mode to a Hyper-V guest. The drawback of this change is that I cannot use TCP to connect remotely (not from the Hyper-V host). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Edit This is an old reply and completely unhelpful! I've had a look at the code in The only thing I can suggest is to set up a proxy which listens on TCP and forwards the stream to the xrdp vsock. I don't have a Hyper-V hypervisor, so I can't try this though. |
Beta Was this translation helpful? Give feedback.
-
port=vsock://-1:3389 tcp://:3389 |
Beta Was this translation helpful? Give feedback.
port=vsock://-1:3389 tcp://:3389
https://c-nergy.be/blog/?p=17109
I searched the web and found that could work.