adamant-kite-43734
11/13/2023, 5:44 PMfast-garage-66093
11/13/2023, 6:08 PMroot
. It looks like the settings validation code allows you to enabled socket_vmnet without admin access, which will not workmammoth-chef-84281
11/13/2023, 6:10 PMmammoth-chef-84281
11/13/2023, 6:16 PM❯ kubectl get node/lima-rancher-desktop -o jsonpath='{.status.addresses[?(@.type=="ExternalIP")].address}'
192.168.2.109
❯ nc -zv 192.168.2.109 80
^C
packets seem to be dropped. but:
❯ rdctl shell
lima-rancher-desktop:/Users/seyhbold$ nc -zv 192.168.2.109 80
192.168.2.109 (192.168.2.109:80) open
fast-garage-66093
11/13/2023, 6:25 PMmammoth-chef-84281
11/13/2023, 7:12 PMfast-garage-66093
11/15/2023, 6:51 PMmammoth-chef-84281
11/15/2023, 7:15 PMmammoth-chef-84281
11/20/2023, 9:11 AMfast-garage-66093
11/20/2023, 5:11 PMmammoth-chef-84281
11/20/2023, 5:16 PMfast-garage-66093
11/25/2023, 5:44 AMfast-garage-66093
11/25/2023, 5:47 AM/etc
directory is copied to a persistent volume (/mnt/data/etc
) so changes persist between reboots, and the /etc
directory is replaced by a symlink to /mnt/data/etc
because the original /etc
is in a RAM disk (tmpfs).fast-garage-66093
11/25/2023, 5:49 AM/etc/network/interfaces
in the RAM disk and not on the volume. But it doesn't matter as the networking service is started before /etc
is replaced by the symlink.fast-garage-66093
11/25/2023, 5:50 AMfast-garage-66093
11/25/2023, 5:50 AMfast-garage-66093
11/25/2023, 5:51 AMmkdir /bootfs
mount --bind / /bootfs
cp /bootfs/etc/network/interfaces /etc/network/
fast-garage-66093
11/25/2023, 5:52 AMfast-garage-66093
11/25/2023, 5:52 AMfast-garage-66093
11/29/2023, 11:24 PMmammoth-chef-84281
12/01/2023, 12:53 PMmammoth-chef-84281
12/11/2023, 2:35 PM