File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,7 @@ The current default spec:
327
327
- [ Networking] ( #networking )
328
328
- [ "Cannot access the guest IP 192.168.5.15 from the host"] ( #cannot-access-the-guest-ip-192168515-from-the-host )
329
329
- [ "Ping shows duplicate packets and massive response times"] ( #ping-shows-duplicate-packets-and-massive-response-times )
330
+ - [ "IP address is not assigined for vmnet networks"] ( #ip-address-is-not-assigined-for-vmnet-networks )
330
331
- [ Filesystem sharing] ( #filesystem-sharing )
331
332
- [ "Filesystem is slow"] ( #filesystem-is-slow )
332
333
- [ "Filesystem is not writable"] ( #filesystem-is-not-writable )
@@ -470,6 +471,13 @@ PING google.com (172.217.165.14): 56 data bytes
470
471
471
472
For more details, see [ Documentation/Networking] ( https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29 ) .
472
473
474
+ #### "IP address is not assigined for vmnet networks"
475
+ Try the following commands:
476
+ ``` bash
477
+ /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
478
+ /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
479
+ ```
480
+
473
481
### Filesystem sharing
474
482
#### "Filesystem is slow"
475
483
Try virtiofs. See [ ` docs/mount.md ` ] ( ./docs/mount.md )
Original file line number Diff line number Diff line change @@ -141,6 +141,13 @@ The network daemon is started automatically when the first instance referencing
141
141
and will stop automatically once the last instance has stopped. Daemon logs will be stored in the
142
142
` $LIMA_HOME/_networks` directory.
143
143
144
+ The IP address is automatically assigned by macOS's bootpd.
145
+ If the IP address is not assigned, try the following commands :
146
+ ` ` ` bash
147
+ /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
148
+ /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
149
+ ` ` `
150
+
144
151
# ### Unmanaged
145
152
For Lima >= 0.12 :
146
153
` ` ` yaml
You can’t perform that action at this time.
0 commit comments