summaryrefslogtreecommitdiff
path: root/keama/tests/hostuid4.in4
blob: 3b8238d575793fb80da5eb6cb717861f93a86eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# host declaration with client-identfiers config

# authoritative is mandatory
authoritative;

# subnet4 declaration
subnet 10.5.5.0 netmask 255.255.255.224 {
    range 10.5.5.5 10.5.5.10;
}

# recommended when using dhcp-client-identifier options
ignore-client-uids false;

# host declarations
host test1 {
    uid 01:02:03:04:05:0a:0b:0c:0d:0e:0f;
    option domain-search "example.com", "example.org";
    default-lease-time 1800;
    fixed-address 10.5.5.1, 10.10.10.10;
}

host test2 {
    hardware ethernet 00:07:0E:36:48:19;
    fixed-address 10.5.5.2;
}

host test3 {
    hardware fddi 00:07:0E:36:48:19;
    fixed-address 10.10.10.1;
}

subnet 10.10.10.0 netmask 255.255.255.224 { }