File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Unlike `vde_vmnet`, `socket_vmnet` does not depend on VDE.
29
29
- [ How is socket_vmnet related to QEMU-builtin vmnet support?] ( #how-is-socket_vmnet-related-to-qemu-builtin-vmnet-support )
30
30
- [ How to use static IP addresses?] ( #how-to-use-static-ip-addresses )
31
31
- [ How to reserve DHCP addresses?] ( #how-to-reserve-dhcp-addresses )
32
+ - [ IP address is not assigned] ( #ip-address-is-not-assigned )
32
33
- [ Links] ( #links )
33
34
- [ Troubleshooting] ( #troubleshooting )
34
35
@@ -283,6 +284,13 @@ sudo /bin/launchctl kickstart -kp system/com.apple.bootpd
283
284
NOTE: don't confuse MAC addresses of VMs with the MAC address of ` socket_vmnet ` itself that is printed as ` vmnet_mac_address ` in the debug log.
284
285
You do not need to configure (and you can't, currently) the MAC address of ` socket_vmnet ` itself.
285
286
287
+ ### IP address is not assigned
288
+ Try the following commands:
289
+ ``` console
290
+ /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
291
+ /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
292
+ ```
293
+
286
294
## Links
287
295
- https://developer.apple.com/documentation/vmnet
288
296
- https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_vm_networking
You can’t perform that action at this time.
0 commit comments