box needs a specific file name for tftp boot to work

This commit is contained in:
Stephen Smoogen 2018-12-19 23:29:27 +00:00
parent 791d46baeb
commit 42a6170146

View file

@ -98,6 +98,7 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
fixed-address 10.5.125.2;
next-server 10.5.126.41;
option host-name "test-box01-b";
filename "pxelinux.0";
}
host bvirthost07 {
@ -415,6 +416,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
fixed-address 10.5.126.2;
next-server 10.5.126.41;
option host-name "test-box01";
filename "pxelinux.0";
}
host download02 {
@ -511,6 +513,7 @@ subnet 10.5.127.0 netmask 255.255.255.0 {
fixed-address 10.5.127.2;
next-server 10.5.126.41;
option host-name "test-box01";
filename "pxelinux.0";
}
}