I do a lot of provisioning on my vmware machines to test features of xCAT. VMware’s built in DHCP server conflicts with my own. I turn it off by issuing:
sudo kill -15 sudo cat /var/run/vmnet-dhcpd-vmnet1.pid
Then I take DHCP into my own hands.
The Full Stack: Apps, AI, DevOps, Infrastructure
I do a lot of provisioning on my vmware machines to test features of xCAT. VMware’s built in DHCP server conflicts with my own. I turn it off by issuing:
sudo kill -15 sudo cat /var/run/vmnet-dhcpd-vmnet1.pid
Then I take DHCP into my own hands.
Comments are closed.