Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 19714

General • Re: 2ISP with balancing - how to redirect speedtest.com to use only ISP1

$
0
0
Most easy would be through an address list which resolves the DNS-es of the desired sites to IPs, mangle and routing table:
Code:
/ip firewall address-listadd list=client_sites address=speedtest.net/ip firewall mangleadd action=mark-routing chain=prerouting dst-address-list=client_sites new-routing-mark=client_traffic/ip route add dst-address=0.0.0.0/0 gateway=ISP1_gateway routing-mark=client_traffic

Statistics: Posted by TheCat12 — Tue Mar 05, 2024 10:28 pm



Viewing all articles
Browse latest Browse all 19714

Trending Articles