diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 00:23:26 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 00:23:26 +0200 |
| commit | b9a66fd77a470de057ad2d702967652b231d3651 (patch) | |
| tree | 57a06059f4e4746540d2d3140c14e1e85e2089cc | |
| parent | fb16e5989c5cf4bf37b6dd9e1c47dcd3bad87f9f (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.j2 | 1 |
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 %} |
