diff --git a/roles/network/templates/dhcp/dhcpd-iiab.conf.j2 b/roles/network/templates/dhcp/dhcpd-iiab.conf.j2 index 95dbf32dc..66cd3e706 100644 --- a/roles/network/templates/dhcp/dhcpd-iiab.conf.j2 +++ b/roles/network/templates/dhcp/dhcpd-iiab.conf.j2 @@ -38,7 +38,7 @@ subnet 10.10.10.0 netmask 255.255.255.0 { {% endif %} option subnet-mask 255.255.255.0; option broadcast-address 10.10.10.255; - range 10.10.10.2 10.10.10.254; + range 10.10.10.11 10.10.10.254; # As this subnet is wired or wifi a/b/g, these lease # times are on the long side