Open seb-835 opened 7 months ago
Hi, i think, i got the workaround to fix lima0 not having an IPV4 assigned .
I got it from https://github.com/lima-vm/lima/issues/1259 We have to apply this on Mac :
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
Application at path ( /usr/libexec/bootpd ) added to firewall
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
Perhaps we can detect it in the script and make a red readable message as output of "make config-network-end-to-end" ?
Hi Thanks a lot for the great work,
i am having an error when running 'make config-network-end-to-end', then it does not permit to reach Metallb LoadBalancer endpoint.
Here is an extract of the logs :
After Investigation, it looks like lima0 interface only have only an ipv6 ? (i have no idea why, do you ?) those it make code :
to return an empty string for SRC_IP and SRC_IP_F3B and SRC_IP_GW to be assign to ".1", causing the iptable error.
Materials : MacBook Pro M3 - 16Go - MACOS: 14.4.1 (23E224)