h/m/customs: dhcp updates for printers

Moved voron static ip allocation to wired ethernet.
Added entries for Czechu's prusa mini which will be staying here for a
few months at least.
Removed oki allocation.
Added entries for new kyocera.
Kodak SBC upgrade -> new mac.

Change-Id: I503f2c1cffa913543102ee4d91a16548f9126d2d
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1947
Reviewed-by: q3k <q3k@hackerspace.pl>
changes/47/1947/5
ar 2024-04-02 14:22:37 +02:00 committed by ar
parent aa4b72e50e
commit d055238030
2 changed files with 8 additions and 6 deletions

View File

@ -66,9 +66,6 @@ in {
# pp = "no"
# }'
"00:0e:35:1d:a1:a4" = { ip = "10.8.1.18"; hostname = "laser"; };
# set here just for completeness sake; the printer for some
# reason doesn't accept dhcp offers from kea.
"00:25:36:de:27:56" = { ip = "10.8.1.20"; hostname = "oki"; };
"00:1b:a9:24:96:e2" = { ip = "10.8.1.21"; hostname = "brother"; };
"00:07:4d:4d:71:e4" = { ip = "10.8.1.22"; hostname = "zebra"; };
"00:30:C1:62:61:23" = { ip = "10.8.1.23"; hostname = "lj2100"; };
@ -95,9 +92,12 @@ in {
"dc:a6:32:b1:68:d7" = { ip = "10.8.1.53"; hostname = "tv1"; };
"dc:a6:32:b1:68:83" = { ip = "10.8.1.54"; hostname = "tv2"; };
# kodak
"b8:27:eb:d7:b9:ae" = { ip = "10.8.1.55"; hostname = "akamanto"; };
"d8:3a:dd:bb:6f:f2" = { ip = "10.8.1.55"; hostname = "akamanto"; };
# voron
"b8:27:eb:00:f8:f5" = { ip = "10.8.1.56"; hostname = "karasu-tengu"; };
"b8:27:eb:55:ad:a0" = { ip = "10.8.1.56"; hostname = "karasutengu"; };
# czechu's prusa mini
"10:9c:70:08:84:89" = { ip = "10.8.1.57"; hostname = "prusamini"; };
"00:17:c8:d9:2e:08" = { ip = "10.8.1.58"; hostname = "kyocera"; };
};
}
{ # bms

View File

@ -1,7 +1,7 @@
$ORIGIN .
$TTL 180
waw.hackerspace.pl IN SOA customs.hackerspace.pl. bofh.hackerspace.pl. (
1709599933; serial
1712066975; serial
1800 ; refresh (30 minutes)
1800 ; retry (30 minutes)
604800 ; expire (1 week)
@ -74,6 +74,8 @@ akamanto A 10.8.1.55
kodak CNAME akamanto
karasutengu A 10.8.1.56
voron CNAME karasutengu
prusamini A 10.8.1.57
kyocera A 10.8.1.58
dht01api A 94.240.35.98