summaryrefslogtreecommitdiff
path: root/keama/tests/subnet6multi.in6
blob: cc8cf8e7239cb24732e166d4d5578414f4f17c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 {
        # the pool is shared between addresses and prefixes
        range6 2001::100 2001::200;
        range6 2001::1000 2001::2000;
        prefix6 2001:0:0:10:: 2001:0:0:1f:: /64;
        prefix6 2001:0:0:80:: 2001:0:0:ff:: /64;
    }
    option dhcp6.domain-search "example.com", "example.org";
    default-lease-time 3600;
}