More on broadband backup/load balancing

You need more than peering arrangements - you need both ISP's to send BGP down the line, and you obviously need two BGP capable routers - Oh, and you will probably then want to be a CCNA.

Forget about it...

nitro
 
You can use Win2000 Server for to use their software balancing integrated inside the OS. If you have many NIC Card or Router, W2K Server can do fail tolerance automatically for you. Before to end, just to mention that some program have a better design than other for that, an example, is eSignal and TWS from IB, these software search live for another gateway and if you plug another gateway they will continue to process the data where the shortage have leave the system. If you use RealTick, you have to shutdown the software and restart it for the solution 3.2 and 3.3 above this message.
 
Originally posted by Trade_Cents
I bought and installed the Nexland router about 2 weeks ago. I use cable as primary ISP and DSL as backup.

It is working great for me. I bought the router for $360 and I think it is worth it.

Is this the one you're referring to?

http://www.nexland.com/turbo.cfm

I know nothing about networking, but I just read about it earlier and it looks like a pretty good solution for those with cable that want a dsl backup. Assuming it works correctly, of course. PC Mag and the majority of the member reviews are positive:

http://www.pcmag.com/article2/0,4149,4263,00.asp

Have you ever had a chance to test out its backup capabilities (i.e. one of your lines went down)?

Do you use the supplementary software like Download Accelerator with it?

:cool:
 
Originally posted by MrDinky


Is this the one you're referring to?

http://www.nexland.com/turbo.cfm

I know nothing about networking, but I just read about it earlier and it looks like a pretty good solution for those with cable that want a dsl backup. Assuming it works correctly, of course. PC Mag and the majority of the member reviews are positive:

http://www.pcmag.com/article2/0,4149,4263,00.asp

Have you ever had a chance to test out its backup capabilities (i.e. one of your lines went down)?

Do you use the supplementary software like Download Accelerator with it?

:cool:

Yes that is the router I have.
I use it with two computers. I bind my main computer (the one that receives quotes and where I enter orders) to the cable (faster) modem. I bind my second computer to the DSL (slower) and use is for chat rooms, web surfing etc.

The backup works great. If the cable goes down the dsl pickups about 5 to 10 seconds later. The only problem is I sometimes have to close my quote program (AT Financial)and open it back up because a new session starts when the backup kicks in.

I dont use Download Accelerator.
 
Originally posted by miniTrdr

disable/re-enable nic is fast and would be easier if your cable is not easily accessible. just right click on nic in network connections. goto tcp/ip - add 2nd gateway with metric higher than primary. when failure occurs - go into tcp/ip change metric of secondary gateway to be lower than primary. close properties. right click nic and disable then right click nic and enable.

I went to do that and I don't have a 1st gateway. Do I need to put in both a first and second gateway?
 
Originally posted by cashonly


I went to do that and I don't have a 1st gateway. Do I need to put in both a first and second gateway?

What operating system are you using?
 
If you have multiple gateways assigned to the NIC, you can switch between them without using the control panel. For each gateway, write the following code with notepad, save it as a text file (for example cable.txt) and place it on your desktop. Right click the icon and rename it as a batch file ( cable.bat). Do the same for the other gateway (dsl). Double click on the icon when you want to change to that gateway.

route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 XXX.XXX.XXX.XXX

where XXX.XXX.XXX.XXX is the desired gateway address.
 
Back
Top