26 lines
605 B
YAML
26 lines
605 B
YAML
---
|
|
interfaces:
|
|
enp7s0:
|
|
type: void
|
|
vmbr0:
|
|
ipv4: 10.50.2.17
|
|
netmaskv4: 16
|
|
type: static
|
|
bridge: true
|
|
gateway: 10.50.0.254
|
|
interfaces:
|
|
- enp7s0
|
|
vmbr1:
|
|
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
|
|
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
|
|
type: static
|
|
bridge: true
|
|
wg0:
|
|
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
|
type: wireguard
|
|
|
|
ipv4_forwarding: true
|
|
ipv6_forwarding: false
|
|
|
|
lan_address: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|