From 2d9cd8474fa2c13314cd207af59f16174bf1e7bd Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 5 Apr 2024 21:04:43 +0200 Subject: Fix Firstroot Tinc IP stay consistent with Tinc --- host_vars/firstroot/public | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/firstroot/public b/host_vars/firstroot/public index 7bec76d..3f931d1 100644 --- a/host_vars/firstroot/public +++ b/host_vars/firstroot/public @@ -3,8 +3,8 @@ tinc: name: firstroot connections: [hetzner] address: - - fe80::10/64 - - 10.2.0.10/24 + - fe80::12/64 + - 10.2.0.12/24 listen_on: any extra_up: - sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1 -- cgit v1.2.3