put in the bvirthost04 items
This commit is contained in:
parent
1a9e4d2e9d
commit
2e5c7ad77a
4 changed files with 25 additions and 2 deletions
|
@ -68,14 +68,23 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
|
|||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host bvirthost04 {
|
||||
host junk01 {
|
||||
hardware ethernet E4:1F:13:BA:E8:28;
|
||||
fixed-address 10.5.125.127;
|
||||
next-server 10.5.125.43;
|
||||
option host-name "junk01";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host bvirthost04 {
|
||||
hardware ethernet 18:66:DA:F7:61:58;
|
||||
fixed-address 10.5.125.76;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "bvirthost04";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
|
||||
host bvirthost06 {
|
||||
hardware ethernet 00:25:B5:FF:00:09;
|
||||
fixed-address 10.5.125.120;
|
||||
|
|
|
@ -212,6 +212,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
option log-servers 10.5.126.29;
|
||||
range 10.5.130.10 10.5.130.19;
|
||||
|
||||
host bvirthost04-mgmt {
|
||||
hardware ethernet 84:7B:EB:F3:BC:7A;
|
||||
fixed-address 10.5.130.199;
|
||||
option host-name "bvirthost04-mgmt";
|
||||
}
|
||||
|
||||
host bc1-mgmt {
|
||||
hardware ethernet 00:11:25:c3:65:46;
|
||||
fixed-address 10.5.130.221;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue