poster wrote:
> On 03 Apr 2006 19:55, Bazza <(E-Mail Removed)> wrote:
>
>
>>Is there an easy way to switch between the two connections? could i
>>install another network card into the PC, plug it into the router and
>>create another connection, one for adsl and one for cable? i assume i
>>would have to disable/enable each connection as required.
>
>
> Depends a bit on what version of Windows you use, and what you want to
> do (switching traffic on a temporary or permanet basis is an option on
> Windows XP, but not for Windows 9x AFAIK).
>
> You can use simple "ROUTE ADD" commands to switch gateway from one to
> other for traffic. With NTL on 10.0.0.100 and ADSL on 10.0.0.200 you
> will have one gateway as the default (eg 10.0.0.100) but for either a
> particular address range, or for all traffic, you can select the ADSL
> by entering "ROUTE ADD <ip address> {mask <mask>} <gateway> " which
> would be "ROUTE ADD 0.0.0.0 mask 0.0.0.0 10.0.0.200" (all traffic)
> or just "ROUTE ADD 212.0.0.0 mask 255.0.0.0 10.0.0.200" for a small
> range or "ROUTE ADD <ip> 10.0.0.200" for a single IP address.
>
> eg ROUTE ADD 217.163.8.200 10.0.0.200 for a particular service (which
> in this case is the WRN North American stream from a European server)
>
>
Running XP pro
Most of my equipment use fixed ip's in the range 192.168.123.***, a
couple of laptops and pda use dhcp via wireless
The usr router is *.254, cable modem is linked into this
The adsl is *.191, plugged into the usr.
Looking at the above I assume that i could create a batch file to switch
between connections (will have to put on my thinking cap, long time
since i played with dos)
cheers
Bazza
|