bank traffic by vpn

hello it turns out that the side has in the blacklist my isp as I do so that the page of a bank leaves by a vpn? I have done this but it does not work

/ ip firewall mangle
add action = mark-routing chain = prerouting content = urldelbanco in-interface = bridge new-routing-mark = “benchmark” passthrough = no

/ ip route
add distance = 1 gateway = pptp-out1 routing-mark = “bank brand”

Thank you

i can sent you my configuration for route the facebook traffic via VPN, just change it it for your preferred site:
In this there is not configuration about VPN client → Just do it! :X

There is 3 simple step
Adding address List
Routing mark the Address list
Route configuration

Adding address List

/ip firewall address-list
add address=31.13.24.0/21 list=Facebook
add address=31.13.64.0/19 list=Facebook
add address=204.15.20.0/22 list=Facebook
add address=31.13.64.0/24 list=Facebook
add address=31.13.69.0/24 list=Facebook
add address=31.13.70.0/24 list=Facebook
add address=31.13.71.0/24 list=Facebook
add address=31.13.72.0/24 list=Facebook
add address=31.13.73.0/24 list=Facebook
add address=31.13.75.0/24 list=Facebook
add address=31.13.76.0/24 list=Facebook
add address=31.13.77.0/24 list=Facebook
add address=31.13.78.0/24 list=Facebook
add address=31.13.79.0/24 list=Facebook
add address=31.13.80.0/24 list=Facebook
add address=66.220.144.0/20 list=Facebook
add address=66.220.144.0/21 list=Facebook
add address=66.220.0.0/16 list=Facebook
add address=66.220.152.0/21 list=Facebook
add address=66.220.159.0/24 list=Facebook
add address=69.63.176.0/21 list=Facebook
add address=69.63.176.0/24 list=Facebook
add address=69.63.184.0/21 list=Facebook
add address=69.171.224.0/19 list=Facebook
add address=69.171.224.0/20 list=Facebook
add address=69.171.0.0/16 list=Facebook
add address=69.171.239.0/24 list=Facebook
add address=69.171.240.0/20 list=Facebook
add address=69.171.255.0/24 list=Facebook
add address=74.119.76.0/22 list=Facebook
add address=173.252.64.0/19 list=Facebook
add address=173.252.70.0/24 list=Facebook
add address=173.252.96.0/19 list=Facebook

>

Mark Routing for dst Address

> ```text
/ip firewall mangle
add action=mark-routing chain=prerouting comment="Facebook Traffic" dst-address-list=Facebook new-routing-mark=VPN_Route passthrough=no src-address=192.168.88.0/24

Configure the routing Mark

/ip route
add check-gateway=ping distance=10 gateway=ConfiguredVPN routing-mark=VPN_Route

>