cyberus-technology / virtualbox-kvm

KVM Backend for VirtualBox. With our current development model, we cannot easily accept pull requests here. If you'd like to contribute, feel free to reach out to us, we are happy to find a solution.
GNU General Public License v3.0
947 stars 117 forks source link

VMs within a NAT Network crashes #3

Closed muhammadn closed 6 months ago

muhammadn commented 9 months ago

Bug Description

A clear and concise description of what the bug is.

How to Reproduce

Enable NAT for VMs

Steps to reproduce the behavior.

Set the VMs to use NAT network

VM configuration

Guest OS configuration details:

Ubuntu 22.04.

Logs

Following logs are required:

parthy commented 9 months ago

Thanks for the detailed report! Indeed, the networking capabilities are a bit limited with the kernel modules being absent now. Standard NAT works fine, the rest (NAT network, bridged adapter) would need to be done manually (e.g., using tun/tap). Sorry for the inconvenience, we will make sure to include those limitations in the readme!

javierurien commented 8 months ago

Thanks for the detailed report! Indeed, the networking capabilities are a bit limited with the kernel modules being absent now. Standard NAT works fine, the rest (NAT network, bridged adapter) would need to be done manually (e.g., using tun/tap). Sorry for the inconvenience, we will make sure to include those limitations in the readme!

Will there ever be a release that will support other network flavors (bridged, etc) as the stock VBox? Thanks

parthy commented 8 months ago

Currently, we are focusing on the virtualization part of things. At this point, we don't have plans to work on the UI and configuration side. If there is a concrete need for this beyond what's already possible with outside scripting, feel free to get in touch with my colleagues at https://cyberus-technology.de/contact.

snue commented 8 months ago

We should eventually take a closer look at the VBOX_WITH_INTNET_SERVICE_IN_R3 config that is used on Darwin to provide more options here without the custom kernel modules.

parthy commented 8 months ago

Just to let everyone know, we have now included more information in the readme. Feel free to have a look and let us know if that clarifies things!

javierurien commented 8 months ago

Just to let everyone know, we have now included more information in the readme. Feel free to have a look and let us know if that clarifies things!

Seems clear enough!

tpressure commented 6 months ago

This issue is now tracked via #25