Updated ins.in, pns.in and svc.in (continued implementing ipv6).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Thu, 15 Apr 2021 22:06:53 +0000 (00:06 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Thu, 15 Apr 2021 22:06:53 +0000 (00:06 +0200)
sources/ins.in/firstboot/01_setupnetworking.sh
sources/pns.in/firstboot/01_setupnetworking.sh
sources/svc.in/firstboot/01_setupnetworking.sh
sources/svc.in/postinstall/install/etc/named.conf

index 17ccb66ed067fb9526218338ffb09c1cb6cae8e7..7eeeec5d844251ed8303f8ff96db316bad40a2d4 100755 (executable)
@@ -52,6 +52,7 @@ nmcli connection add \
     ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d68/64" \
     ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6dfd, 2a02:d400:0000:f268:000c:18ff:fe03:6d68" \
     ipv6.dns-search "in.useribm.hu" \
+    ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
     save yes
 
index 581b8e27b7b53ec0b9731611478688dd588e5f15..dc8fc9cb58647b6e440c4016b0a9969c81e2a57a 100755 (executable)
@@ -52,7 +52,7 @@ nmcli connection add \
     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.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
     save yes
 
index 8295ffb4e160a1e6b3ba3ef30f4c2f799a10d90b..3ce0f55c3c3df5a98b481cd7dd6d4ff7ba481a7d 100755 (executable)
@@ -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:6dfd/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:f268:000c:18ff:fe03:6dfe" \
+    ipv6.method "manual" \
     save yes
 
 nmcli connection show
index 15a274a03c449b8a3c92790708b840306c5c4882..43f65bf04155e4d3510f2686c7114ad68f6bd1b3 100644 (file)
@@ -153,6 +153,11 @@ view "internal" {
                masters { primary_ns_master; };
                file "slaves/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 slave;
+               masters { primary_ns_master; };
+               file "slaves/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 slave;
                masters { primary_ns_master; };
@@ -200,6 +205,11 @@ view "internal" {
                masters { primary_ns_master; };
                file "slaves/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 slave;
+               masters { primary_ns_master; };
+               file "slaves/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 {