... | ... | @@ -26,7 +26,8 @@ max-lease-time 7200; |
|
|
|
|
|
# this DHCP server to be declared valid
|
|
|
authoritative;
|
|
|
|
|
|
...
|
|
|
...
|
|
|
# specify network address and subnet mask
|
|
|
subnet 10.1.1.0 netmask 255.255.255.0 {
|
|
|
# specify the range of lease IP address
|
... | ... | @@ -49,7 +50,6 @@ subnet 10.1.1.0 netmask 255.255.255.0 { |
|
|
filename "computenode08/pxelinux.0";
|
|
|
}
|
|
|
}
|
|
|
|
|
|
...
|
|
|
|
|
|
## previous attempt
|
... | ... | |