summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-03 00:23:26 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-03 00:23:26 +0200
commit0bee2f0c91154d84e0c1c480fbb4ebfaf5e5fc11 (patch)
tree57a06059f4e4746540d2d3140c14e1e85e2089cc
parent174ddecde4795e1b3fbff5355b1ed28e3aae7f13 (diff)
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)
-rw-r--r--roles/network/templates/eth0-connection.nmconnection.j21
1 files changed, 1 insertions, 0 deletions
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 %}