New host: cannelloni.

This commit is contained in:
Markus 2017-03-20 20:02:03 +01:00
parent bc270519b0
commit 1cbb6e7f1d
3 changed files with 9 additions and 2 deletions

View File

@ -79,6 +79,11 @@ subnet 172.23.4.0 netmask 255.255.255.0 {
# Fixed IPs
host cannelloni {
hardware ethernet 00:10:f3:15:88:ac;
fixed-address cannelloni.binary.kitchen;
}
host cashdesk {
hardware ethernet 00:0b:ca:94:13:f1;
fixed-address cashdesk.binary.kitchen;

View File

@ -1,7 +1,7 @@
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2017021801; serial
2017031901; serial
1d; refresh
2h; retry
4w; expire
@ -26,6 +26,7 @@ $TTL 1h ; default time-to-live
12.2 IN PTR lock.binary.kitchen.
13.2 IN PTR matrix.binary.kitchen.
35.2 IN PTR sushi.binary.kitchen.
43.2 IN PTR cannelloni.binary.kitchen.
44.2 IN PTR cashdesk.binary.kitchen.
60.2 IN PTR punsch.binary.kitchen.
91.2 IN PTR spiegelei.binary.kitchen.

View File

@ -1,7 +1,7 @@
$ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2017021801; serial
2017031901; serial
1d; refresh
2h; retry
4w; expire
@ -40,6 +40,7 @@ homer IN A 172.23.2.11
lock IN A 172.23.2.12
matrix IN A 172.23.2.13
sushi IN A 172.23.2.35
cannelloni IN A 172.23.2.43
cashdesk IN A 172.23.2.44
punsch IN A 172.23.2.60
spiegelei IN A 172.23.2.91