... | ... | @@ -41,13 +41,19 @@ subnet 10.1.1.0 netmask 255.255.255.0 { |
|
|
|
|
|
# add fixed hosts here
|
|
|
host myhost {
|
|
|
# MAC that distinguishes the computenode
|
|
|
hardware ethernet 00:1E:67:39:84:03;
|
|
|
fixed-address 10.1.1.108;
|
|
|
option host-name "computenode08";
|
|
|
ddns-hostname "computenode08";
|
|
|
# server that hosts the TFTP boot information
|
|
|
next-server 10.1.1.12;
|
|
|
# path from the TFTP root to the bootstrap kernel
|
|
|
filename "computenode08/pxelinux.0";
|
|
|
}
|
|
|
|
|
|
# add more hosts here
|
|
|
...
|
|
|
}
|
|
|
```
|
|
|
|
... | ... | |