diff options
| -rw-r--r-- | roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org | 14 |
1 files changed, 14 insertions, 0 deletions
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 95f744ffc..cb724380e 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -374,6 +374,20 @@ subnet 10.5.130.0 netmask 255.255.255.0 { option host-name "apc-rack16-a"; } + host dell-fx01 { + hardware ethernet f4:8e:38:c1:3f:b6; + fixed-address 10.5.130.42; + option host-name "dell-fx01"; + } + + host dell-fx02 { + hardware ethernet f4:8e:38:c1:48:c6; + fixed-address 10.5.130.43; + option host-name "dell-fx02"; + } + + + } # ARM MGMT VLAN |
