From 32c738d4ce0336b16eb870419b4ed02af3d6c227 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 24 Jan 2026 23:36:50 +0100 Subject: Add ipv6 support to gateway VPN role After finding issues that vpn ip6 wasn't working reliably (which was obvious over VPN) Needed to add the VPN routing table support (similar to ipv4) This together with disabling ssh (for github and sr.ht) over ipv6 makes the vpn reliable again Will test and see, since I saw that the archlinux machine wasn't working properly over the vpn, but it could be due to the VPN ipv6 wasn't resolving. --- roles/gateway/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/gateway/defaults') diff --git a/roles/gateway/defaults/main.yml b/roles/gateway/defaults/main.yml index ebe33a12..dad64685 100644 --- a/roles/gateway/defaults/main.yml +++ b/roles/gateway/defaults/main.yml @@ -1,3 +1,4 @@ --- gateway_enabled: false gateway_router_interface: "eth0" +gateway_local_ipv6_subnet: "" -- cgit v1.2.3