-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdhcpd.conf
More file actions
344 lines (280 loc) · 9.41 KB
/
dhcpd.conf
File metadata and controls
344 lines (280 loc) · 9.41 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# Attention: If /etc/ltsp/dhcpd.conf exists, that will be used as
# configuration file instead of this file.
#
# option definitions common to all supported networks...
#option domain-name "example.org";
#option domain-name-servers ns1.example.org, ns2.example.org;
ddns-updates on;
ddns-update-style interim;
update-static-leases on;
authoritative;
key "rndc-key" {
algorithm hmac-sha256;
secret "rRltbdcXukPOqTGo5p04cx0+UGLomJ0FiKLhDraxLzY=";
};
allow unknown-clients;
use-host-decl-names on;
log-facility local7;
use-host-decl-names on;
default-lease-time 86400;
max-lease-time 86400;
zone match-local.intern. {
primary localhost; # This server is the primary DNS server for the zone
key rndc-key; # Use the key we defined earlier for dynamic updates
}
zone 8.145.10.in-addr.arpa. {
primary localhost; # This server is the primary DNS server for the zone
key rndc-key; # Use the key we defined earlier for dynamic updates
}
subnet 10.145.8.0 netmask 255.255.255.0 {
range 10.145.8.100 10.145.8.220;
option subnet-mask 255.255.255.0;
option routers 10.145.8.250;
option domain-name-servers 10.145.8.249;
option domain-name "match-local.intern";
ddns-domainname "match-local.intern.";
ddns-rev-domainname "in-addr.arpa.";
do-forward-updates on;
option ntp-servers time1.uni-hannover.de;
}
host AP1.match-local.intern {
hardware ethernet D0:21:F9:60:1E:E3;
fixed-address 10.145.8.248;
ddns-hostname "AP1";
}
host RocketM5.match-local.intern {
hardware ethernet 04:18:D6:CC:5E:E1;
fixed-address 10.145.8.10;
ddns-hostname "RocketM5";
}
host MuR_airlan.match-local.intern {
hardware ethernet 04:18:D6:EA:19:71;
fixed-address 10.145.8.12;
ddns-hostname "mur_airlan";
}
host stereo_airlan.match-local.intern {
hardware ethernet 04:18:D6:EB:19:84;
fixed-address 10.145.8.13;
ddns-hostname "stereo_airlan";
}
host agilex_airlan.match-local.intern {
hardware ethernet 04:18:D6:EA:19:71;
fixed-address 10.145.8.14;
ddns-hostname "agilex_airlan";
}
host miranda.match-local.intern {
hardware ethernet 04:18:D6:EA:19:62;
fixed-address 10.145.8.11;
ddns-hostname "miranda_airlan";
}
host masterSPS.match-local.intern {
hardware ethernet AC:64:17:43:1C:F7;
fixed-address 10.145.8.20;
ddns-hostname "masterSPS";
}
host murSPS.match-local.intern {
hardware ethernet 04:18:D6:EA:19:62;
fixed-address 10.145.8.22;
ddns-hostname "murSPS";
}
host mirandaSPS.match-local.intern {
hardware ethernet 04:18:D6:EA:19:71;
fixed-address 10.145.8.21;
ddns-hostname "mirandaSPS";
}
host spotSPS.match-local.intern {
hardware ethernet 00:00:00:00:00:01;
fixed-address 10.145.8.23;
ddns-hostname "spotSPS";
}
host mobileSPS.match-local.intern {
hardware ethernet 00:00:00:00:00:02;
fixed-address 10.145.8.24;
ddns-hostname "mobileSPS";
}
host miranda_usb_ethernet.match-local.intern {
hardware ethernet 00:50:B6:FF:E4:5F;
fixed-address 10.145.8.31;
ddns-hostname "miranda_usb_ethernet";
}
host moble_master_ethernet.match-local.intern {
hardware ethernet 90:1B:0E:4A:18:25;
fixed-address 10.145.8.32;
ddns-hostname "moble_master_ethernet";
}
host master_ethernet.match-local.intern {
hardware ethernet D8:BB:C1:37:BE:C4;
fixed-address 10.145.8.30;
ddns-hostname "master_ethernet";
}
host mur_ethernet.match-local.intern {
hardware ethernet 00:D8:61:6E:7B:AE;
fixed-address 10.145.8.33;
ddns-hostname "mur_ethernet";
}
host fritz_box.match-local.intern {
hardware ethernet 2C:91:AB:49:89:2C;
fixed-address 10.145.8.1;
ddns-hostname "fritz_box";
}
host mir200_robot_controller.match-local.intern {
hardware ethernet 34:41:5D:16:8A:7D;
fixed-address 10.145.8.34;
ddns-hostname "mir200_robot_controller";
}
host mir100_robot_controller.match-local.intern {
hardware ethernet 00:0E:8E:98:48:2F;
fixed-address 10.145.8.35;
ddns-hostname "mir100_robot_controller";
}
host spot_airlan.match-local.intern {
hardware ethernet F4:92:BF:BE:0F:8B;
fixed-address 10.145.8.36;
ddns-hostname "spot_airlan";
}
host scout1_airlan.match-local.intern {
hardware ethernet 04:18:D6:EA:1A:BF;
fixed-address 10.145.8.37;
ddns-hostname "scout1_airlan";
}
host spot_ethernet.match-local.intern {
hardware ethernet 18:C0:4D:EE:33:E8;
fixed-address 10.145.8.38;
ddns-hostname "spot_ethernet";
}
host Keyence_PC_ethernet.match-local.intern {
hardware ethernet f0:2f:74:1d:87:37;
fixed-address 10.145.8.39;
ddns-hostname "Keyence_PC_ethernet";
}
host agilex_PC_ethernet.match-local.intern {
hardware ethernet A8:A1:59:84:C5:A1;
fixed-address 10.145.8.40;
ddns-hostname "agilex_PC_ethernet";
}
#
#host agilex2_PC_ethernet.match-local.intern {
# hardware ethernet A8:A1:59:B0:80:23;
# fixed-address 10.145.8.41;
# ddns-hostname "agilex2_PC_ethernet";
#}
host rosmaster2_ethernet.match-local.intern {
hardware ethernet 00:D8:61:E0:56:7C;
fixed-address 10.145.8.42;
ddns-hostname "rosmaster2_ethernet";
}
host ur16e.match-local.intern {
hardware ethernet 00:30:d6:2d:5d:04;
fixed-address 10.145.8.43;
ddns-hostname "ur16e";
}
host MiR600a.match-local.intern {
hardware ethernet 00:0E:8E:A1:50:41;
fixed-address 10.145.8.44;
ddns-hostname "MiR600a";
}
host MiR600a_airmax_receiver.match-local.intern {
hardware ethernet FC:EC:DA:DC:7D:52;
fixed-address 10.145.8.45;
ddns-hostname "MiR600a_airmax_receiver";
}
host MiR600b_airmax_transmitter.match-local.intern {
hardware ethernet B4:FB:E4:5E:30:C2;
fixed-address 10.145.8.46;
ddns-hostname "MiR600b_airmax_transmitter";
}
host MiR600b_airmax_receiver.match-local.intern {
hardware ethernet 18:E8:29:78:51:CB;
fixed-address 10.145.8.47;
ddns-hostname "MiR600b_airmax_receiver";
}
host mir600c_robot_controller.match-local.intern {
hardware ethernet 00:0E:8E:A1:5F:43;
fixed-address 10.145.8.48;
ddns-hostname "mir600c_robot_controller";
}
host mir600b_robot_controller.match-local.intern {
hardware ethernet 00:0e:8e:a1:5f:5f;
fixed-address 10.145.8.49;
ddns-hostname "mir600b_robot_controller";
}
host roscore.match-local.intern {
hardware ethernet a8:a1:59:b0:82:f6;
fixed-address 10.145.8.50;
ddns-hostname "roscore";
}
host MiR600c_airmax_transmitter.match-local.intern {
hardware ethernet 78:45:58:A2:98:A2;
fixed-address 10.145.8.51;
ddns-hostname "MiR600c_airmax_transmitter";
}
host MiR600c_airmax_receiver.match-local.intern {
hardware ethernet 18:E8:29:78:50:6B;
fixed-address 10.145.8.52;
ddns-hostname "MiR600c_airmax_receiver";
}
host mur620b.match-local.intern {
hardware ethernet a8:a1:59:b0:81:e4;
fixed-address 10.145.8.54;
ddns-hostname "mur620b";
}
host mur620c.match-local.intern {
hardware ethernet a8:a1:59:b0:80:22;
fixed-address 10.145.8.41;
ddns-hostname "mur620c";
}
host raspberry_pi_b.match-local.intern {
hardware ethernet b8:27:eb:8a:5f:2d;
fixed-address 10.145.8.55;
ddns-hostname "raspberry_pi_b";
}
host mir600a_robot_controller.match-local.intern {
hardware ethernet 00:0E:8E:A1:81:4D;
fixed-address 10.145.8.56;
ddns-hostname "mir600a_robot_controller";
}
host mur620a.match-local.intern {
hardware ethernet A8:A1:59:D1:3F:27;
fixed-address 10.145.8.57;
ddns-hostname "mur620a";
}
host MiR600a_airmax_transmitter.match-local.intern {
hardware ethernet 78:45:58:A2:98:81;
fixed-address 10.145.8.58;
ddns-hostname "MiR600a_airmax_transmitter";
}
host MiR600a_airmax_receiver.match-local.intern {
hardware ethernet 78:45:58:A2:98:B8;
fixed-address 10.145.8.59;
ddns-hostname "MiR600a_airmax_receiver";
}
# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
# ddns-update-style none;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
#log-facility local7;
# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.
#subnet 10.152.187.0 netmask 255.255.255.0 {
#}
# This is a very basic subnet declaration.
#subnet 10.254.239.0 netmask 255.255.255.224 {
# range 10.254.239.10 10.254.239.20;
# option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;
#}
# This declaration allows BOOTP clients to get dynamic addresses,
# which we don't really recommend.
#subnet 10.254.239.32 netmask 255.255.255.224 {
# range dynamic-bootp 10.254.239.40 10.254.239.60;
# option broadcast-address 10.254.239.31;
# option routers rtr-239-32-1.example.org;