... | ... | @@ -14,7 +14,7 @@ http://www.server-world.info/en/note?os=CentOS_6&p=pxe&f=4 |
|
|
- install dhcpd like described in guide 1.
|
|
|
- configure dhcpd to provide individual PXE boot information for each diskless server
|
|
|
|
|
|
...
|
|
|
```
|
|
|
# Uni Ulm DNS server
|
|
|
option domain-name-servers 134.60.1.111;
|
|
|
|
... | ... | @@ -26,8 +26,7 @@ max-lease-time 7200; |
|
|
|
|
|
# this DHCP server to be declared valid
|
|
|
authoritative;
|
|
|
...
|
|
|
...
|
|
|
|
|
|
# specify network address and subnet mask
|
|
|
subnet 10.1.1.0 netmask 255.255.255.0 {
|
|
|
# specify the range of lease IP address
|
... | ... | @@ -50,7 +49,7 @@ subnet 10.1.1.0 netmask 255.255.255.0 { |
|
|
filename "computenode08/pxelinux.0";
|
|
|
}
|
|
|
}
|
|
|
...
|
|
|
```
|
|
|
|
|
|
## previous attempt
|
|
|
- saved computenode12 MAC addresses in a txt file
|
... | ... | |