From 2c9175d47a68eb6deb9e414a498569b3671f41b9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 26 Sep 2021 22:51:16 +0100 Subject: [PATCH] Add OOB address for culebre --- 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 e167fd092..3fc6e34ce 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -45,6 +45,12 @@ host clifford.oob.openstreetmap.org { fixed-address clifford.oob.openstreetmap.org; } +host culebre.oob.openstreetmap.org { + hardware ethernet 3c:ec:ef:2f:29:41; + server-name "culebre.oob.openstreetmap.org"; + fixed-address culebre.oob.openstreetmap.org; +} + host draco.oob.openstreetmap.org { hardware ethernet 9c:8e:99:25:99:7d; server-name "draco.oob.openstreetmap.org"; -- 2.43.2