summaryrefslogtreecommitdiff
path: root/keama/tests/pool4.in4
blob: 0e156141cf96d3ed8b56f7ad270aca65b4cb4a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
# DHCPv4 pool config

# subnet declaration
subnet 10.5.5.0 netmask 255.255.255.224 {
    # pool declaration
    pool {
	option domain-search "example.com", "example.org";
	default-lease-time 1800;
	range 10.5.5.5 10.5.5.10;
    }
}