Updated all relevant containers to use the new nameservers.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 7 Jan 2022 16:24:06 +0000 (17:24 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 7 Jan 2022 16:24:06 +0000 (17:24 +0100)
12 files changed:
sources/ifg.in/firstboot/01_setupnetworking.sh
sources/ins.in/firstboot/01_setupnetworking.sh
sources/ldap.in/firstboot/01_setupnetworking.sh
sources/ls.in/firstboot/01_setupnetworking.sh
sources/pns.in/firstboot/01_setupnetworking.sh
sources/sns.in/firstboot/01_setupnetworking.sh
sources/svc.in/firstboot/01_setupnetworking.sh
sources/svc.in/postinstall/install/etc/dhcp/dhcpd.conf
sources/vhost1.in/01_setupnetworking.sh
sources/vhost2.in/01_setupnetworking.sh
sources/vpn.in/firstboot/01_setupnetworking.sh
sources/wiki.in/firstboot/01_setupnetworking.sh

index 4820c9cb97ba56b45d0492c29050a4033612a40e..86d46dbc46e987e739f743573a26a373ebf21bc4 100755 (executable)
@@ -48,12 +48,12 @@ nmcli connection add \
     connection.interface-name $INTERNAL_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.254/16, 192.168.42.254/24, 192.168.43.254/24" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.method "manual" \
     ipv4.routes "172.16.223.0/24 10.228.109.236, 10.162.104.0/24 10.228.109.236" \
     ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6dfe/64" \
-    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d68, 2a02:d400:0000:f268:000c:18ff:fe03:6dfd" \
+    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.method "manual" \
     save yes
index 7eeeec5d844251ed8303f8ff96db316bad40a2d4..4b7757f55723de41c77cc4a6b5a90a0b4bd7766f 100755 (executable)
@@ -45,12 +45,12 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.104/16" \
-    ipv4.dns "10.228.109.253, 10.228.109.104" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
     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 "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
index 2b5a431e80fa621aa7e6e9d23c4db062f5f486f3..123ba08df6d6925142807043cf9c183d2b7e3ebc 100755 (executable)
@@ -45,7 +45,7 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.252/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
index 442a9cfed22c4dbffa6de2ee8981dabf0719e37d..ba84a190b8840c263f0beecd3fe1ce41cac51dbd 100755 (executable)
@@ -45,12 +45,12 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.139/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
     ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d8b/64" \
-    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6dfd, 2a02:d400:0000:f268:000c:18ff:fe03:6d68" \
+    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
index dc8fc9cb58647b6e440c4016b0a9969c81e2a57a..b3089476fdc575a1678b06943c60a48d3e921015 100755 (executable)
@@ -45,12 +45,12 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.174/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
     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 "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
index 964c9526dd2557d37baa33ff931286ab143903dc..3d637f6907ad02b0b296aac7afbeb0c693a79880 100755 (executable)
@@ -45,12 +45,12 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.204/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
     ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6dcc/64" \
-    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d68, 2a02:d400:0000:f268:000c:18ff:fe03:6dfd" \
+    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
index 3ce0f55c3c3df5a98b481cd7dd6d4ff7ba481a7d..86112d2eeb0f0432c90236af5080b85e724bc057 100755 (executable)
@@ -45,12 +45,12 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.253/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
     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 "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
index 75197809b471ab4a00dbce3d491c1cd0882d414f..977774a9295f00c52cc7d369ebc338b487852bea 100644 (file)
@@ -6,7 +6,7 @@
 # Option definitions
 option broadcast-address   10.228.255.255;
 option domain-name         "in.useribm.hu";
-option domain-name-servers svc.in.useribm.hu, ins.in.useribm.hu;
+option domain-name-servers 10.228.92.159, 10.228.109.159;
 option domain-search       "in.useribm.hu", "sr.user.hu", "in.user.hu";
 option ntp-servers         ntp1.in.useribm.hu, ntp2.in.useribm.hu;
 option routers             ifg.in.useribm.hu;
index 0cefb8cf806457f240e8946ce63a063ae3444a71..a47c8f4947ab45a49bfa58187bce38e08d042d0b 100755 (executable)
@@ -75,7 +75,7 @@ nmcli connection add \
     connection.interface-name $INTERNAL_BRIDGE_DEVICE \
     connection.type bridge \
     ipv4.addresses "10.228.93.1/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
index fd63117fd4883a6d6f65e40c71bf06e4f8f3e472..3059dba9f14108feeec36832400cd7305894028d 100755 (executable)
@@ -75,7 +75,7 @@ nmcli connection add \
     connection.interface-name $INTERNAL_BRIDGE_DEVICE \
     connection.type bridge \
     ipv4.addresses "10.228.93.2/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
index 1ec5bf3814fe1838518b3422aa90ba040f09edbb..dcde4ae9c5f436ed8fcaba9f19a1ab38c0b92bd2 100755 (executable)
@@ -45,7 +45,7 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.236/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
index 4d91f3ad5f7bd4aec9c753d9449c533dfd9a8e96..c2e9701c203ee2c4be752d077e41d7f54ca7735c 100755 (executable)
@@ -45,12 +45,12 @@ nmcli connection add \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
     ipv4.addresses "10.228.109.239/16" \
-    ipv4.dns "10.228.109.104, 10.228.109.253" \
+    ipv4.dns "10.228.109.159, 10.228.92.159" \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
     ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6def/64" \
-    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6dfd, 2a02:d400:0000:f268:000c:18ff:fe03:6d68" \
+    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
     ipv6.dns-search "in.useribm.hu" \
     ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \