From: Zoltán Felleg Date: Thu, 15 Apr 2021 17:15:31 +0000 (+0200) Subject: Updated pns.in (continued implementing ipv6). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=7e1732c3163616ae61b64ea71bf83ec7d350f5fb;p=user-lxc.git Updated pns.in (continued implementing ipv6). --- diff --git a/sources/pns.in/firstboot/01_setupnetworking.sh b/sources/pns.in/firstboot/01_setupnetworking.sh index d573240..581b8e2 100755 --- a/sources/pns.in/firstboot/01_setupnetworking.sh +++ b/sources/pns.in/firstboot/01_setupnetworking.sh @@ -49,7 +49,11 @@ nmcli connection add \ ipv4.dns-search "in.useribm.hu" \ ipv4.gateway "10.228.109.254" \ ipv4.method "manual" \ - ipv6.method "auto" \ + ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6dae/64" \ + ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d68, 2a02:d400:0000:f268:000c:18ff:fe03:6dfd" \ + ipv6.dns-search "in.useribm.hu" \ + ipv6.gateway "2a02:d400:0000:f2ad:000c:18ff:fe03:6dfe" \ + ipv6.method "manual" \ save yes nmcli connection show diff --git a/sources/pns.in/postinstall/install/etc/named.conf b/sources/pns.in/postinstall/install/etc/named.conf index c7abfbf..db7282c 100644 --- a/sources/pns.in/postinstall/install/etc/named.conf +++ b/sources/pns.in/postinstall/install/etc/named.conf @@ -198,6 +198,10 @@ view "internal" { type master; file "228.10.in-addr.arpa.zone"; }; + zone "8.6.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa" IN { + type master; + file "8.6.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa.zone"; + }; zone "mlx1.user.hu" IN { type master; file "mlx1.user.hu.zone"; @@ -236,6 +240,10 @@ view "internal" { type master; file "173.168.192.in-addr.arpa.zone"; }; + zone "d.a.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa" IN { + type master; + file "d.a.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa.zone"; + }; # external zones zone "mediacube.hu" IN { @@ -286,6 +294,10 @@ view "perimeter" { type master; file "228.10.in-addr.arpa.zone"; }; + zone "8.6.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa" IN { + type master; + file "8.6.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa.zone"; + }; zone "mlx1.user.hu" IN { type master; file "mlx1.user.hu.zone"; @@ -324,6 +336,10 @@ view "perimeter" { type master; file "173.168.192.in-addr.arpa.zone"; }; + zone "d.a.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa" IN { + type master; + file "d.a.2.f.0.0.0.0.0.0.4.d.2.0.a.2.ip6.arpa.zone"; + }; # external zones zone "mediacube.hu" IN { diff --git a/sources/pns.in/postinstall/install/var/named/in.useribm.hu.zone b/sources/pns.in/postinstall/install/var/named/in.useribm.hu.zone index 6086618..44ace7a 100644 --- a/sources/pns.in/postinstall/install/var/named/in.useribm.hu.zone +++ b/sources/pns.in/postinstall/install/var/named/in.useribm.hu.zone @@ -1,6 +1,6 @@ $TTL 86400 @ IN SOA ns.in.useribm.hu. hostmaster.mx.in.useribm.hu. ( - 2021040801 ; Serial + 2021041501 ; Serial 86400 ; Refresh (1 day) 7200 ; Retry (2 hours) 2419200 ; Expire (4 weeks) @@ -148,13 +148,16 @@ ittestwin2012 IN A 10.228.110.12 ; infrastructure servers (is = 9 * 10 + 19 = 109) ; ================================================================ ifg IN A 10.228.109.254 +ifg IN AAAA 2a02:d400:0000:f268:000c:18ff:fe03:6dfe dhcp IN A 10.228.109.253 mx IN A 10.228.109.253 ns IN A 10.228.109.253 svc IN A 10.228.109.253 +svc IN AAAA 2a02:d400:0000:f268:000c:18ff:fe03:6dfd ldap IN A 10.228.109.252 vpnvm IN A 10.228.109.251 store IN A 10.228.109.250 +store IN AAAA 2a02:d400:0000:f268:da9d:67ff:fe63:dc68 svn IN A 10.228.109.250 tsm IN A 10.228.109.249 @@ -163,12 +166,14 @@ vpn IN A 10.228.109.236 ; vp isc IN A 10.228.109.193 ; sc (ibm spectrum connect) pns IN A 10.228.109.174 ; pn +pns IN AAAA 2a02:d400:0000:f268:000c:18ff:fe03:6dae minicrm IN A 10.228.109.133 ; mc iscbe IN A 10.228.109.109 ; is ins IN A 10.228.109.104 ; in +ins IN AAAA 2a02:d400:0000:f268:000c:18ff:fe03:6d68 cvm IN A 10.228.109.52 ; cv (container virtual machine) diff --git a/sources/pns.in/postinstall/install/var/named/pm.useribm.hu.zone b/sources/pns.in/postinstall/install/var/named/pm.useribm.hu.zone index e5e6a5b..8bf6408 100644 --- a/sources/pns.in/postinstall/install/var/named/pm.useribm.hu.zone +++ b/sources/pns.in/postinstall/install/var/named/pm.useribm.hu.zone @@ -1,6 +1,6 @@ $TTL 86400 @ IN SOA pns.pm.useribm.hu. hostmaster.mx.pm.useribm.hu. ( - 2021031701 ; Serial + 2021041501 ; Serial 86400 ; Refresh (1 day) 7200 ; Retry (2 hours) 2419200 ; Expire (4 weeks) @@ -25,3 +25,4 @@ pns IN A 192.168.173.174 ; pn (perimeter ns) ens IN A 192.168.173.64 ; en (external ns) ifg IN A 192.168.173.1 ; ifg +ifg IN AAAA 2a02:d400:0000:f2ad:000c:18ff:fe03:ad01