Networking Forums

Networking Forums > Computer Networking > Broadband > Cable/ADSL

Reply
 
 
Bazza
Guest
Posts: n/a

 
      04-03-2006, 06:55 PM
Hi all,
Have NTL cable but since they have pi***d me of i have reconnected my
BT line and subscribed to ADSL.
I wish to compare both over a period of 3 months (min contract for adsl,
fs2, without paying connection charge)
I have disabled DHCP from the adsl router/modem and connected into my
existing router which also has the cable modem linked in, I have fixed
ip address's on all equipment.
I can access the internet through the ADSL modem by changing the gateway
and dns in network connections but cannot find an easy way to switch
between the two without going back in and changing the network
connection settings.
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.

Bazza
 
Reply With Quote
 
 
 
 
poster
Guest
Posts: n/a

 
      04-03-2006, 08:50 PM
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)


--
A few GB a month (at up to 8000 kbps) for 14.99 ? Yes!
See <http://tinyurl.com/5jpa4> I'm happy to save cash!
 
Reply With Quote
 
Nig
Guest
Posts: n/a

 
      04-03-2006, 09:02 PM
Bazza 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.


I use this at jbex to great effect, as I often have to change networks:

<http://www.mobilenetswitch.com/>

Or you can use Windows built-in Netsh but it's not so intuitive. You can
get netsh from the command line.
 
Reply With Quote
 
Bazza
Guest
Posts: n/a

 
      04-04-2006, 07:25 AM
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
 
Reply With Quote
 
poster
Guest
Posts: n/a

 
      04-04-2006, 07:45 AM
On 04 Apr 2006, Bazza <(E-Mail Removed)> wrote:

>Looking at the above I assume that i could create a batch file


Yes. Just remember to put the ROUTE DELETE commands in, too !

--
A few GB a month (at up to 8000 kbps) for 14.99 ? Yes!
See <http://tinyurl.com/5jpa4> I'm happy to save cash!
 
Reply With Quote
 
The Simpsons
Guest
Posts: n/a

 
      04-04-2006, 05:40 PM

"Nig" <(E-Mail Removed)> wrote in message
news:e0s2d9$dfo3$(E-Mail Removed)...
> Bazza 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.

>
> I use this at jbex to great effect, as I often have to change networks:
>
> <http://www.mobilenetswitch.com/>
>
> Or you can use Windows built-in Netsh but it's not so intuitive. You can
> get netsh from the command line.


Get back to your shed!

F


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADSL to Cable Andy Broadband 9 01-08-2007 01:03 PM
NTL ADSL (not Cable) MAC Mark Carver Broadband 4 10-01-2006 08:34 AM
ADSL v Cable? Gareth Broadband 5 03-07-2004 05:10 PM
adsl or cable HJ Broadband 8 11-18-2003 10:35 AM
Cable vs. ADSL Twinkletoes Broadband 60 09-22-2003 07:00 PM



1 2 3 4 5 6 7 8 9 10 11