From b9a66fd77a470de057ad2d702967652b231d3651 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 3 Jul 2026 00:23:26 +0200 Subject: Use permanent MAC addresses for ehternet/LAN connections This prevents FRITZ!Box from messing up the setup when seeing a new mac address on the LAN connections (causing it to block the pi or not able to wake the pve) --- roles/network/templates/eth0-connection.nmconnection.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/network') diff --git a/roles/network/templates/eth0-connection.nmconnection.j2 b/roles/network/templates/eth0-connection.nmconnection.j2 index b8205332..666b0360 100644 --- a/roles/network/templates/eth0-connection.nmconnection.j2 +++ b/roles/network/templates/eth0-connection.nmconnection.j2 @@ -4,6 +4,7 @@ type=ethernet autoconnect=true [ethernet] +cloned-mac-address=permanent [ipv4] {% if network_ipv4_address is defined %} -- cgit v1.2.3