2021-04-22 21:44:40 +02:00
|
|
|
---
|
|
|
|
interfaces:
|
2021-07-05 03:49:19 +02:00
|
|
|
enp7s0:
|
2021-07-11 03:47:26 +02:00
|
|
|
type: void
|
2021-07-13 01:24:40 +02:00
|
|
|
vmbr0:
|
2021-07-05 03:49:19 +02:00
|
|
|
ipv4: 10.50.2.17
|
2021-04-22 21:44:40 +02:00
|
|
|
netmaskv4: 16
|
2021-07-05 03:49:19 +02:00
|
|
|
type: static
|
2021-07-11 03:47:26 +02:00
|
|
|
bridge: true
|
|
|
|
gateway: 10.50.0.254
|
|
|
|
interfaces:
|
|
|
|
- enp7s0
|
2021-07-13 01:24:40 +02:00
|
|
|
vmbr1:
|
2021-07-12 02:09:39 +02:00
|
|
|
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
|
|
|
|
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
|
|
|
|
type: static
|
|
|
|
bridge: true
|
2021-04-22 21:44:40 +02:00
|
|
|
wg0:
|
2021-04-23 19:14:28 +02:00
|
|
|
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|
|
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
2021-07-05 03:49:19 +02:00
|
|
|
type: wireguard
|
2021-04-22 23:39:58 +02:00
|
|
|
|
2021-07-13 01:39:10 +02:00
|
|
|
ipv4_forwarding: true
|
2021-04-22 23:39:58 +02:00
|
|
|
ipv6_forwarding: false
|
2021-09-06 00:24:56 +02:00
|
|
|
|
|
|
|
lan_address: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|