Hi there!
So I am trying to set up Wireguard on my Turris. I’m using Proton VPN as a provider.
I successfully configured the config provided by Proton. And it seems to work so far (packets are being transmitted)
This is the config provided by my VPN provider:
[Interface]
# Key for Turris
# Bouncing = 1
# NetShield = 1
# Moderates NAT = off
# NAT-PMP (Port-Weiterleitung) = off
# VPN Accelerator = on
PrivateKey = XXXX
Address = 00.0.0.0/32
DNS = 10.2.0.1
[Peer]
# CH#28
PublicKey = XXXX
AllowedIPs = 0.0.0.0/0
Endpoint = 000.000.00.000:51820
I’ve also set both my WAN and VLAN interfaces to use the same DNS server as the WG0 interface:
This is the firewall config:
As mentioned and showed in the screenshots above, Wireguard seems to work. The problem I am having is that my IP address is still from my ISP and not the VPN.
My guess is that the issue might be due to my VLAN? I don’t have much experience with it and maybe this could be the problem here.
Thank you for any advice!