summaryrefslogtreecommitdiffstats
path: root/roles/network
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
commitb9a66fd77a470de057ad2d702967652b231d3651 (patch)
tree57a06059f4e4746540d2d3140c14e1e85e2089cc /roles/network
parentfb16e5989c5cf4bf37b6dd9e1c47dcd3bad87f9f (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)
Diffstat (limited to 'roles/network')
-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 %}