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.
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.