box needs a specific file name for tftp boot to work
This commit is contained in:
parent
791d46baeb
commit
42a6170146
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue