Interface specification does not belong in /etc/dhcpd.conf... dhcpd.conf is where you define your IP address range, DHCP Options (like domain name, DNS server, default gateway), static leases etc.
What you are looking for (this may be specific to Red Hat, you didn't give your distro) is '/etc/sysconfig/dhcpd'. If you add a line that says 'DHCPARGS="eth0 eth1"' it will only listen on these interfaces. To see a list of options that are valid for this DHCPARGS parameter, RTFM at 'man dhcpd'.
|