X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/86898a31f214bac7388638245ab63ad1287d966e..2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b:/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 a57aa81af..b5c8dae33 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -29,7 +29,7 @@ subnet <%= interface[:network] %> netmask <%= interface[:netmask] %> { <% end -%> host oob1.ams.openstreetmap.org { - hardware ethernet dc:a6:32:49:56:da; + hardware ethernet ea:e4:8e:c2:5b:19; server-name "oob1.ams.openstreetmap.org"; fixed-address oob1.ams.openstreetmap.org; } @@ -47,7 +47,7 @@ host pdu2.ams.openstreetmap.org { } host oob1.dub.openstreetmap.org { - hardware ethernet f6:43:70:77:29:60; + hardware ethernet 62:bd:62:a6:05:25; server-name "oob1.dub.openstreetmap.org"; fixed-address oob1.dub.openstreetmap.org; }