I did most of the VMware testing including View on my Fusion. Due to the VDI client, I need to disable the fusion's DHCP coz I will be using the DHCP on my AD server. The following command help to kill the process...
sudo kill -15 `sudo cat /var/run/vmnet-dhcpd-vmnet1.pid`
Or
You can always find the dhcpd.conf and disable from here as well...
Sudo vi /Library/Preferences/VMware Fusion/vmnet8/dhcpd.conf
http://www.perturb.org/display/448_Example_dhcpd_conf.html
sudo kill -15 `sudo cat /var/run/vmnet-dhcpd-vmnet1.pid`
Or
You can always find the dhcpd.conf and disable from here as well...
Sudo vi /Library/Preferences/VMware Fusion/vmnet8/dhcpd.conf
Put a comment # infront of all the lines...
#
#
#...
In many cases, you can also edit the dhcpd.conf to suit your testing environment instead of leveraging Windows DHCP service... You can find some samples here -
Comments
Post a Comment