Closed johnlonganecker closed 1 year ago
Could you try
ping 8.8.8.8
inside the VM?
Having done a bit of research, machines QEMU configuration uses user networking (SLIRP). Although the network is easy to set up (hence its choice here), it doesn't support PING inside the guest (see https://wiki.qemu.org/Documentation/Networking#User_Networking_(SLIRP))
However, you should still be able to send and receive traffic and install additional software inside the guest as required.
Does this networking option preclude your work inside macpine VMs?
That info is a good candidate for the FAQs/troubleshooting doc as it may be a common point of confusion
On a 2019 x86 macbook I do the follow:
If I ping from my macbook directly in iterm I get 0 % packet loss:
I have also tested on a M1 Max and get the same result.
What am I doing wrong?