summaryrefslogtreecommitdiff
path: root/keama/tests/subnet6.in6
blob: 7966d067082c31aef2dc891e54ee78dccb32663c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# DHCPv6 subnet declaration config

# authoritative is mandatory
authoritative;

# parameter which will be changed in subnet
default-lease-time 1800;

# DHCPv4 subnet declaration
subnet6 2001::/64 {
    # at least one pool is required
    pool6 {
        range6 2001::100 2001::200;
    }
    option dhcp6.domain-search "example.com", "example.org";
    default-lease-time 3600;
    pool6 {
        prefix6 2001:0:0:10:: 2001:0:0:1f:: /64;
    }
}