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.
2929 - [ How is socket_vmnet related to QEMU-builtin vmnet support?] ( #how-is-socket_vmnet-related-to-qemu-builtin-vmnet-support )
3030 - [ How to use static IP addresses?] ( #how-to-use-static-ip-addresses )
3131 - [ How to reserve DHCP addresses?] ( #how-to-reserve-dhcp-addresses )
32+ - [ IP address is not assigned] ( #ip-address-is-not-assigned )
3233- [ Links] ( #links )
3334- [ Troubleshooting] ( #troubleshooting )
3435
@@ -283,6 +284,13 @@ sudo /bin/launchctl kickstart -kp system/com.apple.bootpd
283284NOTE: 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.
284285You do not need to configure (and you can't, currently) the MAC address of ` socket_vmnet ` itself.
285286
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+
286294## Links
287295- https://developer.apple.com/documentation/vmnet
288296- https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_vm_networking
You can’t perform that action at this time.
0 commit comments