-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-options.json
51 lines (51 loc) · 1.18 KB
/
test-options.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"default_lease": "12h",
"address_reservation_lease": "24h",
"ip_address_reservations": [
{
"mac": "aa:bb:cc:dd:ee:00",
"name": "static-ip-important-host",
"ip": "192.168.1.15",
"link": "https://{{ .ip }}/important-host-land-page"
},
{
"mac": "aa:bb:cc:dd:ee:01",
"name": "static-ip-within-dhcp-range",
"ip": "192.168.1.55",
"link": "https://{{ .ip }}/less-important"
}
],
"dhcp_clients_friendly_names": [
{
"name": "a human-friendly name for a DHCP client with dynamic IP",
"mac": "4c:50:77:cf:3c:35",
"link": "https://{{ .ip }}/page-{{ .hostname }}"
}
],
"dhcp_range": {
"start_ip": "192.168.1.50",
"end_ip": "192.168.1.100"
},
"network": {
"broadcast": "192.168.1.255",
"gateway": "192.168.1.254",
"interface": "enp3s0",
"netmask": "255.255.255.0",
"subnet": "192.168.1.0",
"dns": [
"8.8.8.8",
"8.8.4.4"
],
"ntp": [
"0.2.3.4",
"ntp.pool.org",
"0.europe.ntp.pool.org",
"1.europe.ntp.pool.org",
"2.europe.ntp.pool.org",
"1.2.3.4"
]
},
"log_dhcp": true,
"log_web_ui": true,
"web_ui_port": 8976
}