add bvirthost05 to dhcp
This commit is contained in:
parent
5f7ccbbd40
commit
90207603b2
1 changed files with 8 additions and 0 deletions
|
@ -294,6 +294,14 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
|
||||||
filename "pxelinux.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 {
|
group macs {
|
||||||
allow booting;
|
allow booting;
|
||||||
allow bootp;
|
allow bootp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue