hey do you know that putting stuff in the right network can make dhcp actually work. huh me either.
This commit is contained in:
parent
48425f4222
commit
51a96dcff2
1 changed files with 17 additions and 16 deletions
|
@ -351,22 +351,6 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
||||||
option host-name "ppc-build01-mgmt";
|
option host-name "ppc-build01-mgmt";
|
||||||
}
|
}
|
||||||
|
|
||||||
host qa12 {
|
|
||||||
hardware ethernet C8:1F:66:CA:91:17;
|
|
||||||
fixed-address 10.5.130.20;
|
|
||||||
}
|
|
||||||
|
|
||||||
host qa13 {
|
|
||||||
hardware ethernet C8:1F:66:CA:93:7F;
|
|
||||||
fixed-address 10.5.130.21;
|
|
||||||
}
|
|
||||||
|
|
||||||
host qa14 {
|
|
||||||
hardware ethernet C8:1F:66:CD:9D:4D;
|
|
||||||
fixed-address 10.5.130.22;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ARM MGMT VLAN
|
# ARM MGMT VLAN
|
||||||
|
@ -1448,6 +1432,23 @@ shared-network qa {
|
||||||
option host-name "virthost-comm01";
|
option host-name "virthost-comm01";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host qa12 {
|
||||||
|
hardware ethernet C8:1F:66:CA:91:17;
|
||||||
|
fixed-address 10.5.131.20;
|
||||||
|
}
|
||||||
|
|
||||||
|
host qa13 {
|
||||||
|
hardware ethernet C8:1F:66:CA:93:7F;
|
||||||
|
fixed-address 10.5.131.21;
|
||||||
|
}
|
||||||
|
|
||||||
|
host qa14 {
|
||||||
|
hardware ethernet C8:1F:66:CD:9D:4D;
|
||||||
|
fixed-address 10.5.131.22;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# All staticly assigned, but listed here for completeness.
|
# All staticly assigned, but listed here for completeness.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue