2021-04-22 21:44:40 +02:00
|
|
|
---
|
|
|
|
interfaces:
|
2021-07-05 03:49:19 +02:00
|
|
|
enp7s0:
|
|
|
|
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
|
|
|
|
routes:
|
|
|
|
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.50.0.254}
|
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
|
|
|
|
|
|
|
ipv4_forwarding: false
|
|
|
|
ipv6_forwarding: false
|