From d9d138a5a2babbee77fca5b76db47124d270e1de Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 26 Jul 2018 00:27:16 +0100 Subject: [PATCH] Update MAC addresses for OOB cards on Amsterdam spikes and thorns --- cookbooks/dhcpd/templates/default/dhcpd.conf.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index f71fb96d4..c485106df 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -111,19 +111,19 @@ host smaug.oob.openstreetmap.org { } host spike-01.oob.openstreetmap.org { - hardware ethernet 00:1a:4b:a5:bd:2a; + hardware ethernet 1c:c1:de:e8:1a:1c; server-name "spike-01.oob.openstreetmap.org"; fixed-address spike-01.oob.openstreetmap.org; } host spike-02.oob.openstreetmap.org { - hardware ethernet 00:1b:78:04:37:de; + hardware ethernet 68:b5:99:af:d6:9c; server-name "spike-02.oob.openstreetmap.org"; fixed-address spike-02.oob.openstreetmap.org; } host spike-03.oob.openstreetmap.org { - hardware ethernet 00:19:bb:39:3c:64; + hardware ethernet 1c:c1:de:79:61:98; server-name "spike-03.oob.openstreetmap.org"; fixed-address spike-03.oob.openstreetmap.org; } @@ -189,19 +189,19 @@ host tiamat-23.oob.openstreetmap.org { } host thorn-01.oob.openstreetmap.org { - hardware ethernet 00:19:bb:35:87:94; + hardware ethernet 44:1e:a1:57:8f:fe; server-name "thorn-01.oob.openstreetmap.org"; fixed-address thorn-01.oob.openstreetmap.org; } host thorn-02.oob.openstreetmap.org { - hardware ethernet 00:19:bb:39:9b:a6; + hardware ethernet e4:11:5b:ce:e8:aa; server-name "thorn-02.oob.openstreetmap.org"; fixed-address thorn-02.oob.openstreetmap.org; } host thorn-03.oob.openstreetmap.org { - hardware ethernet 00:19:bb:37:f3:ce; + hardware ethernet 44:1e:a1:60:1f:92; server-name "thorn-03.oob.openstreetmap.org"; fixed-address thorn-03.oob.openstreetmap.org; } -- 2.43.2