summaryrefslogtreecommitdiffstats
path: root/host_vars/rpi5.local.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-01 22:24:41 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-01 23:44:24 +0200
commit17f10052bdbc4cf5bfd0e2fa335f13c0165284a5 (patch)
treed3ca8c539c7f0d0e9a4a115de4e6be1bf24f3f5d /host_vars/rpi5.local.yml.example
parent38b83b874e91027449e2ffcc2f8ee9e50d4c6554 (diff)
Fix networking issues when VPN isn't active
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
-rw-r--r--host_vars/rpi5.local.yml.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index af2e8dea..2b0e9dbb 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -1,6 +1,10 @@
---
-network_ipv4_address: "10.0.0.202"
+network_ipv4_address: "10.0.0.200"
network_ipv4_gateway: "10.0.0.1"
+network_ipv4_dns: "10.0.0.200"
+network_ipv6_address: "fd5c:fd8b:2b8c::200/64"
+network_ipv6_gateway: "fd5c:fd8b:2b8c::1"
+network_ipv6_dns: "fd5c:fd8b:2b8c::200"
# TOTP generator: `openssl rand -base64 32 | head -c "20" | base32`
pihole_totp_secret: "CHANGEME"