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 <tom@lfence.de>
This commit is contained in:
Thomas 2022-01-14 22:23:01 +01:00
parent b23c62e0e9
commit e0c869819b
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}