Setup pxe for bvirthost03
This commit is contained in:
parent
c81297239e
commit
78e42b76ba
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue