From 4fa54f73fea4e506155b4d03b8480a5cac5ad2cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Tue, 20 Nov 2018 16:13:05 +0100 Subject: [PATCH] Updated pns.usr.f29 (added 2n devices). --- .../install/var/named/228.10.in-addr.arpa.zone | 10 +++++++++- .../install/var/named/usr.user.hu.zone | 15 ++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/sources/pns.usr.f29/postinstall/install/var/named/228.10.in-addr.arpa.zone b/sources/pns.usr.f29/postinstall/install/var/named/228.10.in-addr.arpa.zone index ba90411..424f454 100644 --- a/sources/pns.usr.f29/postinstall/install/var/named/228.10.in-addr.arpa.zone +++ b/sources/pns.usr.f29/postinstall/install/var/named/228.10.in-addr.arpa.zone @@ -1,6 +1,6 @@ $TTL 86400 @ IN SOA ns.usr.user.hu. hostmaster.mx.usr.user.hu. ( - 2018103001 ; Serial + 2018112001 ; Serial 86400 ; Refresh (1 day) 7200 ; Retry (2 hours) 2419200 ; Expire (4 weeks) @@ -18,6 +18,14 @@ $TTL 86400 196.248 IN PTR archer-c5-sf 66.248 IN PTR archer-c5-ff +; ================================================================ +; 2N/two n (tn = 20 * 10 + 15 = 215) +; ================================================================ +196.215 IN PTR tn-phone-sf.usr.user.hu. +76.215 IN PTR tn-intercom-gf.usr.user.hu. +66.215 IN PTR tn-phone-ff.usr.user.hu. +13.215 IN PTR tn-ac.usr.user.hu. + ; ================================================================ ; servers (sv = 19 * 10 + 22 = 212) ; ================================================================ diff --git a/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone b/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone index a0adccc..a41da54 100644 --- a/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone +++ b/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone @@ -1,6 +1,6 @@ $TTL 86400 @ IN SOA ns.usr.user.hu. hostmaster.mx.usr.user.hu. ( - 2018111601 ; Serial + 2018112001 ; Serial 86400 ; Refresh (1 day) 7200 ; Retry (2 hours) 2419200 ; Expire (4 weeks) @@ -18,6 +18,14 @@ $TTL 86400 archer-c5-sf IN A 10.228.248.196 ; sf (second floor) archer-c5-ff IN A 10.228.248.66 ; ff (first floor) +; ================================================================ +; 2N/two n (tn = 20 * 10 + 15 = 215) +; ================================================================ +tn-phone-sf IN A 10.228.215.196 ; sf (second floor) +tn-intercom-gf IN A 10.228.215.76 ; gf (ground floor) +tn-phone-ff IN A 10.228.215.66 ; ff (first floor) +tn-ac IN A 10.228.215.13 ; ac (access control) + ; ================================================================ ; servers (sv = 19 * 10 + 22 = 212) ; ================================================================ @@ -335,6 +343,11 @@ azsgpfs2 IN A 10.228.36.88 ; gp + 2 azsgpfs1 IN A 10.228.36.87 ; gp + 1 azsgpfs IN A 10.228.36.86 ; gp +; ================================================================ +; 2N (tn = 2 * 10 + 15 = 35) +; ================================================================ +ac IN A 10.228.34.233 + ; ================================================================ ; capi development (cd = 3 * 10 + 4 = 34) ; ================================================================ -- 2.54.0