|
@@ -1,38 +0,0 @@
|
1
|
|
-ddns-update-style none;
|
2
|
|
-
|
3
|
|
-option classless-routes code 121 = array of unsigned integer 8;
|
4
|
|
-option classless-routes-win code 249 = array of unsigned integer 8;
|
5
|
|
-
|
6
|
|
-default-lease-time 600;
|
7
|
|
-max-lease-time 7200;
|
8
|
|
-
|
9
|
|
-use-host-decl-names on;
|
10
|
|
-
|
11
|
|
-authoritative;
|
12
|
|
-
|
13
|
|
-log-facility local7;
|
14
|
|
-
|
15
|
|
-subnet 10.15.100.0 netmask 255.255.255.0 {
|
16
|
|
-
|
17
|
|
- range 10.15.100.50 10.15.100.250;
|
18
|
|
- option subnet-mask 255.255.255.0;
|
19
|
|
- option broadcast-address 10.15.100.255;
|
20
|
|
- option routers 10.15.100.2;
|
21
|
|
-
|
22
|
|
- option domain-name "site.rthoni.com rthoni.com";
|
23
|
|
- option domain-name-servers 10.15.100.1;
|
24
|
|
-
|
25
|
|
- #option classless-routes 24, 10,15,42, 10.15.12,2;
|
26
|
|
- #option classless-routes-win 24, 10,15,42, 10.15.12,2;
|
27
|
|
-
|
28
|
|
- next-server 10.15.100.2;
|
29
|
|
- if exists user-class and ( option user-class = "iPXE-rthoni" ) {
|
30
|
|
- filename "http://netboot/boot.ipxe";
|
31
|
|
- }
|
32
|
|
- else {
|
33
|
|
- filename "ipxe-rthoni.kpxe";
|
34
|
|
- }
|
35
|
|
- option root-path "10.15.100.1:/pxeroot/ubuntu";
|
36
|
|
-
|
37
|
|
-}
|
38
|
|
-
|