From e0c869819b788490c3da4daaae4719c814205e35 Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Fri, 14 Jan 2022 22:23:01 +0100 Subject: [PATCH] dhcpd: update mac address of 3D-Printer Raspberry Pi's Update mac address of cannelloni.binary.kitchen, maccaroni.binary.kitchen, noodlehub.binary.kitchen and spaghetti.binary.kitchen Signed-off-by: Thomas Schmid --- roles/dhcpd/templates/dhcp/dhcpd.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index 1ca8f39..8442d81 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -173,7 +173,7 @@ host bowle { } host cannelloni { - hardware ethernet 00:10:f3:15:88:ac; + hardware ethernet b8:27:eb:18:5c:11; fixed-address cannelloni.binary.kitchen; } @@ -203,7 +203,7 @@ host lock { } host maccaroni { - hardware ethernet b8:27:eb:18:5c:11; + hardware ethernet b8:27:eb:f5:9e:a1; fixed-address maccaroni.binary.kitchen; } @@ -223,7 +223,7 @@ host mpcnc { } host noodlehub { - hardware ethernet b8:27:eb:eb:e5:88; + hardware ethernet b8:27:eb:56:2b:7c; fixed-address noodlehub.binary.kitchen; } @@ -238,7 +238,7 @@ host pizza { } host spaghetti { - hardware ethernet b8:27:eb:e3:e9:f1; + hardware ethernet b8:27:eb:eb:e5:88; fixed-address spaghetti.binary.kitchen; }