If you have more than more network interface attached to the system, but you only want the DHCP server to start on one of the interface, you can configure the DHCP server to start only on that device. In /etc/sysconfig/dhcpd, add the name of the interface to the list of DHCPDARGS:
# Command line options here
DHCPDARGS=eth0
# /etc/sysconfig/dhcpd
Posté par dubis . En réponse au message Configuration du serveur DHCP. Évalué à 1.
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/cust(...)
If you have more than more network interface attached to the system, but you only want the DHCP server to start on one of the interface, you can configure the DHCP server to start only on that device. In /etc/sysconfig/dhcpd, add the name of the interface to the list of DHCPDARGS:
# Command line options here
DHCPDARGS=eth0
Merci quand même