Michael Primeaux
Michael Primeaux
I can't really comment on this issue since I don't really have a need to ping the NAT'd address. I just access the loopback on a specific port if needed....
> > ping 192.168.5.15 > > This is invalid anyway. This IP is never reachable from the host. > > Please make sure you have “lima:shared” network in the YAML....
I started with `limactl start --name=default template://vmnet` and do see an address resembling `192.168.105.x`. ```shell mprimeaux@lima-default:/Users/mprimeaux/source$ ifconfig eth0: flags=4163 mtu 1500 inet 192.168.5.15 netmask 255.255.255.0 broadcast 192.168.5.255 inet6 fec0::5055:55ff:fef9:d374 prefixlen...
To test that hypothesis, I'll need to fully reboot and run a few tests. Let me try that next. I also no longer have a machine with an M1 anymore;...
Actually, I do have an M1 machine. I'll test on both.
Unfortunately, the `socketfilterfw` workaround is still required. ```shell 😄 minikube v1.31.2 on Darwin 14.0 (arm64) ✨ Using the qemu2 driver based on user configuration 🌐 Automatically selected the socket_vmnet network...
I was a bit overzealous :) My apologies. For lima, specifically, I started with `limactl start --name=default template://vmnet`. ```shell ? Creating an instance "default" Proceed with the current configuration INFO[0002]...
...applying the `socketfilterfw` does resolve the issue: ```shell mprimeaux@lima-default:/Users/mprimeaux/source/go-scriptures/platform$ ip address 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope...
Is there any help I can provide for this enhancement?
@JoshInnis Hi there. I still see [here](https://age.apache.org/age-manual/master/intro/setup.html#install-postgres) that only Postgres 11 and 12 are supported. Is the documentation correct or are latest versions (e.g. 14 and 15) supported? Thanks in...