From 17f10052bdbc4cf5bfd0e2fa335f13c0165284a5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 1 Sep 2025 22:24:41 +0200 Subject: Fix networking issues when VPN isn't active --- host_vars/archlinux.local.yml.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'host_vars/archlinux.local.yml.example') diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 0a727133..5e8c1e55 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -1,6 +1,11 @@ --- +# Using raspberry pi as gateway (VPN) and DNS sinkhole (pihole) network_ipv4_address: "10.0.0.201" -network_ipv4_gateway: "10.0.0.1" +network_ipv4_gateway: "10.0.0.200" +network_ipv4_dns: "10.0.0.200" +network_ipv6_address: "fd5c:fd8b:2b8c::201/64" +network_ipv6_gateway: "fd5c:fd8b:2b8c::200" +network_ipv6_dns: "fd5c:fd8b:2b8c::200" wireguard_connections: protonvpn-us-1: | -- cgit v1.2.3