add bvirthost05 to dhcp

This commit is contained in:
Kevin Fenzi 2017-08-19 16:37:00 +00:00
parent 5f7ccbbd40
commit 90207603b2

View file

@ -294,6 +294,14 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
filename "pxelinux.0";
}
host bvirthost05 {
hardware ethernet 80:18:44:DE:4D:FC;
fixed-address 10.5.125.121;
next-server 10.5.125.43;
option host-name "bvirthost05.phx2.fedoraproject.org";
filename "pxelinux.0";
}
group macs {
allow booting;
allow bootp;