Setup pxe for bvirthost03

This commit is contained in:
Kevin Fenzi 2017-01-18 22:05:29 +00:00
parent c81297239e
commit 78e42b76ba

View file

@ -133,11 +133,11 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
filename "pxelinux.0";
}
host buildvmhost-11 {
host bvirthost03 {
hardware ethernet 00:25:B5:FF:00:01;
fixed-address 10.5.125.133;
fixed-address 10.5.125.80;
next-server 10.5.125.43;
option host-name "buildvmhost-11";
option host-name "bvirthost03";
filename "pxelinux.0";
}