2021-04-25 18:49:28 +02:00
|
|
|
---
|
|
|
|
interfaces:
|
2021-07-05 02:58:46 +02:00
|
|
|
eth0:
|
|
|
|
ipv4: 192.168.0.50
|
|
|
|
netmaskv4: 24
|
|
|
|
type: static
|
2021-07-10 03:38:36 +02:00
|
|
|
gateway: 192.168.0.1
|
2021-04-25 18:49:28 +02:00
|
|
|
wg0:
|
|
|
|
ipv4: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"
|
|
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
2021-07-05 02:58:46 +02:00
|
|
|
type: wireguard
|
2021-04-25 18:49:28 +02:00
|
|
|
|
|
|
|
ipv4_forwarding: false
|
|
|
|
ipv6_forwarding: false
|
2021-09-06 00:24:56 +02:00
|
|
|
|
|
|
|
lan_address: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"
|