X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2c9175d47a68eb6deb9e414a498569b3671f41b9..4b9ff0fb9a716ff89b779eac80c7e36cffbaa062:/cookbooks/dhcpd/templates/default/dhcpd.conf.erb diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 3fc6e34ce..1d3ef5bc5 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -141,6 +141,12 @@ host odin.oob.openstreetmap.org { fixed-address odin.oob.openstreetmap.org; } +host oob1.dub.openstreetmap.org { + hardware ethernet dc:a6:32:ec:d4:ee; + server-name "oob1.dub.openstreetmap.org"; + fixed-address oob1.dub.openstreetmap.org; +} + host orm.oob.openstreetmap.org { hardware ethernet 00:e0:81:c5:26:80; server-name "orm.oob.openstreetmap.org";