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

VBoxNetAdpCtl outright doesn't work/can't create host-only network #27

Open
jchv opened this issue Apr 30, 2024 · 1 comment
Open

VBoxNetAdpCtl outright doesn't work/can't create host-only network #27

jchv opened this issue Apr 30, 2024 · 1 comment

Comments

@jchv
Copy link
Sponsor

jchv commented Apr 30, 2024

Bug Description

Attempting to create a host-only network gives the following error:

Error screenshot, "VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory."

I understand that networking is not the priority here, but it's unclear how one can even create a host-only network. Is it possible? I have been spelunking the Virtualbox source code to no avail trying to figure out how this might work in driverless mode. I would be very grateful if I could get some pointers!

The message about networking in the README doesn't imply that host-only networking can't work, but if it can't right now, maybe it would be good to explicitly add that to the note about networking. :(

How to Reproduce

Try to create a host-only network in the UI.

You can also reproduce it directly via the VboxNetAdpCtl command:

$ VBoxNetAdpCtl add
VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory

VM configuration

(Not applicable.)

@tpressure
Copy link
Contributor

tpressure commented May 3, 2024

Unfortunately, it's not possible right now and we currently don't have funding to work on a good solution for bridged and host-only networking ( see #25 ).

Since this is a question that we get a lot from the community, we just enabled github-sponsors . If we get sufficient momentum, we would be able to provide a nice networking solution that works identical to vanilla VirtualBox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants