From 4c749bbf1e706caf3211d49e56ef15ee0c1b513b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 3 Oct 2013 17:42:50 +0100 Subject: [PATCH 1/1] Add DHCP entry for noquiklos OOB card --- 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 1872158a4..b7e74507f 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -80,6 +80,12 @@ host idris.oob.openstreetmap.org { fixed-address idris.oob.openstreetmap.org; } +host noquiklos.oob.openstreetmap.org { + hardware ethernet 18:a9:05:70:b0:1e; + server-name "noquiklos.oob.openstreetmap.org"; + fixed-address noquiklos.oob.openstreetmap.org; +} + host norbert.oob.openstreetmap.org { hardware ethernet 00:1c:c4:7c:14:f6; server-name "norbert.oob.openstreetmap.org"; -- 2.43.2