diff options
-rw-r--r-- | host_vars/firstroot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/host_vars/firstroot b/host_vars/firstroot index 5db10bc..2c6b7b7 100644 --- a/host_vars/firstroot +++ b/host_vars/firstroot @@ -1,5 +1,9 @@ tinc: configure: true name: firstroot - connections: [hetzner, netcup] + connections: [hetzner] address: fe80::10/64 + listen_on: any + extra_up: + - sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1 + - sysctl -w net.ipv6.conf.${INTERFACE}.forwarding=1 |