diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index f57239c104..71a75d792c 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -93,6 +93,13 @@ subnet 10.5.125.0 netmask 255.255.255.0 { } + host test-box01 { + hardware ethernet f0:1f:af:e3:66:6c; + fixed-address 10.5.125.2; + next-server 10.5.126.41; + option host-name "test-box01"; + } + host bvirthost07 { hardware ethernet 90:B1:1C:32:7E:8E; fixed-address 10.5.125.122; @@ -403,11 +410,11 @@ subnet 10.5.126.0 netmask 255.255.255.0 { filename "pxelinux.0"; } - host download01 { + host test-box01 { hardware ethernet f0:1f:af:e3:66:6c; - fixed-address 10.5.126.93; + fixed-address 10.5.126.2; next-server 10.5.126.41; - option host-name "download01"; + option host-name "test-box01"; } host download02 {