proxmox use specific briddge names
This commit is contained in:
parent
126c1fd438
commit
62e8b69bde
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
interfaces:
|
||||
enp7s0:
|
||||
type: void
|
||||
br0:
|
||||
vmbr0:
|
||||
ipv4: 10.50.2.17
|
||||
netmaskv4: 16
|
||||
type: static
|
||||
|
@ -10,7 +10,7 @@ interfaces:
|
|||
gateway: 10.50.0.254
|
||||
interfaces:
|
||||
- enp7s0
|
||||
br1:
|
||||
vmbr1:
|
||||
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
|
||||
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
|
||||
type: static
|
||||
|
|
Loading…
Reference in a new issue