I want to pass all my internet traffic over a ProtonVPN wireguard connection on my Mikrotik Chateau, but I am having problems.
I have followed the guide on ProtonVPN website for setting up on Mikrotik routers but not having any success.
I think I’m hitting problems at this step :
/ip route
add disabled=no dst-address=x.x.x.x/32 gateway=[/ip dhcp-client get [find interface=ether1] gateway] routing-table=main suppress-hw-offload=no
IP and gateway is set via the APN on my LTE connection, which the router appears to somehow automatically apply.
Are there any guides on how to tunnel ProtonVPN over an LTE interface?