Route

hi all,

i have 2 isp.

isp1 for https.
isp2 for port 80

how to route www.speedtest.net to isp1 ?

thx,

http://wiki.mikrotik.com/wiki/Policy_Base_Routing

/ip firewall mangle
chain=prerouting action=mark-connection new-connection-mark=speed passthrough=yes protocol=tcp src-address=(your source add.)
content=www.speedtest.net

chain=prerouting action=mark-packet new-packet-mark=heavy_traffic
passthrough=no connection-mark=speed

and at ip route table use this paket mark (heavy_traffic) and route it to related gateway…