DHCP

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

authoritative;

subnet 172.17.0.0 netmask 255.255.254.0 {


pool{

range 172.17.0.10 172.17.1.56;


option domain-name-servers 172.17.0.1;
option broadcast-address 172.17.1.255;
option routers 172.17.0.1;
option domain-name "II4.ma";
default-lease-time 600;
max-lease-time 7200;
}
}
subnet 172.17.2.0 netmask 255.255.254.0 {
pool{

range 172.17.2.10 172.17.3.56;


option domain-name-servers 172.17.2.1;
option broadcast-address 172.17.3.255;
option routers 172.17.2.1;
option domain-name "II4.ma";
default-lease-time 600;
max-lease-time 7200;
}
}

You might also like