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
Is there a way to expose an RPyC Service on an AF_VSOCK socket?
I am running a virtual machine and I want it to connect to a service exposed on the host through a socket of the VSOCK address family.
I don't see any option that would allow me:
To expose the service on the host side
To connect to the service from the VM side
The only option I see is to use an intermediary socket (e.g. a unix socket) on the host and to forward the connections to the VSOCK toward this intermediary socket.
The text was updated successfully, but these errors were encountered:
Is there a way to expose an RPyC Service on an AF_VSOCK socket?
I am running a virtual machine and I want it to connect to a service exposed on the host through a socket of the VSOCK address family.
I don't see any option that would allow me:
The only option I see is to use an intermediary socket (e.g. a unix socket) on the host and to forward the connections to the VSOCK toward this intermediary socket.
The text was updated successfully, but these errors were encountered: