diff --git a/roles/dhcp/files/dhcpd.conf b/roles/dhcp/files/dhcpd.conf index 0b565f1..841d34e 100644 --- a/roles/dhcp/files/dhcpd.conf +++ b/roles/dhcp/files/dhcpd.conf @@ -120,7 +120,7 @@ subnet 172.16.65.0 netmask 255.255.255.0 { #DHCP pour le réseau USER subnet 172.16.64.0 netmask 255.255.255.0 { - range 172.16.64.20 172.16.64.120; + range 172.16.64.100 172.16.64.150; option domain-name-servers 172.16.0.1 ; option routers 172.16.64.254; option broadcast-address 172.16.64.255;