2021-04-22 21:44:40 +02:00
|
|
|
---
|
|
|
|
interfaces:
|
|
|
|
enp2s0:
|
2021-07-10 03:38:36 +02:00
|
|
|
ipv4: 45.66.110.3
|
2021-07-10 02:39:21 +02:00
|
|
|
type: dhcp
|
2021-04-22 21:44:40 +02:00
|
|
|
wg0:
|
2021-04-23 19:14:28 +02:00
|
|
|
ipv4: "{{ intranet.subnets.physical.subnets.hindley.ipv4 }}"
|
|
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
2021-07-05 03:57:04 +02:00
|
|
|
type: wireguard
|
2021-04-22 23:39:58 +02:00
|
|
|
|
|
|
|
ipv4_forwarding: true
|
|
|
|
ipv6_forwarding: false
|
2021-09-06 00:24:56 +02:00
|
|
|
|
|
|
|
lan_address: "{{ intranet.subnets.physical.subnets.hindley.ipv4 }}"
|