Community discussions

MikroTik App
 
User avatar
aitsecurity
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 84
Joined: Thu Mar 16, 2006 12:28 am
Location: venezuela

redirect all traffic FTP, http, to one GW and the rest othe

Fri Sep 22, 2006 7:47 am

HI!


i have two ISP, and i want pass all traffic FTP, HTTP, DNS, to the first ISP.

i know how mark the packets, etc, but i don´t know how to redirect the this traffic to specific Gateway.

thanks in Advanced
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6703
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Fri Sep 22, 2006 8:31 am

Add 'action=routing-mark new-routing-mark=1234' to the HTTP, FTP,DNS traffic.
Add alternative gateway as 'ip route gateway=x.x.x.x routing-mark=1234'.
 
User avatar
aitsecurity
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 84
Joined: Thu Mar 16, 2006 12:28 am
Location: venezuela

Fri Sep 22, 2006 5:41 pm

Add 'action=routing-mark new-routing-mark=1234' to the HTTP, FTP,DNS traffic.
Add alternative gateway as 'ip route gateway=x.x.x.x routing-mark=1234'.

Sergejs thanks very much for you anwsers and time.

i try it, i want put the p2p and ftp traffic to satellite, and the normal traffic to E1

Best regards
Daniel W
 
dannyboy
Member Candidate
Member Candidate
Posts: 195
Joined: Fri Sep 16, 2005 4:21 am
Location: Nicaragua/USA
Contact:

Wed Sep 27, 2006 6:45 am

Check this out! This is how I figured out how to send protocols to each gateway!

http://wiki.mikrotik.com/wiki/Load_Bala ... e_Gateways
 
User avatar
aitsecurity
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 84
Joined: Thu Mar 16, 2006 12:28 am
Location: venezuela

Wed Sep 27, 2006 3:39 pm

Check this out! This is how I figured out how to send protocols to each gateway!

http://wiki.mikrotik.com/wiki/Load_Bala ... e_Gateways
thanks for you time for anwser,

i go to the url and see, this is for balance two network segment. with two ISP or gateway, very great.

in the example no see route DNS, HTTP to gateway A or B. but this example give me a idea.

Thanks very much

Daniel W
 
rickashe
just joined
Posts: 17
Joined: Tue Oct 18, 2005 4:39 pm
Location: Dublin, Ireland

Thanks Dannyboy

Sat Sep 30, 2006 3:33 pm

Excellent example Dannyboy, Works like a dreams, Got me out of a big hole this morning.

Thanks again ;-)