summaryrefslogtreecommitdiff
path: root/keama/tests/subnet6auth.in6
blob: a41ff6f432c860620a493a23d005e27fca18b257 (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

# 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;
    }
    # authorize here
    authoritative;
    option dhcp6.domain-search "example.com", "example.org";
    default-lease-time 3600;
    interface "en0";
    pool6 {
        prefix6 2001:0:0:10:: 2001:0:0:1f:: /64;
    }
}