mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 15:27:00 +00:00
Include samples to installation, and give a hint to user where it can be found in manual page. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
31 lines
488 B
ISCdhcpd
31 lines
488 B
ISCdhcpd
shared-network example1 {
|
|
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.0.0.1 10.0.0.20;
|
|
}
|
|
}
|
|
subnet 10.1.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.1.0.1 10.1.0.20;
|
|
}
|
|
}
|
|
}
|
|
|
|
shared-network example2 {
|
|
subnet 10.2.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.2.0.1 10.2.0.20;
|
|
}
|
|
}
|
|
subnet 10.3.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.3.0.1 10.3.0.20;
|
|
}
|
|
}
|
|
}
|
|
|
|
subnet 10.4.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.4.0.1 10.4.0.20;
|
|
}
|
|
}
|