This commit is contained in:
2026-09-03 00:35:34 -04:00
parent af8dcaec06
commit fafc013896
16 changed files with 187 additions and 139 deletions
@@ -6,7 +6,10 @@ name: enp0s1 # Default link position assigned by proxmox
up: true
mtu: 1500
addresses:
- address: ${ipv4_address}/${ipv4_subnet_mask}
- address: "${ipv4_address}/${ipv4_subnet_mask}"
- address: "${ipv6_address}/64"
routes:
- destination: 0.0.0.0/0
gateway: ${ipv4_gateway}
- destination: "0.0.0.0/0"
gateway: "${ipv4_gateway}"
- destination: "::/0"
gateway: "${ipv6_gateway}"