Trying to setup ProtonVPN on Chateau

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?

Try posting your config to see what you have done.
/export file=anynameyouwish ( minus router serial number, any public WANIP information, keys )

I have just been trying to follow the guide at https://protonvpn.com/support/wireguard-mikrotik-routers/

But having issues with Step 9 due to my device having main internet provided by the LTE interface.

When I torch the wireguard interface I am seeing traffic flow on it. Just doesn’t seem to be going out on the LTE inferface.

Good luck!