for one to truly understand the depths of dhcpd, one must become dhcpd
This commit is contained in:
parent
9759186e1f
commit
97b47fcb68
1 changed files with 2 additions and 14 deletions
|
@ -787,13 +787,13 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
}
|
||||
|
||||
host qa01-mgmt {
|
||||
hardware ethernet 00:21:5e:cb:4f:f1;
|
||||
hardware ethernet 4c:d9:8f:03:95:28;
|
||||
fixed-address 10.5.130.185;
|
||||
option host-name "qa01-mgmt";
|
||||
}
|
||||
|
||||
host qa02-mgmt {
|
||||
hardware ethernet 00:21:5e:ca:c6:b5;
|
||||
hardware ethernet 4c:d9:8f:04:3d:1c;
|
||||
fixed-address 10.5.130.186;
|
||||
option host-name "qa02-mgmt";
|
||||
}
|
||||
|
@ -953,18 +953,6 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
option host-name "ppc9-01";
|
||||
}
|
||||
|
||||
host qa01 {
|
||||
hardware ethernet 4c:d9:8f:03:95:28;
|
||||
fixed-address 10.5.130.185;
|
||||
option host-name "qa01";
|
||||
}
|
||||
|
||||
host qa02 {
|
||||
hardware ethernet 4c:d9:8f:04:3d:1c;
|
||||
fixed-address 10.5.130.186;
|
||||
option host-name "qa02";
|
||||
}
|
||||
|
||||
host dell-fx01-mgmt {
|
||||
hardware ethernet f4:8e:38:c1:3f:b6;
|
||||
fixed-address 10.5.130.42;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue