File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,19 @@ To add another IP address that is accessible from the host and other virtual mac
370
370
371
371
See [ ` ./docs/network.md ` ] ( ./docs/network.md ) .
372
372
373
+ #### Ping shows duplicate packets and massive response times
374
+
375
+ Lima uses QEMU's SLIRP networking which does not support ` ping ` out of the box:
376
+
377
+ ```
378
+ $ ping google.com
379
+ PING google.com (172.217.165.14): 56 data bytes
380
+ 64 bytes from 172.217.165.14: seq=0 ttl=42 time=2395159.646 ms
381
+ 64 bytes from 172.217.165.14: seq=0 ttl=42 time=2396160.798 ms (DUP!)
382
+ ```
383
+
384
+ For more details, see [ Documentation/Networking] ( https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29 ) .
385
+
373
386
### External projects
374
387
#### "I am using Rancher Desktop. How to deal with the underlying Lima?"
375
388
You can’t perform that action at this time.
0 commit comments