option domain-name "bigcloud.local";
option domain-name-servers 192.168.188.11, 192.168.188.12;
subnet 192.168.188.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.188.100 192.168.188.160;
range dynamic-bootp 192.168.188.169 192.168.188.253;
default-lease-time 259200;
max-lease-time 259200;
option routers 192.168.188.2;
}
subnet 192.168.189.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.189.100 192.168.189.253;
default-lease-time 691200;
max-lease-time 691200;
option routers 192.168.189.2;
}
host pc1 {
hardware ethernet 00:12:34:56:78:90;
fixed-address 192.168.188.111;
Starting dhcpd: [ OK ]