-
Notifications
You must be signed in to change notification settings - Fork 0
/
dhcpd.conf
357 lines (353 loc) · 9.43 KB
/
dhcpd.conf
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
345
346
347
348
349
350
351
352
353
354
355
356
ddns-update-style none;
allow booting;
allow bootp;
option option-128 code 128 = string;
option option-129 code 129 = text;
next-server 192.168.0.101;
filename "/pxelinux.0";
subnet 192.168.0.0 netmask 255.255.255.0 {
default-lease-time 3600;
max-lease-time 7200;
option routers 192.168.0.101;
option subnet-mask 255.255.255.0;
option domain-name "local";
option domain-name-servers 192.168.0.101;
option nis-domain "elcapitan3";
option broadcast-address 192.168.0.255;
range 192.168.0.184 192.168.0.238;
host elcapitan3 {
hardware ethernet d0:67:e5:e8:d4:49;
option host-name "elcapitan3";
fixed-address 192.168.0.101;
}
host elcapitan3a {
hardware ethernet d0:67:e5:e8:d4:85;
option host-name "elcapitan3a";
fixed-address 192.168.0.237;
}
host elcapitan3a-ipmi {
hardware ethernet d0:67:e5:e8:d4:86;
option host-name "elcapitan3a-ext";
fixed-address 192.168.0.101;
}
host elcapitan3a-ext {
hardware ethernet d0:67:e5:e8:d4:86;
option host-name "elcapitan3a-ext";
fixed-address 169.236.132.165;
}
host c1 {
hardware ethernet d0:67:e5:e9:4f:61;
option host-name "c1";
fixed-address 192.168.0.102;
}
host c2 {
hardware ethernet d0:67:e5:e8:d3:ec;
option host-name "c2";
fixed-address 192.168.0.103;
}
host c3 {
hardware ethernet d0:67:e5:e9:4e:28;
option host-name "c3";
fixed-address 192.168.0.104;
}
host c4 {
hardware ethernet d0:67:e5:e9:4f:30;
option host-name "c4";
fixed-address 192.168.0.105;
}
host c5 {
hardware ethernet d0:67:e5:e9:4e:19;
option host-name "c5";
fixed-address 192.168.0.106;
}
host c6 {
hardware ethernet d0:67:e5:e9:4d:f5;
option host-name "c6";
fixed-address 192.168.0.107;
}
host c7 {
hardware ethernet d0:67:e5:e8:d3:83;
option host-name "c7";
fixed-address 192.168.0.108;
}
host c8 {
hardware ethernet d0:67:e5:e9:d9:7e;
option host-name "c8";
fixed-address 192.168.0.109;
}
host c9 {
hardware ethernet d0:67:e5:e8:d2:fc;
option host-name "c9";
fixed-address 192.168.0.110;
}
host c10 {
hardware ethernet d0:67:e5:e8:d3:8c;
option host-name "c10";
fixed-address 192.168.0.111;
}
host c11 {
hardware ethernet d0:67:e5:e8:d4:58;
option host-name "c11";
fixed-address 192.168.0.112;
}
host c12 {
hardware ethernet d0:67:e5:e9:4e:a3;
option host-name "c12";
fixed-address 192.168.0.113;
}
host c13 {
hardware ethernet d0:67:e5:e8:d3:3e;
option host-name "c13";
fixed-address 192.168.0.114;
}
host c14 {
hardware ethernet d0:67:e5:e9:4d:ac;
option host-name "c14";
fixed-address 192.168.0.115;
}
host c15 {
hardware ethernet d0:67:e5:e9:4d:e3;
option host-name "c15";
fixed-address 192.168.0.116;
}
host c16 {
hardware ethernet d0:67:e5:e8:d3:92;
option host-name "c16";
fixed-address 192.168.0.117;
}
host c17 {
hardware ethernet d0:67:e5:e8:d4:3d;
option host-name "c17";
fixed-address 192.168.0.118;
}
host c18 {
hardware ethernet d0:67:e5:e9:4f:3f;
option host-name "c18";
fixed-address 192.168.0.119;
}
host c19 {
hardware ethernet bc:30:5b:e8:b0:2c;
option host-name "c19";
fixed-address 192.168.0.133;
}
host c20 {
hardware ethernet d0:67:e5:e9:4d:ef;
option host-name "c20";
fixed-address 192.168.0.121;
}
host c21 {
hardware ethernet d0:67:e5:e9:4e:63;
option host-name "c21";
fixed-address 192.168.0.122;
}
host c22 {
hardware ethernet d0:67:e5:e8:d4:e5;
option host-name "c22";
fixed-address 192.168.0.123;
}
host c23 {
hardware ethernet d0:67:e5:e8:d3:f8;
option host-name "c23";
fixed-address 192.168.0.124;
}
host c24 {
hardware ethernet d0:67:e5:e9:dc:f0;
option host-name "c24";
fixed-address 192.168.0.125;
}
host c25 {
hardware ethernet d0:67:e5:e8:d3:c2;
option host-name "c25";
fixed-address 192.168.0.126;
}
host c26 {
hardware ethernet d0:67:e5:e8:d3:3b;
option host-name "c26";
fixed-address 192.168.0.127;
}
host c27 {
hardware ethernet d0:67:e5:e9:4d:ec;
option host-name "c27";
fixed-address 192.168.0.128;
}
host c28 {
hardware ethernet d0:67:e5:e8:d3:ef;
option host-name "c28";
fixed-address 192.168.0.129;
}
host c29 {
hardware ethernet d0:67:e5:e8:d4:a6;
option host-name "c29";
fixed-address 192.168.0.130;
}
host c30 {
hardware ethernet bc:30:5b:e0:fe:6a;
option host-name "c30";
fixed-address 192.168.0.134;
}
host c31 {
hardware ethernet d4:ae:52:c7:cd:8e;
option host-name "c31";
fixed-address 192.168.0.151;
}
host c32 {
hardware ethernet d4:ae:52:c7:d1:e7;
option host-name "c32";
fixed-address 192.168.0.152;
}
host c33 {
hardware ethernet d4:ae:52:c7:cc:c8;
option host-name "c33";
fixed-address 192.168.0.153;
}
host c34 {
hardware ethernet d4:ae:52:c7:cd:40;
option host-name "c34";
fixed-address 192.168.0.154;
}
host c35 {
hardware ethernet d4:ae:52:c7:cd:22;
option host-name "c35";
fixed-address 192.168.0.155;
}
host c36 {
hardware ethernet d4:ae:52:c7:cd:c7;
option host-name "c36";
fixed-address 192.168.0.156;
}
host c37 {
hardware ethernet d4:ae:52:c7:cf:1a;
option host-name "c37";
fixed-address 192.168.0.157;
}
host c38 {
hardware ethernet d4:ae:52:c7:d2:9e;
option host-name "c38";
fixed-address 192.168.0.158;
}
host c39 {
hardware ethernet d4:ae:52:c7:ce:7b;
option host-name "c39";
fixed-address 192.168.0.159;
}
host c40 {
hardware ethernet d4:ae:52:c7:cd:49;
option host-name "c40";
fixed-address 192.168.0.160;
}
host c41 {
hardware ethernet d4:ae:52:c7:cd:10;
option host-name "c41";
fixed-address 192.168.0.161;
}
host c42 {
hardware ethernet d4:ae:52:c7:d0:37;
option host-name "c42";
fixed-address 192.168.0.162;
}
host c43 {
hardware ethernet d4:ae:52:c7:ce:b4;
option host-name "c43";
fixed-address 192.168.0.163;
}
host c44 {
hardware ethernet d4:ae:52:c7:cd:3a;
option host-name "c44";
fixed-address 192.168.0.164;
}
host c45 {
hardware ethernet d4:ae:52:c7:cd:7f;
option host-name "c45";
fixed-address 192.168.0.165;
}
host c46 {
hardware ethernet d4:ae:52:c7:cd:58;
option host-name "c46";
fixed-address 192.168.0.166;
}
host c47 {
hardware ethernet d4:ae:52:c7:cd:ca;
option host-name "c47";
fixed-address 192.168.0.167;
}
host c48 {
hardware ethernet d4:ae:52:c7:cd:04;
option host-name "c48";
fixed-address 192.168.0.168;
}
host c49 {
hardware ethernet d4:ae:52:c7:cc:fb;
option host-name "c49";
fixed-address 192.168.0.169;
}
host c50 {
hardware ethernet d4:ae:52:c7:cd:31;
option host-name "c50";
fixed-address 192.168.0.170;
}
host c51 {
hardware ethernet d4:ae:52:c8:34:73;
option host-name "c51";
fixed-address 192.168.0.171;
}
host c52 {
hardware ethernet d4:ae:52:c8:00:0c;
option host-name "c52";
fixed-address 192.168.0.172;
}
host c53 {
hardware ethernet d4:ae:52:c7:fb:14;
option host-name "c53";
fixed-address 192.168.0.173;
}
host c54 {
hardware ethernet d4:ae:52:c8:34:52;
option host-name "c54";
fixed-address 192.168.0.174;
}
host c55 {
hardware ethernet d4:ae:52:c7:fa:57;
option host-name "c55";
fixed-address 192.168.0.175;
}
host c56 {
hardware ethernet d4:ae:52:c8:38:bd;
option host-name "c56";
fixed-address 192.168.0.176;
}
host c57 {
hardware ethernet d4:ae:52:c7:fd:06;
option host-name "c57";
fixed-address 192.168.0.177;
}
host c58 {
hardware ethernet d4:ae:52:c7:fb:5f;
option host-name "c58";
fixed-address 192.168.0.178;
}
host c59 {
hardware ethernet d4:ae:52:c7:74:72;
option host-name "c59";
fixed-address 192.168.0.179;
}
host c60 {
hardware ethernet d4:ae:52:c8:36:80;
option host-name "c60";
fixed-address 192.168.0.180;
}
host c61 {
hardware ethernet d4:ae:52:c7:cf:3b;
option host-name "c61";
fixed-address 192.168.0.181;
}
host c62 {
hardware ethernet d4:ae:52:c7:cd:9d;
option host-name "c62";
fixed-address 192.168.0.182;
}
host s1 {
hardware ethernet d4:ae:52:c7:cf:3d;
option host-name "s1";
fixed-address 192.168.0.120;
}
}