put in dhcpd data for ppc09-04
This commit is contained in:
parent
35ff299cbd
commit
776fccd57a
1 changed files with 8 additions and 5 deletions
|
@ -595,8 +595,6 @@ host bvmhost-a64-04 {
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
host qvmhost-x86-01 {
|
host qvmhost-x86-01 {
|
||||||
hardware ethernet E4:43:4B:A8:C1:FE;
|
hardware ethernet E4:43:4B:A8:C1:FE;
|
||||||
fixed-address 10.3.174.11;
|
fixed-address 10.3.174.11;
|
||||||
|
@ -637,7 +635,6 @@ host bvmhost-p09-01 {
|
||||||
next-server 10.3.163.10;
|
next-server 10.3.163.10;
|
||||||
option routers 10.3.171.254;
|
option routers 10.3.171.254;
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
# filename "boot/grub2/powerpc-ieee1275/core.elf";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
host bvmhost-p09-02 {
|
host bvmhost-p09-02 {
|
||||||
|
@ -646,16 +643,22 @@ host bvmhost-p09-02 {
|
||||||
next-server 10.3.163.10;
|
next-server 10.3.163.10;
|
||||||
option routers 10.3.171.254;
|
option routers 10.3.171.254;
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
# filename "boot/grub2/powerpc-ieee1275/core.elf";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host bvmhost-p64-04 {
|
||||||
|
fixed-address 10.3.171.18;
|
||||||
|
next-server 10.3.163.10;
|
||||||
|
option routers 10.3.171.254;
|
||||||
|
option subnet-mask 255.255.255.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
host bvmhost-p08-01 {
|
host bvmhost-p08-01 {
|
||||||
hardware ethernet 98:be:94:68:a7:e0;
|
hardware ethernet 98:be:94:68:a7:e0;
|
||||||
fixed-address 10.3.171.11;
|
fixed-address 10.3.171.11;
|
||||||
next-server 10.3.163.10;
|
next-server 10.3.163.10;
|
||||||
option routers 10.3.171.254;
|
option routers 10.3.171.254;
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
# filename "boot/grub2/powerpc-ieee1275/core.elf";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue