XIII
Very Senior Member
After having successfully set up a VPN server (for quite some time) I would now like to try configuring a VPN client on the router. Since my paid provider does not support OpenVPN (I use it only on iOS, using IKEv2) I would like to experiment with the free variant of ProtonVPN.
I read the instructions for NordVPN which seem a good start: https://nordvpn.com/tutorials/asustwrt-merlin/openvpn/
From ProtonVPN I downloaded this OPVN configuration file:
After importing that and entering my ProtonVPN credentials the OpenVPN client would not start due to an invalid configuration. Removing the block-outside-dns directive seemed to solve that.
The OpenVPN client does start now, but I can't access any site. I first thought that DNS did not work. However, accessing a site via its IP does not work either.
Any tips on how to investigate/solve this?
Note: I use unbound (via Entware) with DNSSEC for DNS over TLS and also run AB-Solution and SkyNet.
I read the instructions for NordVPN which seem a good start: https://nordvpn.com/tutorials/asustwrt-merlin/openvpn/
From ProtonVPN I downloaded this OPVN configuration file:
Code:
client
dev tun
proto udp
remote nl-free-01.protonvpn.com 1194
remote-random
resolv-retry infinite
nobind
cipher AES-256-CBC
auth SHA512
comp-lzo
verb 3
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
remote-cert-tls server
auth-user-pass
pull
fast-io
block-outside-dns
<ca>REMOVED</ca>
key-direction 1
<tls-auth>REMOVED</tls-auth>
After importing that and entering my ProtonVPN credentials the OpenVPN client would not start due to an invalid configuration. Removing the block-outside-dns directive seemed to solve that.
The OpenVPN client does start now, but I can't access any site. I first thought that DNS did not work. However, accessing a site via its IP does not work either.
Any tips on how to investigate/solve this?
Note: I use unbound (via Entware) with DNSSEC for DNS over TLS and also run AB-Solution and SkyNet.