can any one give me the script of merging 2 ADSL
i’m using Mikrotik version 5.7
plzzzzzzzzzzzzzzz answer
what do you mean by ‘merging’? do you expect double throughput just because you have two ADSL lines?
if i had to lines the 1st one is 4 MB ,the 2nd is 4MB
i want to merge the two lines to get a speed 8MB
Do you want create a connection PtP at 8Mbps or do you want to access to internet at 8Mbps ?
i want to access the internet with speed 8MB by using 2 lines adsl each one 4MB
You can not do it, each ADSL has own IP and you can not bonding (with round-robin policy) the two interface.
If you have remote server, you can make a VPN layer 2 for each ADSL and create a bonding interface over two VPN. This model requires a remote server where to terminate the 2 VPN.
you can’t merge them, but you can make load balancing or try PCC
soo hwo to make load balancing???
start with PCC, read this carefully
http://wiki.mikrotik.com/wiki/Manual:PCC
is the load balancing a hardware device?
and can we write these commands with two routers have a different lines for example
i had two routers
the 1st one has gateway 192.168.1.1 (1st line)
the 2nd one has gateway 192.168.2.1 (2nd line)
and
the local interface is 10.0.0.2 (for users)
the server interface is << 192.168.1.100 , 192.168.2.100 >>
can i apply this commands (the script) for these routers ???
like these
/ ip address
add address=10.0.0.2/24 network=10.0.0..0 broadcast=10.0.0..255 interface=LAN
add address=192.168.1.100/24 network=192.168.1.0 broadcast=192.168.1.255 interface=ISP1
add address=192.168.2.100/24 network=192.168.2.0 broadcast=192.168.2.255 interface=ISP2
Admin of mikrotik
I already make what do you tell me to do
but there is aproblem
when i open the interfaces ether1 (ISP2 in the script) hasn’t Tx or Rx transfer
can you tell me what’s the problem
here is the pic

Pictures really do not ever give enough information to be helpful for these kinds of setups. They do not display all of the information needed. Read this thread here and follow it on how to post properly to get the best help.
http://forum.mikrotik.com/t/getting-the-most-out-of-this-forum/40983/1
I figured out from answers that I can not merge to Internet connections (ISP) into one high-speed Internet connection and access from local client in network. Generally this is when I want to download something via FTP or HTTP because single connection with destination will be created and single ISP connection will be used, right?
But what about torrent clients? As I know torrent client makes some number of connections to different destinations (multiple connections) and can they be distributed (load balanced) over two ISP connection and increase speed of downloading?
Yes, because torrents make several connections to several locations, with PCC as the load balancing method with the correct matcher, they will be spread out across several links. No one connection however will exceed what a link is physically capable of.
Thanks to all of you!!! This thread clarified my doubts so I am going to buy RB750G and make my “speed” home network.
Similarly read this configuration and perhaps a different explaination will help you understand it more ![]()
Yes, I know what is PCC scenario but my concerns were about “merging” connections. I have lived in fallacy since today that mine Linksys RV042 can “merge” connection for Internet because seller in retail shop told me that 5 years ago. RV042 is “dead” and I need to change it with similar device. Today I found out (I read some very old datasheets) that I haven’t had “merged” connections except when download torrents but my personal needs were torrents in 85% of cases and I was satisfy with performance. I noticed problem couple days ago when I was downloading Lion for OS X I noticed that speed is limited with single connection speed so I figured out what I wrote above. That is my problem and why I’m asking for RB features.
Anyhow, thanks again for helping me.
Correct, the only way you can merge connections is using something like MLPPP if your ISP supports it, or end to end bonding over private links.
Load balancing can double the speed of browsing the internet because each browser open multiple connections to get items of pages quickly Am I right?
Can I have links to MLPPP and end to end bonding over private links.?
What if I install MK on virtual machine then route 36 pc to this machine. Is this scenario correct?
thanks a lot
Load balancing can double the speed of browsing the internet because each browser open multiple connections to get items of pages quickly Am I right?
Improve a little, maybe. No, not “double”.