Linux/Dhcpd

Last-modified: 2008-04-29 (火) 15:22:35

vmwareのdhcpdが起動していない

dhcpdがインストールされていると(起動していなくても)
vmware-config.plでvmnet8を構成いていると

This system appears to have a DHCP server configured for normal use. Beware
that you should teach it how not to interfere with VMware Server's DHCP server.
There are two ways to do this:

1) Modify the file /etc/dhcpd.conf to add something like:

subnet 177.16.128.0 netmask 255.255.252.0 {

# Note: No range is given, vmnet-dhcpd will deal with this subnet.
}

2) Start your DHCP server with an explicit list of network interfaces to deal
with (leaving out vmnet8). e.g.:

dhcpd eth0

Consult the dhcpd(8) and dhcpd.conf(5) manual pages for details.

ってでる。
今回は /etc/vmware/vmnet8/dhcp/dhcpd.confの内容を/etc/dchpd.confに加えてあげた。