proxmox use specific briddge names

networking
histausse 3 years ago
parent 126c1fd438
commit 62e8b69bde
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -2,7 +2,7 @@
interfaces: interfaces:
enp7s0: enp7s0:
type: void type: void
br0: vmbr0:
ipv4: 10.50.2.17 ipv4: 10.50.2.17
netmaskv4: 16 netmaskv4: 16
type: static type: static
@ -10,7 +10,7 @@ interfaces:
gateway: 10.50.0.254 gateway: 10.50.0.254
interfaces: interfaces:
- enp7s0 - enp7s0
br1: vmbr1:
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}" ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}" netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
type: static type: static

Loading…
Cancel
Save