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

index b14d80bffe2a2cf68d9863068daff329e38d34a1..15fa581a227726c6f128f947dd28735fb2496271 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:6d83/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:6d83/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 d8706ee749bff2ba51e80d4f7e2d047b2b4e3765..9d9dc71241cff7db9e59800f1d559e4fba2228a1 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
 
+systemctl enable crond.service
+systemctl start crond.service
 systemctl enable httpd.service
 systemctl start httpd.service
 systemctl enable oddjobd.service
index 8c41959adbf485ba8fa7d9b23660df45262835f4..d7570d9abb84b4935ecb5f5c621d8ecc515d63ca 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 
+systemctl disable crond.service
 systemctl disable httpd.service
 systemctl disable oddjobd.service
 systemctl disable pds.service