maybe this will make pxe boot work again?
This commit is contained in:
parent
8ad6685709
commit
9b284e3799
1 changed files with 10 additions and 0 deletions
|
@ -335,8 +335,18 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
||||||
fixed-address 10.5.126.142;
|
fixed-address 10.5.126.142;
|
||||||
next-server 10.5.126.41;
|
next-server 10.5.126.41;
|
||||||
option host-name "virthost02";
|
option host-name "virthost02";
|
||||||
|
filename "pxelinux.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host virthost03 {
|
||||||
|
hardware ethernet f0:1f:af:e1:d9:d8;
|
||||||
|
fixed-address 10.5.126.143;
|
||||||
|
next-server 10.5.126.41;
|
||||||
|
option host-name "virthost03";
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
host virthost06 {
|
host virthost06 {
|
||||||
hardware ethernet 18:66:da:f7:7a:58;
|
hardware ethernet 18:66:da:f7:7a:58;
|
||||||
fixed-address 10.5.126.146;
|
fixed-address 10.5.126.146;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue