Hi
I have a setup that requires me to add a few lines to the /Library/Preferences/VMware Fusion/vmnet1/dhcpd.conf file in order to work properly. Unfortunately, dhcpd.conf isn't generated until vmware is run, meaning that I have to actually run the program and then run a script to make this change.
I'd ideally like for this to happen right after installation but before runtime - I'm curious what files/commands generate dhcpd.conf, and whether I can alter or run any of those files/commands post-install to make this change. I'm looking at the commands located in /Applications/VMware\ Fusion.app/Contents/Library - some, like vmnet-cli or vmnet-cfgcli will control or alter dhcpd.conf to some extent, so I'm wondering if I can run these manually with the changes I want or change them such that they'll generate dhcpd.conf with the proper configuration on runtime.
Any help would be greatly appreciated, thanks!