Community discussions

MikroTik App
 
luckysunny
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Nov 22, 2010 6:21 pm

Need Help in Load balancing For Different Type of Protocol

Sat Jan 17, 2015 10:34 am

Hello ,

i have 4 internet connection . i am already using a 4 wan load balancing , but now i want to separate some protocols .

Wan 2 use for = for downloading exe, zip , mp3 , or other files
Wan 3 use for = voip traffic , like skype , viber , line , yahoo , etc
Wan 4 use for = browsing for https , ftp .

and Wan 1 for all other traffic

Can Someone help me to solve this ?

Thanks
 
luckysunny
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Nov 22, 2010 6:21 pm

Re: Need Help in Load balancing For Different Type of Protoc

Sat Jan 17, 2015 5:51 pm

anyone is here on mikrotik forum ?
 
ronix
Member Candidate
Member Candidate
Posts: 151
Joined: Thu Nov 17, 2011 6:51 pm

Re: Need Help in Load balancing For Different Type of Protoc

Sun Jan 18, 2015 10:24 am

you can use mark routing in mangle for each type of traffic and then rout it to the specific wan that you want
this is an ex. for https:

ros code

/ip firewall mangle
add action=mark-routing chain=prerouting comment="HTTPS_rout" dst-port=443 new-routing-mark=https-route protocol=tcp

/ip route
add distance=1 gateway=x.x.x.x routing-mark=https-route

Who is online

Users browsing this forum: mikrotik4kvm3 and 50 guests