I can't help you with the router with 2 WAN ports, although I see others have posted to help you out.
I have 2 Internet connections: one a cable broadband (my primary) connection, and one a dial-up (56K) modem connection (my backup). You CANNOT automatically use bandwidth from both of your connections; you need to specify one or the other as your default gateway (i.e., your path over the desired connection).
In Windows 2000, I have created 2 DOS .bat files, each with its own icon. Each makes use of the DOS "route add" command, which forces the gateway to accordingly. In the event that my primary broadband goes down (I will know because my IB and RealTick apps will disconnect/reconnect), I click on my DOS icon that sets my gateway over my dialup. It's not automatic, but it's a real quick way to keep things up and running if you are a trader. It has saved me, on several occassions for sure.
Assuming, that the DOS command file "broadband.bat" exists in my folder, "c:\connections". I create a shortcut on my desktop that points to this file. The file's contents will contain the "route add" command as follows:
route add 0.0.0.0 mask 0.0.0.0 192.168.2.1
where 192.168.2.1 is the IP address of the gateway I desire.
To verify, that it has been set correctly, use the "route print"
command from a DOS prompt, and make sure that the "Default Gateway" address is set accordingly.
Similarly, create a 2nd DOS batch file, that sets your gateway over your secondary connection.
Any questions, Email me at doug@expss.com.
I have 2 Internet connections: one a cable broadband (my primary) connection, and one a dial-up (56K) modem connection (my backup). You CANNOT automatically use bandwidth from both of your connections; you need to specify one or the other as your default gateway (i.e., your path over the desired connection).
In Windows 2000, I have created 2 DOS .bat files, each with its own icon. Each makes use of the DOS "route add" command, which forces the gateway to accordingly. In the event that my primary broadband goes down (I will know because my IB and RealTick apps will disconnect/reconnect), I click on my DOS icon that sets my gateway over my dialup. It's not automatic, but it's a real quick way to keep things up and running if you are a trader. It has saved me, on several occassions for sure.
Assuming, that the DOS command file "broadband.bat" exists in my folder, "c:\connections". I create a shortcut on my desktop that points to this file. The file's contents will contain the "route add" command as follows:
route add 0.0.0.0 mask 0.0.0.0 192.168.2.1
where 192.168.2.1 is the IP address of the gateway I desire.
To verify, that it has been set correctly, use the "route print"
command from a DOS prompt, and make sure that the "Default Gateway" address is set accordingly.
Similarly, create a 2nd DOS batch file, that sets your gateway over your secondary connection.
Any questions, Email me at doug@expss.com.