Skip to main content

Posts

Showing posts from December, 2011

Disabling DHCP on vmnet1 (VMware Fusion)

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 ca t /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... # # #... http://www.perturb.org/display/448_Example_dhcpd_conf.html 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 -