X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2853b414b3706db2890068f45a91b170058168cd..60d3502c2162c65defb0c370c275c9d8d7fafa4d:/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 1313b59d2..49115c440 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -92,6 +92,12 @@ host draco.oob.openstreetmap.org { fixed-address draco.oob.openstreetmap.org; } +host dribble.oob.openstreetmap.org { + hardware ethernet 80:30:e0:3e:e0:a0; + server-name "dribble.oob.openstreetmap.org"; + fixed-address dribble.oob.openstreetmap.org; +} + host dulcy.oob.openstreetmap.org { hardware ethernet 0c:c4:7a:66:ce:95; server-name "dulcy.oob.openstreetmap.org"; @@ -362,6 +368,12 @@ host thorn-03.oob.openstreetmap.org { fixed-address thorn-03.oob.openstreetmap.org; } +host vhagar.oob.openstreetmap.org { + hardware ethernet 80:30:e0:3e:11:a0; + server-name "vhagar.oob.openstreetmap.org"; + fixed-address vhagar.oob.openstreetmap.org; +} + host ysera.oob.openstreetmap.org { hardware ethernet ac:1f:6b:c1:40:2a; server-name "ysera.oob.openstreetmap.org";