mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
5 lines
96 B
Text
5 lines
96 B
Text
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range dynamic-bootp 10.0.0.1 10.0.0.10;
|
|
}
|
|
}
|