PC Review


Reply
Thread Tools Rate Thread

Broadband and dialup at same time?

 
 
Aidan O'Shea
Guest
Posts: n/a
 
      7th Jul 2003

Apologies if this is a duplicate question! Is it
possible to use both a dial-up connection and a Broadband
connection simultaneously?

We have a DirecWay satellite broadband connection via a
USB modem which meets our basic internet demands, but we
also need video conferencing which doesn't work well on
satellite due to latency issues so we want to use a dial-
up for netmeeting without killing our broadband
connection. Is there a way to allow both connections to
be active at the same time?

Thanks.
Aidan
 
Reply With Quote
 
 
 
 
Darren Flynn
Guest
Posts: n/a
 
      7th Jul 2003
Shooting in the dark a bit here, but have you tried it?

Could it just be a case of setting up the dial up and
telling Netmeeting to use that as it's connection? (it's
been a while since I used NM, but if it's like Outlook/IE
then you can specify which connection to use).

I'd have thought in theory at least that it should work?


>-----Original Message-----
>
>Apologies if this is a duplicate question! Is it
>possible to use both a dial-up connection and a

Broadband
>connection simultaneously?
>
>We have a DirecWay satellite broadband connection via a
>USB modem which meets our basic internet demands, but we
>also need video conferencing which doesn't work well on
>satellite due to latency issues so we want to use a dial-
>up for netmeeting without killing our broadband
>connection. Is there a way to allow both connections to
>be active at the same time?
>
>Thanks.
>Aidan
>.
>

 
Reply With Quote
 
Steve Winograd [MVP]
Guest
Posts: n/a
 
      7th Jul 2003
In article <093201c34482$1d4eda10$(E-Mail Removed)>, "Aidan O'Shea"
<(E-Mail Removed)> wrote:
>Apologies if this is a duplicate question! Is it
>possible to use both a dial-up connection and a Broadband
>connection simultaneously?
>
>We have a DirecWay satellite broadband connection via a
>USB modem which meets our basic internet demands, but we
>also need video conferencing which doesn't work well on
>satellite due to latency issues so we want to use a dial-
>up for netmeeting without killing our broadband
>connection. Is there a way to allow both connections to
>be active at the same time?
>
>Thanks.
>Aidan


In general, Windows XP can only use one network connection at a time
for Internet access. In particular, it isn't possible to specify
which connection to use based on which program is accessing the
Internet.

If you know the exact IP address(es) that you'll connect to for video
conferencing, you can probably do what you want. It would require:

1. Disabling the default gateway on the dial-up connection:

2. Adding one or more static routes to the TCP/IP route table after
making the dial-up connection. The route(s) would tell it to use the
dial-up connection to reach the IP address(es) needed for video
conferencing.

To disable the default gateway on the dial-up connection:

A. Right click the connection.

B. Click Properties | Networking | Internet Protocol (TCP/IP) |
Properties.

C. Click Advanced.

D. Un-check "Use default gateway on remote network".

To add a static route to a specific IP address for video conferencing:

A. Open a command prompt window.

B. Enter this command:

route add a.b.c.d mask 255.255.255.255 w.x.y.z

where "a.b.c.d" is the IP address that you want to reach for video
conferencing and "w.x.y.z" is the IP address assigned to the dial-up
connection.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Reply With Quote
 
Aidan O'Shea
Guest
Posts: n/a
 
      8th Jul 2003

Thanks for the great reply. Reconfigured dial-up
connection as you suggested and works perfectly for
static IP addresses which is what we wanted.

Many, many thanks.
Aidan


>-----Original Message-----
>In article <093201c34482$1d4eda10

$(E-Mail Removed)>, "Aidan O'Shea"
><(E-Mail Removed)> wrote:
>>Apologies if this is a duplicate question! Is it
>>possible to use both a dial-up connection and a

Broadband
>>connection simultaneously?
>>
>>We have a DirecWay satellite broadband connection via a
>>USB modem which meets our basic internet demands, but

we
>>also need video conferencing which doesn't work well on
>>satellite due to latency issues so we want to use a

dial-
>>up for netmeeting without killing our broadband
>>connection. Is there a way to allow both connections

to
>>be active at the same time?
>>
>>Thanks.
>>Aidan

>
>In general, Windows XP can only use one network

connection at a time
>for Internet access. In particular, it isn't possible

to specify
>which connection to use based on which program is

