Updated fds.in (changed its ip address).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Sat, 12 Mar 2022 16:19:03 +0000 (17:19 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Sat, 12 Mar 2022 16:19:03 +0000 (17:19 +0100)
sources/fds.in/c3d/firstboot/scripts/01_setupnetworking.sh
sources/fds.in/config

index 330f360718d3d125f4c3409d42c0511076d4ea56..2090570b960e1b4330f8bd5d0d3a999b4dccd52f 100755 (executable)
@@ -36,23 +36,23 @@ CONNECTION_LINE=$(nmcli --terse connection show)
 CONNECTION_UUID=$(echo $CONNECTION_LINE | cut -f 2 -d ':')
 CONNECTION_DEVICE=$(echo $CONNECTION_LINE | cut -f 4 -d ':')
 
+nmcli connection delete uuid "$CONNECTION_UUID"
+
 nmcli connection add \
     connection.autoconnect yes \
     connection.id internal \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
-    ipv4.addresses "10.228.109.64/16" \
+    ipv4.addresses "10.228.109.83/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.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d40/64" \
+    ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d53/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" \
     save yes
 
-nmcli connection delete uuid "$CONNECTION_UUID"
-
 nmcli connection show
index 3c56b82a3f77cd53110011f6583a5a8577058dc9..12ac34b0c5889a2a370f47446bb64baadecdd8b8 100644 (file)
@@ -8,7 +8,7 @@ lxc.mount.auto = proc:rw sys:ro
 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:40
+lxc.net.0.hwaddr = 02:0c:18:03:6d:53
 
 lxc.autodev = 1