Updated ens.pm (updated some ip addresses).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 4 Jun 2024 14:24:06 +0000 (16:24 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 4 Jun 2024 14:24:06 +0000 (16:24 +0200)
sources/ens.pm/c3d/firstboot/scripts/01_setupnetworking.sh

index 6bd722492632d4b5a7de161f327f606728a484ee..87f02eb13b680117137e0ae80845156a8f79e6c1 100755 (executable)
@@ -67,18 +67,18 @@ nmcli connection add \
     connection.id perimeter \
     connection.interface-name $CONNECTION_DEVICE \
     connection.type 802-3-ethernet \
-    ipv4.addresses "192.168.173.64/24" \
-    ipv4.dns "192.168.173.174" \
+    ipv4.addresses "192.168.173.147/24" \
+    ipv4.dns "192.168.173.223" \
     ipv4.dns-search "pm.useribm.hu" \
     ipv4.gateway "192.168.173.254" \
     ipv4.method "manual" \
     ipv4.routes "10.228.0.0/16 192.168.173.1" \
-    ipv6.addresses "2001:1aa1:000a:7c0c:000c:18ff:fe03:ad40/64" \
-    ipv6.dns "2001:1aa1:000a:7c0c:000c:18ff:fe03:adae" \
+    ipv6.addresses "2001:1aa1:000a:7c0c:000c:18ff:fe03:ad93/64" \
+    ipv6.dns "2001:1aa1:000a:7c0c:000c:18ff:fe03:addf" \
     ipv6.dns-search "pm.useribm.hu" \
     ipv6.gateway "2001:1aa1:000a:7c0c:000c:18ff:fe03:adfe" \
-    ipv6.routes "2001:1aa1:000a:7dae::/64 2001:1aa1:000a:7c0c:000c:18ff:fe03:ad01" \
     ipv6.method "manual" \
+    ipv6.routes "2001:1aa1:000a:7dae::/64 2001:1aa1:000a:7c0c:000c:18ff:fe03:ad01" \
     save yes
 
 nmcli connection show