From: Zoltán Felleg Date: Mon, 4 Jan 2021 09:34:31 +0000 (+0100) Subject: Updated pns.usr (added the new wifi routers to DNS). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=cacefddcc7343ecfcf8945269c0abe49d66205d8;p=user-lxc.git Updated pns.usr (added the new wifi routers to DNS). --- diff --git a/sources/pns.usr/postinstall/install/var/named/228.10.in-addr.arpa.zone b/sources/pns.usr/postinstall/install/var/named/228.10.in-addr.arpa.zone index e0a10c4..d79880e 100644 --- a/sources/pns.usr/postinstall/install/var/named/228.10.in-addr.arpa.zone +++ b/sources/pns.usr/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. ( - 2020112401 ; Serial + 2021010401 ; Serial 86400 ; Refresh (1 day) 7200 ; Retry (2 hours) 2419200 ; Expire (4 weeks) @@ -15,8 +15,10 @@ $TTL 86400 ; ================================================================ ; wifi routers (wr = 23 * 10 + 18 = 248) ; ================================================================ -196.248 IN PTR archer-c5-sf.usr.user.hu. -66.248 IN PTR archer-c5-ff.usr.user.hu. +206.248 IN PTR archer-c5-tf.usr.user.hu. +196.248 IN PTR archer-c6-sf.usr.user.hu. +193.248 IN PTR archer-c5-sc.usr.user.hu. +66.248 IN PTR archer-c6-ff.usr.user.hu. ; ================================================================ ; UPSes (up = 21 * 10 + 16 = 226) diff --git a/sources/pns.usr/postinstall/install/var/named/usr.user.hu.zone b/sources/pns.usr/postinstall/install/var/named/usr.user.hu.zone index fa92f22..1763a5e 100644 --- a/sources/pns.usr/postinstall/install/var/named/usr.user.hu.zone +++ b/sources/pns.usr/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. ( - 2020112401 ; Serial + 2021010401 ; Serial 86400 ; Refresh (1 day) 7200 ; Retry (2 hours) 2419200 ; Expire (4 weeks) @@ -15,8 +15,10 @@ $TTL 86400 ; ================================================================ ; wifi routers (wr = 23 * 10 + 18 = 248) ; ================================================================ -archer-c5-sf IN A 10.228.248.196 ; sf (second floor) -archer-c5-ff IN A 10.228.248.66 ; ff (first floor) +archer-c5-tf IN A 10.228.248.206 ; tf (third floor) +archer-c6-sf IN A 10.228.248.196 ; sf (second floor) +archer-c5-sc IN A 10.228.248.193 ; sc (second floor conference room) +archer-c6-ff IN A 10.228.248.66 ; ff (first floor) ; ================================================================ ; UPSes (up = 21 * 10 + 16 = 226)