NordVPN

Hello everyone. I use NordVPN in my mikrotik. But im using 2 ISP. How to make NordVPN to tunnel the traffic with my second ISP. Because the default route is using ether1. How can i delete the default route? i want using the ether2 to tunneling with NordVPN. thanks a lot.

If you delete the default route, you’ll lose internet access completely. What you need is policy routing, which means that packets are routed based on other properties in addition to just the destination address. What VPN protocol do you use for NordVPN? Do you run a VPN client on a PC or on the Mikrotik itself?

You might be able to use IP routes with different metrics per gateway to force the VPN via a specific ISP.
ISP 1 metric 10
ISP 2 metric 20
Route of specific subnet or /32 host via ISP X Gateway/Interface with metric 5.