Open jandubois opened 1 year ago
vde_vmnet and socket_vmnet do not work with VZ emulation mode.
Why? At least socket_vmnet
is expected to work.
The goal is to support user-v2 networking, but since that has not yet landed in Lima we should support vzNAT in the interim.
user-v2 has landed in Lima v0.16.0, but it seems an off-topic here, as it does not support host-to-VM IP reachability.
At least
socket_vmnet
is expected to work.
It is? I'll double-check; I thought it didn't.
At least
socket_vmnet
is expected to work.It is? I'll double-check; I thought it didn't.
Yes
(Anyway, vzNAT is better than socket_vmnet
as it doesn't require sudo. vzNAT doesn't support VM-to-VM networking but it doesn't seem to be a problem for Rancher Desktop.)
It is? I'll double-check; I thought it didn't.
It looks like vde_vmnet
doesn't work, and I just assumed that socket_vmnet
would then also not work, as the 2 are identical from an API perspective. It looks I disabled both for the 1.9.0 release: https://github.com/rancher-sandbox/rancher-desktop/commit/18d94918caf920dc74455a194268684ce5700c18.
I guess I can re-enable socket_vmnet
and leave vzNAT
support for 1.11 then.
Hi all. Sorry for jumping out of the blue this is my first pull request here.
Looking for feedback.
vde_vmnet
andsocket_vmnet
do not work with VZ emulation mode. The goal is to supportuser-v2
networking, but since that has not yet landed in Lima we should supportvzNAT
in the interim.