From 4b9ff0fb9a716ff89b779eac80c7e36cffbaa062 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 27 Sep 2021 00:20:28 +0100 Subject: [PATCH] Add address for Dulin OOB machine --- cookbooks/dhcpd/templates/default/dhcpd.conf.erb | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- 2.43.2