# DHCP server configuration file for cluster (/etc/dhcpd.conf) # # This file should be copied to all servers ddns-update-style none; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option domain-name "monreseau.ca"; deny unknown-clients; deny bootp; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.21 192.168.0.22; } host rio_salon { hardware ethernet 00:90:00:11:38:cc; fixed-address 192.168.0.23; } host rio_chambre { hardware ethernet 00:90:00:11:4f:1d; fixed-address 192.168.0.24; }