for one to truly understand the depths of dhcpd, one must become dhcpd

This commit is contained in:
Stephen Smoogen 2018-12-04 22:46:50 +00:00
parent 9759186e1f
commit 97b47fcb68

View file

@ -787,13 +787,13 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
} }
host qa01-mgmt { 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; fixed-address 10.5.130.185;
option host-name "qa01-mgmt"; option host-name "qa01-mgmt";
} }
host qa02-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; fixed-address 10.5.130.186;
option host-name "qa02-mgmt"; option host-name "qa02-mgmt";
} }
@ -953,18 +953,6 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
option host-name "ppc9-01"; 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 { host dell-fx01-mgmt {
hardware ethernet f4:8e:38:c1:3f:b6; hardware ethernet f4:8e:38:c1:3f:b6;
fixed-address 10.5.130.42; fixed-address 10.5.130.42;