h/m/customs: static ip + dns for kodak and voron 3d printers

Change-Id: Ifb200fb703dc3180bd4d7c4efa9c4138e5d434fc
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1921
Reviewed-by: informatic <informatic@hackerspace.pl>
Reviewed-by: q3k <q3k@hackerspace.pl>
changes/21/1921/3
ar 2024-03-04 11:28:16 +01:00 committed by informatic
parent cebcddfbfa
commit e9965d38f5
2 changed files with 16 additions and 2 deletions

View File

@ -152,6 +152,17 @@ subnet 10.8.0.0 netmask 255.255.0.0 {
fixed-address 10.8.1.54;
}
# kodak
host akamanto {
hardware ethernet b8:27:eb:d7:b9:ae;
fixed-address 10.8.1.55;
}
# voron
host karasu-tengu {
hardware ethernet b8:27:eb:00:f8:f5;
fixed-address 10.8.1.56;
}
}
# Printer subnet (10.10.7.0/24) has ip-helper 10.8.1.2 set on hs-core01.

View File

@ -1,7 +1,7 @@
$ORIGIN .
$TTL 180
waw.hackerspace.pl IN SOA customs.hackerspace.pl. bofh.hackerspace.pl. (
1657149584; serial
1709599933; serial
1800 ; refresh (30 minutes)
1800 ; retry (30 minutes)
604800 ; expire (1 week)
@ -70,7 +70,10 @@ blitzloop A 10.8.1.51
tronxy A 10.8.1.52
tv1 A 10.8.1.53
tv2 A 10.8.1.54
akamanto A 10.8.1.55
kodak CNAME akamanto
karasutengu A 10.8.1.56
voron CNAME karasutengu
dht01api A 94.240.35.98