You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by conioh April 27, 2024
The issue was raised in #1124:
With the added support for AF_VSOCK some users would like to be able to connect both hypervisor local and also expose a remote endpoint at the same time. This would be a modification to the config to support both tcp settings and vsock settings for the same daemon at the same time. Then a user could connect via a fast connection (ip independent) when local but also connect to this vm when remote. This is roughly exactly what the windows TermSrv does to accomplish this.
A few thoughts:
We would need to modify the config to support connection independent settings and add new connection dependent settings sections. IE: you might want bitmap_compression=true for tcp but =false for vsock.
I think all the items are addressed and I created PR #1366
But as far as I can see that PR only added support for multiple endpoints, but not for settings per endpoint. Is there a way to configure settings per endpoint?
That is, to have some [Globals] for the general case and endpoint-specific [Globals] for one the multiple endpoint specified by the port parameter (in this case, for Hyper-V Enhanced Session Mode).
The text was updated successfully, but these errors were encountered:
My main use-case is using Hyper-V's enhanced session mode but I can think of other scenarios.
For example, someone might want to open two TCP ports, one for local network access and one for remote, and they might have similar considerations - compress and encrypt for remote connections but skip that for local.
I don't think it affects the requirements or the implementation, and it doesn't pop into mind how other use cases would affect that, but it might be worth a little consideration.
Discussed in #3049
Originally posted by conioh April 27, 2024
The issue was raised in #1124:
Soon after the following comment the issue was closed:
But as far as I can see that PR only added support for multiple endpoints, but not for settings per endpoint. Is there a way to configure settings per endpoint?
For example, I'd like the equivalent of:
That is, to have some
[Globals]
for the general case and endpoint-specific[Globals]
for one the multiple endpoint specified by theport
parameter (in this case, for Hyper-V Enhanced Session Mode).The text was updated successfully, but these errors were encountered: