Updated mx.in (re-added its ipv6 address).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 1 Dec 2023 19:42:59 +0000 (20:42 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 1 Dec 2023 19:42:59 +0000 (20:42 +0100)
sources/mx.in/c3d/firstboot/scripts/01_setupnetworking.sh
sources/mx.in/c3d/firstboot/scripts/10_setuppostfix.sh

index 5477da1ef7f32a0ad7b7527e099ccf6d993fb468..7e822f319fde559b1db1081bdefaaedadf10510d 100755 (executable)
@@ -62,11 +62,6 @@ CONNECTION_DEVICE=$(echo $CONNECTION_LINE | cut -f 4 -d ':')
 
 nmcli connection delete uuid "$CONNECTION_UUID"
 
-#    ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d9a/64" \
-#    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" \
 nmcli connection add \
     connection.autoconnect yes \
     connection.id internal \
@@ -77,7 +72,11 @@ nmcli connection add \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
-    ipv6.method "disabled" \
+    ipv6.addresses "2001:1aa1:000a:7dae:000c:18ff:fe03:6d9a/64" \
+    ipv6.dns "2001:1aa1:000a:7dae:000c:18ff:fe03:5c9f, 2001:1aa1:000a:7dae:000c:18ff:fe03:6d9f" \
+    ipv6.dns-search "in.useribm.hu" \
+    ipv6.gateway "2001:1aa1:000a:7dae:000c:18ff:fe03:6dfe" \
+    ipv6.method "manual" \
     save yes
 
 nmcli connection show
index 0acf1f9ff13c5e8c425878d0d8ab52d72242476a..7de47e748a1c35a584287d80e57117816f68b835 100755 (executable)
@@ -8,6 +8,6 @@ sed --in-place=.orig \
 postconf myorigin='$myhostname'
 postconf inet_interfaces='all'
 postconf inet_protocols='ipv4'
-postconf mynetworks='10.228.0.0/16, 192.168.42.0/24, 192.168.43.0/24'
+postconf mynetworks='10.228.0.0/16, 192.168.42.0/24, 192.168.43.0/24, 172.24.232.0/24'
 postconf message_size_limit='67108864'