Page 1 of 1
who to mix 2 differnt lines ?
Posted: Wed Mar 12, 2008 9:10 pm
by haider74
dears...
i have 2 internet lines
the 1st line is good upload and bad download
and the 2nd line is very bad upload and very good download
my question is:
How can i take the upload from the 1st line and the download from the 2nd line?
what is the firewall rules to get 1 line output?
scince the three lines is eithernet.
thanks for the hero
Re: who to mix 2 differnt lines ?
Posted: Wed Mar 12, 2008 10:37 pm
by paisapipe
Maybe Bonding can help you:
http://www.mikrotik.com/testdocs/ros/2. ... onding.php
I don't tried this, but can solve your question...
Re: who to mix 2 differnt lines ?
Posted: Wed Mar 12, 2008 11:48 pm
by haider74
thanks
but its not solve what i want
all i want is a new line have the upload from the 1st WAN and the download from the 2nd WAN
thanks again
Re: who to mix 2 differnt lines ?
Posted: Tue Sep 07, 2010 5:52 am
by haider74
Guys...
i still waiting
Re: who to mix 2 differnt lines ?
Posted: Tue Sep 07, 2010 6:52 am
by fewi
You cannot split upload and download like that. There is no solution.
Re: who to mix 2 differnt lines ?
Posted: Wed Sep 15, 2010 9:19 pm
by Chupaka
what about configuring bonding in active-backup mode, so that each router use only one link when both links are up and running?
Re: who to mix 2 differnt lines ?
Posted: Wed Sep 15, 2010 9:59 pm
by fewi
I guess if you have your own IP space behind the two WAN circuits and do BGP on both you could aggressively prepend your own AS on the peer that gives bad download speeds so the Internet as a whole prefers the other circuit while it's up, and set a default route out the peer with good upload and a floating static to the other peer.
But with ISP IP space and no control over your prefixes in the Internet routing table I don't see how you can split upstream and downstream traffic.
Re: who to mix 2 differnt lines ?
Posted: Thu Sep 16, 2010 1:35 pm
by Chupaka
huh, sorry, I thought about just two links with both ends controlled by TS %)
well, there's small chance that your 1st ISP is not blocking packets with src-address=another ISP, so you may try to do something like "/ip fi nat add chain=srcnat out-interface=isp1 action=src-nat to-addresses=isp2-address"
Re: who to mix 2 differnt lines ?
Posted: Wed Oct 06, 2010 3:29 am
by haider74
dear Chupaka
tanks
i will try to do this