Updated wiki.in (changed its ip address).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Sat, 3 Jun 2023 19:13:35 +0000 (21:13 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Sat, 3 Jun 2023 19:13:35 +0000 (21:13 +0200)
sources/wiki.in/c3d/firstboot/scripts/01_setupnetworking.sh
sources/wiki.in/config

index 6c7188c3a55c698c65fe53a7b739b6b70c3ec95e..8a4bfc7140bb738ae7a3100707fd22ac9b3f03c4 100755 (executable)
@@ -62,22 +62,21 @@ CONNECTION_DEVICE=$(echo $CONNECTION_LINE | cut -f 4 -d ':')
 
 nmcli connection delete uuid "$CONNECTION_UUID"
 
-#    ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6def/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 \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
-    ipv4.addresses "10.228.109.239/16" \
+    ipv4.addresses "10.228.109.211/16" \
     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.method "disabled" \
+    ipv6.addresses "2001:1aa1:000a:0424:000c:18ff:fe03:6dd3/64" \
+    ipv6.dns "2001:1aa1:000a:0424:000c:18ff:fe03:6d9f, 2001:1aa1:000a:0424:000c:18ff:fe03:5c9f" \
+    ipv6.dns-search "in.useribm.hu" \
+    ipv6.gateway "2001:1aa1:000a:0424:000c:18ff:fe03:6dfe" \
+    ipv6.method "manual" \
     save yes
 
 nmcli connection show
index f761e6a6fe08869f783621873430674971c9731d..727449d7a2fd49380a726efca6e397eee58d203f 100644 (file)
@@ -9,7 +9,7 @@ lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ data none bind,create=dir 0 0
 lxc.net.0.type = veth
 lxc.net.0.flags = up
 lxc.net.0.link = brci-dev
-lxc.net.0.hwaddr = 02:0c:18:03:6d:ef
+lxc.net.0.hwaddr = 02:0c:18:03:6d:d3
 
 lxc.autodev = 1