and dhcpd doesnt like the syntax from the manual. lovely
This commit is contained in:
parent
0d8757ee0e
commit
99638f4f80
1 changed files with 3 additions and 11 deletions
|
@ -164,22 +164,14 @@ subnet 10.5.124.128 netmask 255.255.255.128 {
|
|||
option routers 10.5.124.254;
|
||||
|
||||
range 10.5.124.240 10.5.124.249;
|
||||
|
||||
class "pxeclients" {
|
||||
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
|
||||
next-server 10.5.126.41;
|
||||
|
||||
if option arch = 00:07 {
|
||||
filename "EFI/shim.efi";
|
||||
} else {
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
}
|
||||
next-server 10.5.126.41;
|
||||
|
||||
host retrace03 {
|
||||
hardware ethernet ec:f4:bb:c0:38:a0;
|
||||
fixed-address 10.5.124.230;
|
||||
option host-name "retrace03.qa.fedoraproject.org";
|
||||
next-server 10.5.126.41;
|
||||
filename "EFI/shim.efi";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue