India Broadband Forum


Bridging two seprate Broadband Connection!!

This is a discussion on Bridging two seprate Broadband Connection!! within the BSNL broadband forums, part of the Broadband Internet Service Providers category; Hi all, Am just curious, is it possible to bridge 2 seprate broadband connections together?? like I've 2 connections one ...

Go Back   India Broadband Forum > Indian Broadband Forums > Broadband Internet Service Providers > BSNL broadband

India Broadband Forum


BSNL broadband Bsnl broadband internet connection and modems, routers and other bsnl dataone related issues can be discussed here.

                      

Reply

 

LinkBack Thread Tools Display Modes
Old 04-29-08, 06:20 PM   #1
Junior Member
 
Join Date: Jun 2007
Location: Jaipur
Posts: 11
Rep Power: 3
cooljat is on a distinguished road
Lightbulb Bridging two seprate Broadband Connection!!

Hi all,

Am just curious, is it possible to bridge 2 seprate broadband connections together?? like I've 2 connections one from BSNL n one from Reliance!!

How can I use both of them together for better speed & fail-over??


awaiting for ur valuable suggestions!

thx!!


Rock on
Jit
cooljat is offline   Reply With Quote
Old 04-29-08, 06:38 PM   #2
Platinum Member
 
whitestar_999's Avatar
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,971
Blog Entries: 1
Rep Power: 3
whitestar_999 will become famous soon enough
Default

no!you can only use 1 connection at a time for sending & receiving data.at best you can use virtualisation softwares like VMWare to run both connections simultaneously on 2 different XP's on same computer at same time but this is complicated & very resource heavy.
whitestar_999 is offline   Reply With Quote
Old 05-14-08, 07:59 PM   #3
Junior Member
 
Join Date: May 2008
Posts: 2
Rep Power: 0
gettarun is on a distinguished road
Default

Quote:
Originally Posted by cooljat View Post
Hi all,

Am just curious, is it possible to bridge 2 seprate broadband connections together?? like I've 2 connections one from BSNL n one from Reliance!!

How can I use both of them together for better speed & fail-over??


awaiting for ur valuable suggestions!

thx!!


Rock on
Jit
Yes, you can use both your broadband connections in load balance / fail over configurations using a dual WAN load balance router such as DLink's DI-LB604 which comes with two WAN interfaces and four LAN ports (all ports are RJ-45). The Ethernet port on the BSNL ADSL modem be connected to router's WAN1 interface and the Ethernet port on Reliance ADSL modem be connected to router's WAN2 interface. The ADSL modems be configured for 'bridge' mode and the router WAN interfaces for 'PPPoE' connection. Router configuration has a button for load balance configuration.
gettarun is offline   Reply With Quote
Old 05-15-08, 06:59 PM   #4
Platinum Member
 
whitestar_999's Avatar
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,971
Blog Entries: 1
Rep Power: 3
whitestar_999 will become famous soon enough
Default

load balance will not increase the bandwidth by adding the individual bandwidths of 2 connections.load balancing simply provides a way to remain connected even if 1 connection fails.
whitestar_999 is offline   Reply With Quote
Old 05-15-08, 09:28 PM   #5
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

Quote:
Originally Posted by whitestar_999 View Post
load balance will not increase the bandwidth by adding the individual bandwidths of 2 connections.load balancing simply provides a way to remain connected even if 1 connection fails.
no whitestar, load balance helps you in providing increased bandwidth and good performance provided that you need to configure your router in such a way that it define and split the traffic in each interface. say like routing torrent traffic in one interface and internet & general traffic in another traffic really helps you in enjoying good bandwidth
skap is offline   Reply With Quote
Old 05-16-08, 03:04 AM   #6
Platinum Member
 
whitestar_999's Avatar
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,971
Blog Entries: 1
Rep Power: 3
whitestar_999 will become famous soon enough
Default

@skap,what you are saying is true but not entirely.first of all to get any improvements in speeds you must have load balancing set between 2 connections of same IP provider.2nd no amount of load balancing can actually give you combined bandwidth of 2 connections & this is true especially for http/ftp connections.
Quote:
I have two DSL modems and I want to use both (not only for getting
double bandwidth). I have found only two solutions:
1. using Load balancing router like DLink LB604 etc which has two WAN
ports.
2. using a PC which will have 3 network cards, 2 for 2 DSLs and 1 for
LAN (10 connection). then configuring the routing table so that some of
the machines use the one DSL and some second DSL.
Is there any other solutions?

Unless the two DSL links are to the same provider, and you have made
arrangements with them to split the traffic, then your second solution is
probably going to be best. A single host making a connection to a remote
server such as the FTP server at nus.edu.sg is only going to be able to use
a single link, because if you used two, you would appear to be two separate
unrelated systems.

Ask your privider if they do "multilink". If you can find an ISP that
does, it works pretty well even if setting it up is a pain. Actually,
the pain comes in when one modem connects but the other fails. I had
to write a script to figure out which one failed to connect and to
force it to retry until success.
even splitting traffic is not possible for windows because to do that you have to edit IP/routing tables which can only be done in Linux as you can see that the user who posted the above question was also using linux because he mentioned editing routing tables which is not possible in windows.router don't configure traffic but editing routing tables do to use,say,some packets using one connection & some another.
whitestar_999 is offline   Reply With Quote
Old 05-16-08, 09:39 AM   #7
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

Thanks whitestar.

Quote:
first of all to get any improvements in speeds you must have load balancing set between 2 connections of same IP provider.2nd no amount of load balancing can actually give you combined bandwidth of 2 connections & this is true especially for http/ftp connections.
Yeah i agree that its practically impossible to get combined bandwidth, i too mentioned that it provides an increased bandwidth only and not double.

I cant understand why do we need from same service provider? because one of the reason to go for load balancing is to gain latency to the connection even when one service provider is gone/disconnected. say incase if we subscribe to same service provider and some problem in junction box(distribution point), ultimately both connections going to be affected and no use in using two connections.
If we have services from two different service provider, this is not the case.

Quote:
even splitting traffic is not possible for windows because to do that you have to edit IP/routing tables which can only be done in Linux as you can see that the user who posted the above question was also using linux because he mentioned editing routing tables which is not possible in windows.router don't configure traffic but editing routing tables do to use,say,some packets using one connection & some another.
? We can also edit routing tables in windows using 'route' command. we can define that this destination IP to be routed through this interface and gateway. But we cant define the traffic type. for that we need third party.

Quote:
using a PC which will have 3 network cards, 2 for 2 DSLs and 1 for
LAN (10 connection). then configuring the routing table so that some of
the machines use the one DSL and some second DSL.
Is there any other solutions?
why do we need 3 cards here?

Quote:
A single host making a connection to a remote
server such as the FTP server at nus.edu.sg is only going to be able to use
a single link, because if you used two, you would appear to be two separate
unrelated systems.
can you help me in understanding this, sorry that am not able to understand this by myself

I also suggest that always use router for routing traffic and not any computers (which ever linux or windows). because routers are one that are made and built primarily to do routing job so all considerations are taken while manufacturing (processor/ram/rom). But system as router, we defintely cant except the same speed and it is a kind of additional job for them.
skap is offline   Reply With Quote
Old 05-16-08, 11:02 AM   #8
Platinum Member
 
whitestar_999's Avatar
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,971
Blog Entries: 1
Rep Power: 3
whitestar_999 will become famous soon enough
Default

Quote:
I cant understand why do we need from same service provider?
if you click on properties of any dsl/adsl connection & then click on networking tab you will see a settings tab for pppoe.clicking on it will bring the ppp settings window in which there is an option"negotiate multi link for single link connections".this is the setting which if provided by an ISP provider will enable user to send & receive packets from individual links through the ISP provider as a single connection.that is why this will work only for 2 connections from a same ISP provider.

Quote:
why do we need 3 cards here?
because of the reason above.if the connections are from different service providers we need 2 different NIC's to define various rules for forwarding packets through different gateways/NIC's.in this case we can't use option"negotiate multi link for single link connections".

Quote:
can you help me in understanding this, sorry that am not able to understand this by myself
all http/ftp links established connections based on the incoming packet's IP address & even if load balancing is in place it can not send packets all with same IP address even if they are forwarded using both connections & that is why the http/ftp server will only accept connection from one of the IP address even if the packets for those IP address are forwarded through both connections.

editing routing tables is indeed possible in windows but i think it is available only for PRO edition & windows server.also XP don't work as effectively with edited routing tables as linus does so most of the users either use windows server or linux or router/modem instead of editing tables in XP.
whitestar_999 is offline   Reply With Quote
Old 05-16-08, 01:27 PM   #9
Gold Member
 
skap's Avatar
 
Join Date: May 2008
Location: India
Posts: 531
Rep Power: 2
skap will become famous soon enough
Default

yeah, i accept "negotiate multi link for single link connections" option helps to provide bandwidth aggregation. but i am talking about the service failure. if we use same service provider and if it fails, we are halted.
skap is offline   Reply With Quote
Old 05-16-08, 05:10 PM   #10
Platinum Member
 
whitestar_999's Avatar
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,971
Blog Entries: 1
Rep Power: 3
whitestar_999 will become famous soon enough
Default

Quote:
yeah, i accept "negotiate multi link for single link connections" option helps to provide bandwidth aggregation. but i am talking about the service failure. if we use same service provider and if it fails, we are halted.
that is why you can either get redundancy(by using different service providers) or increased bandwidth by combining 2 preferably similar connections from same ISP provider(like 2 256kbps) & that is why home users mostly opt for 2nd option thus choosing increased bandwidth.usually business users opt for 1st option for redundancy.anyway load balancing routers are currently not available in India & you have to bought/bring them from abroad as far as i know.also there is no point in using load balancing in India for home customers if you are going to use 2 256/512kbps connections.abroad people generally use load balancing routers for combining,say,2 8mbps or higher connections from same provider.
whitestar_999 is offline   Reply With Quote
Reply

Tags
bridging, broadband, connection, seprate

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 08:02 AM.


India Broadband Forum