Updated log.in (corrected its ipv6 configuration).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 16 Feb 2024 05:28:31 +0000 (06:28 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 16 Feb 2024 05:28:31 +0000 (06:28 +0100)
sources/log.in/c3d/firstboot/scripts/01_setupnetworking.sh

index 465c830d3a577a3e2346c5ddec357612bff50e9e..0138813dee2b190bfe3ff9ebffe14c98ee7e32f8 100755 (executable)
@@ -72,10 +72,10 @@ nmcli connection add \
     ipv4.dns-search "in.useribm.hu" \
     ipv4.gateway "10.228.109.254" \
     ipv4.method "manual" \
-    ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d4d/64" \
-    ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
+    ipv6.addresses "2001:1aa1:000a:7dae:000c:18ff:fe03:6d4d/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 "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
+    ipv6.gateway "2001:1aa1:000a:7dae:000c:18ff:fe03:6dfe" \
     ipv6.method "manual" \
     save yes