From 35119230a239042cd20deb41e5f13e07f8a4ea40 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Mon, 21 Aug 2023 18:17:24 +0200 Subject: tinc: Fix host vars --- host_vars/firstroot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'host_vars') 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 -- cgit v1.2.3