If you are running VMWare Fusion, chances are you might have created your own custom network adapter.
In case you’re running an (authoritative) DHCP server in this subnet, you might see interference with VMWare Fusion’s own DHCP server.
You can easily disable the Fusion DHCP server by following these steps (no Fusion restart required):
- set
DHCP no
for your adapter withsudo nano /Library/Preferences/VMware\ Fusion/networking
- apply the new settings with:
sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --configure
sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --stop
sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --start
You might also need to disable the macOS bootp process:sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/bootps.plist