X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3c54ec033cbaa0e1cb58c7157c5741d857e36613..b84127712370d0442c31dca0ec88f6a5843f63de:/cookbooks/dhcpd/templates/default/dhcpd.conf.erb?ds=inline diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 0e4c9653f..6728745ba 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -45,7 +45,7 @@ host bowser.oob.openstreetmap.org { } host clifford.oob.openstreetmap.org { - hardware ethernet 00:1a:4b:a5:bd:2a; + hardware ethernet 1c:c1:de:78:20:d6; server-name "clifford.oob.openstreetmap.org"; fixed-address clifford.oob.openstreetmap.org; } @@ -164,6 +164,12 @@ host spike-03.oob.openstreetmap.org { fixed-address spike-03.oob.openstreetmap.org; } +host tiamat-22.oob.openstreetmap.org { + hardware ethernet 00:25:90:29:a8:01; + server-name "tiamat-22.oob.openstreetmap.org"; + fixed-address tiamat-22.oob.openstreetmap.org; +} + host thorn-01.oob.openstreetmap.org { hardware ethernet 00:19:bb:35:87:94; server-name "thorn-01.oob.openstreetmap.org";