accessing the
>Internet.
>
>If you know the exact IP address(es) that you'll connect

to for video
>conferencing, you can probably do what you want. It

would require:
>
>1. Disabling the default gateway on the dial-up

connection:
>
>2. Adding one or more static routes to the TCP/IP route

table after
>making the dial-up connection. The route(s) would tell

it to use the
>dial-up connection to reach the IP address(es) needed

for video
>conferencing.
>
>To disable the default gateway on the dial-up connection:
>
>A. Right click the connection.
>
>B. Click Properties | Networking | Internet Protocol

(TCP/IP) |
>Properties.
>
>C. Click Advanced.
>
>D. Un-check "Use default gateway on remote network".
>
>To add a static route to a specific IP address for video

conferencing:
>
>A. Open a command prompt window.
>
>B. Enter this command:
>
> route add a.b.c.d mask 255.255.255.255 w.x.y.z
>
>where "a.b.c.d" is the IP address that you want to reach

for video
>conferencing and "w.x.y.z" is the IP address assigned to

the dial-up
>connection.
>--
>Best Wishes,
>Steve Winograd, MS-MVP (Windows Networking)
>
>Please post any reply as a follow-up message in the news

group
>for everyone to see. I'm sorry, but I don't answer

questions
>addressed directly to me in E-mail or news groups.
>
>Microsoft Most Valuable Professional Program
>http://mvp.support.microsoft.com
>.
>

 
Reply With Quote
 
Steve Winograd [MVP]
Guest
Posts: n/a
 
      8th Jul 2003
In article <0cd601c3453c$3b435a90$(E-Mail Removed)>, "Aidan O'Shea"
<(E-Mail Removed)> wrote:
>>>Apologies if this is a duplicate question! Is it
>>>possible to use both a dial-up connection and a Broadband
>>>connection simultaneously?
>>>
>>>We have a DirecWay satellite broadband connection via a
>>>USB modem which meets our basic internet demands, but we
>>>also need video conferencing which doesn't work well on
>>>satellite due to latency issues so we want to use a dial-
>>>up for netmeeting without killing our broadband
>>>connection. Is there a way to allow both connections to
>>>be active at the same time?

>>
>>In general, Windows XP can only use one network connection at a time
>>for Internet access. In particular, it isn't possible to specify
>>which connection to use based on which program is accessing the
>>Internet.
>>
>>If you know the exact IP address(es) that you'll connect to for video
>>conferencing, you can probably do what you want. It would require:
>>
>>1. Disabling the default gateway on the dial-up connection:
>>
>>2. Adding one or more static routes to the TCP/IP route table after
>>making the dial-up connection. The route(s) would tell it to use the
>>dial-up connection to reach the IP address(es) needed for video
>>conferencing.
>>
>>To disable the default gateway on the dial-up connection:
>>
>>A. Right click the connection.
>>
>>B. Click Properties | Networking | Internet Protocol (TCP/IP) |
>>Properties.
>>
>>C. Click Advanced.
>>
>>D. Un-check "Use default gateway on remote network".
>>
>>To add a static route to a specific IP address for video conferencing:
>>
>>A. Open a command prompt window.
>>
>>B. Enter this command:
>>
>> route add a.b.c.d mask 255.255.255.255 w.x.y.z
>>
>>where "a.b.c.d" is the IP address that you want to reach for video
>>conferencing and "w.x.y.z" is the IP address assigned to the dial-up
>>connection.

>
>Thanks for the great reply. Reconfigured dial-up
>connection as you suggested and works perfectly for
>static IP addresses which is what we wanted.
>
>Many, many thanks.
>Aidan


You're welcome! I'm glad that my suggestion worked so well for you.
Thanks for letting the news group know.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Send a fax from my PC using broadband *not* dialup ©® Freeware 9 13th Jan 2006 10:36 PM
Broadband and Dialup at same time =?Utf-8?B?RGF2aWQgTQ==?= Windows XP General 10 22nd Dec 2005 02:44 PM
Using Dialup and Broadband Connections at the Same Time? Dwight Stewart Windows XP Help 17 8th Mar 2005 12:42 PM
Using Dialup and Broadband Connections at the Same Time? Dwight Stewart Windows XP General 17 8th Mar 2005 12:42 PM
Can't stop IE from using dialup instead of broadband KenV Windows XP Help 2 4th Mar 2005 04:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:28 AM.