Community discussions

MikroTik App
 
jdgreen
just joined
Topic Author
Posts: 4
Joined: Thu Aug 11, 2011 6:27 am

send certain IP's to two seperate internet pipes

Thu Aug 11, 2011 6:34 am

Not bonding ... not load balancing ... I want to send .50-.100 addresses through one internet connection on eth1 and send .101 thru .150 addresses through another internet connection ALSO on eth1.

One eth1 connection is a static public
The other eth1 connection is a DHCP private IP.

A little help please. New Mikrotiker here!
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: send certain IP's to two seperate internet pipes

Thu Aug 11, 2011 11:53 am

Use /ip firewall mangle;
- add two rules with routing-mark.
- one rule for 50-100. src-addresses;
- second rule for 101-150 addresses;

Configure /ip route.
- add one route over ISP1 with routing-mark 1;
- add second route over ISP2 with routing-mark 2;
 
jdgreen
just joined
Topic Author
Posts: 4
Joined: Thu Aug 11, 2011 6:27 am

Re: send certain IP's to two seperate internet pipes

Fri Aug 12, 2011 4:06 am

Use /ip firewall mangle;
- add two rules with routing-mark.
- one rule for 50-100. src-addresses;
- second rule for 101-150 addresses;

Configure /ip route.
- add one route over ISP1 with routing-mark 1;
- add second route over ISP2 with routing-mark 2;


Thank you!!! It's working like a charm!!!!

Who is online

Users browsing this forum: 4l4R1, pellerb, pfturner, Thechriss and 96 guests