shared and bridged networking are broken in 1.11.0 #6051
Labels
area/networking
kind/bug
Something isn't working
platform/macos
regression
Functionality was working in a previous release and is now broken
release-note
Milestone
Summary
In Rancher Desktop 1.11.0 the
vde_vmnet
andsocket_vmnet
options no longer work correctly.The
rd0
andrd1
interfaces exists, but have no corresponding default routes in the routing table. E.g. traefik ingress is not accessible over the bridged or shared interfaces.The root cause is bumping Lima from 0.16.0 to 0.18.0. The error was introduced/exposed in lima-vm/lima#1898, which is restarting the network service at the end of the cloud-init boot sequence.
First boot
rd0/rd1
are not configured/etc/network/interfaces
/etc
is moved to/mnt/data/etc
and mounted on top of the/etc
locationAdd bridged and shared networking
rd0/rd1
interfaces defined/etc/network/interfaces
with the updated settingrd0/rd1
/mnt/data/etc
is mounted on top of/etc
rd0/rd1
Why it is broken
This last restart happens with the
/etc/networking/interfaces
file from the first-boot, and not the updated one from the current boot (which is hidden behind the bind-mount). Therefore it removes therd0/rd1
interfaces again from the routing table.Acceptance criteria
This issue should only be closed once the issue is fixed in Lima, we have bumped to the fixed Lima version, and have created a BATS test for it.
It should not be closed when the workaround from the 1.11.1 release is merged back into
main
.The text was updated successfully, but these errors were encountered: