Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] Is there a way to expose an RPyC Service on an AF_VSOCK socket? #535

Open
JosquinIMBERT opened this issue May 17, 2023 · 1 comment
Assignees
Labels
Bug Confirmed bug Feature Request for developer-valued functionality

Comments

@JosquinIMBERT
Copy link

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:

  1. To expose the service on the host side
  2. 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.

@comrumino comrumino self-assigned this Jun 17, 2023
@comrumino comrumino added Bug Confirmed bug Feature Request for developer-valued functionality labels Jun 17, 2023
@comrumino
Copy link
Collaborator

I started some work on this, but you are correct that it is not currently supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bug Feature Request for developer-valued functionality
Projects
None yet
Development

No branches or pull requests

2 participants