4 ISP..how can select one ISP to MSN....

Dear all,

I have 4 ISP and i’m using load balance…
how can i select one ISP go to MSN and one ISP for Download …

Plz help meeeeee


many thx,

Hi!

You need routing marks for this.

step 1: go to IP → Firewall → Mangle, and create a rule to match traffic (e.g. dst address = msn, port=80, etc) on action tab, make it ‘mark routing’ and give it some name

step 2: go to IP → route, and create a new route - set destination = 0.0.0.0/0 and next hop gateway = whichever gateway you want it to use. Then set routing mark to the one you made in the mangle rule.

all done!

Cheers.

Messenger uses TCP 1863 port

Dear..

all is ok,but in firewall..> mangle..>General..>dst adress …? i dont undersatnd this..
plz step by step this stage



many thxxxxxxxxxxxxxxxxxxxx

Click on the button labeled IP to bring up the IP menu, click on firewall. Click on the mangle tab. Add a rule via the + button and on the General tab fill out the field named Destination Port.

Watch some videos on tiktube.com and read the manual on the wiki and look at screenshots. His instructions were very clear, really. It wouldn’t have taken much clicking and looking around and exploring Winbox to figure out what he meant.

I’M sorry i need to rout msn i searched in wiki but i dont found about this..

plz which port excatly or plz send me mangle steps


sory again

many thxxxxx

/ip firewall mangle
add chain=prerouting protocol=tcp dst-port=1863 action=mark-routing new-routing-mark=msn
/ip route
add dst-address=0.0.0.0/0 gateway=a.b.c.d routing-mark=msn

can i connect 2 mikrotik with same pppoe server
i want to connect 8 isp


many thxxxx

[quote=“sleimanr”]can i connect 2 mikrotik with same pppoe server
i want to connect 8 isp [/quote]

yes you can. use multilink PPP to aggregate throughput (if supported by the ISP):

http://wiki.mikrotik.com/wiki/Manual:MLPPP_over_single_and_multiple_links

Otherwise you will need to use route marking and define interface instead of just nexthop address in your routing table entries.

Cheers!

/ip firewall mangle
add chain=prerouting protocol=tcp dst-port=1863 action=mark-routing new-routing-mark=msn
/ip route
add dst-address=0.0.0.0/0 gateway=a.b.c.d routing-mark=msn


i tried but msn not open also i tried dst-address for google.com not work

plz help meeeeeee

many thxxxxx

which DST-address did you use for google? It uses many IP addresses, one is not enough

ahaaaa before ip google=209.85.135.106 ,now ip=209.85.135.99 …

my idea is one isp account for facebook and hotmail
other for msn and not working


many thxxxxxx

That’s a perfectly fine idea, so long as you can deal with a range of possible IP addresses (e.g for google as you have discovered)

Would probably be a better idea if you define address ranges (e.g. 209.85.106.0/24) instead of single IP addresses.

Cheers!

thx good ideaaaaa

but it is not working .. i tried msn port 1863 still not work


plz any idea


many thxxxxx

how do you define ‘not working’? no access to msn, or just not using the isp link that you expect?

have you got masquerade working on both isp links?

Cheers.

if mark routing go to isp direct without dst-port or google ip..etc it is work fine
when i use dst-port or ip no acces to msn or…


many thxxxxxxxxxxxxxxxxxxxxx
routing.jpg

do you have default 0.0.0.0 route with no routing mark rule for non marked packets?

see pic plz
route1.jpg

plz helpppp

Do you have a SECOND default route to 0.0.0.0 that doesn’t have a routing mark for traffic without a routing mark to fall through to?