For some geeks: how to use two internet connections

Operating System, Common Application & ThinkPad Utilities Questions...
Post Reply
Message
Author
bigtiger
Senior Member
Senior Member
Posts: 610
Joined: Tue Mar 21, 2006 1:28 am
Location: RI

For some geeks: how to use two internet connections

#1 Post by bigtiger » Sat Oct 21, 2006 12:40 pm

Somebody might know this.

I have two internet connections. One is low speed but has static ip. The other is wireless connection, without public ip but high speed.

Does anybody know how to configure Windows XP so that some application should use the low speed while other applications can use the high speed connection?

Thanks.

Edit: many read, but no answers. I assume most people know nothing about this. But come one, those who know SOMETHING, please put it here. Maybe we can go from there.
Last edited by bigtiger on Sun Oct 22, 2006 9:11 am, edited 1 time in total.
currently own X61S, T42, X31, Macbook Pro Unibody i5

stephenaron
Junior Member
Junior Member
Posts: 285
Joined: Sat Mar 18, 2006 5:15 pm
Location: Delray Beach, Florida

2 network connections

#2 Post by stephenaron » Sun Oct 22, 2006 8:22 am

Good question.

jdhurst
Admin
Admin
Posts: 5831
Joined: Thu Apr 29, 2004 6:49 am
Location: Toronto, Canada

#3 Post by jdhurst » Sun Oct 22, 2006 12:23 pm

I would say: Probably not. Why? Because your system can only use one internet connection at a time (normally configured) and Windows will use the active connection at the time (because all your connections today, slow or fast, use TCP/IP). I have deliberately tried dialing one of suppliers while being on broadband with the other. The dial-up works of course. But Windows gets confused (so also does Linux for those who know no better than to flame). ... JD Hurst

bigtiger
Senior Member
Senior Member
Posts: 610
Joined: Tue Mar 21, 2006 1:28 am
Location: RI

#4 Post by bigtiger » Sun Oct 22, 2006 12:47 pm

Thanks, JD Hurst. It looks like a no-no to me too.

I actually need to use the dial up when I need to use the school library system because it only accepts the IP from dialup. For normal use, I use commercial broandband.
currently own X61S, T42, X31, Macbook Pro Unibody i5

Wiz
Junior Member
Junior Member
Posts: 474
Joined: Sat May 13, 2006 6:07 am
Location: Norway

#5 Post by Wiz » Sun Oct 22, 2006 3:19 pm

Windows have a routing table (type "route print" in dos) where the IP adresses on the internet usually follow the default gateway (Dest 0.0.0.0 and mask 0.0.0.0). The default gateway is where all traffic is sent unless there is another more specific route. When you got two interfaces with a link you normally would have two default gateways, but since the traffic have to be sent out one of the interfaces only there is also a metric that decide which one of them to use.

What you could do is to add a route manually. Lets say that you want a default route out the fast speed internet connection (to send all traffic out that interface), but the traffic to 10.20.30.0 255.255.255.0 should be sent out the other interface. Then you could add the command below:

"route -p add 10.20.30.0 mask 255.255.255.0 x.x.x.x" (where x.x.x.x is the correct default gateway for your slow speed internet connection. The "-p" make sure the route is not deleted after a reboot. "route delete.....etc" is to delete the route again. The subnet 10.20.30.0 is just an example is not a valid address on the internet. And then make sure that the default route "0.0.0.0 0.0.0.0" points out the fast speed internet connection. You can change your network connection (change in the windows gui) to specify a metric for that interface instead of using automatic that you would normally do when using DHCP. That way you can make sure the default gateway for one of the interfaces is preferred when there is a link on two interfaces simultaneously. Doing this would make all traffic except the route you specified to be routed out interface 1 and the route you specified to be routed out interface 2.

This solution would make all traffic to some destination addresses to be routed according to the route you add and would be the case for all your applications. So it does not differ based on what application you use. If you want traffic to that destination somtimes to be routed out interface 1 and other times out interface 2 it won't solve your problem.

This would work and i have done it sometimes to be able to use two interfaces at the same time. The route used by windows is based on the destionation address you want to reach though and not what application you use.

Maybe this could be a solution? I hope i managed to explain this so it's possible to understand. I have never tried this with one physical interface and one dialup interface though. In my case i used two physical interfaces on my computer, but you also have the option to chose (for your dialup connection) to not use the default gateway of the remote host.

bigtiger
Senior Member
Senior Member
Posts: 610
Joined: Tue Mar 21, 2006 1:28 am
Location: RI

#6 Post by bigtiger » Sun Oct 22, 2006 7:52 pm

Thanks. Sounds like a solution. I will play with it tonight and get back to you.
currently own X61S, T42, X31, Macbook Pro Unibody i5

bigtiger
Senior Member
Senior Member
Posts: 610
Joined: Tue Mar 21, 2006 1:28 am
Location: RI

#7 Post by bigtiger » Sun Oct 22, 2006 8:05 pm

Just tried. It works pretty good. The only drawback is that I can specify applications. Ideally, I wish I could use IE to use the dialup and firefox to use the brandband.

I will go this route for search for a possible solution.

Thank you very much, wiz.
currently own X61S, T42, X31, Macbook Pro Unibody i5

seeplus
Sophomore Member
Posts: 164
Joined: Sun Aug 20, 2006 12:53 pm
Location: easton.ct.us

#8 Post by seeplus » Sun Oct 22, 2006 10:06 pm

You could set up a proxy (like privoxy: http://www.privoxy.org/)

After install, configure it to use one of the connections, and configure one of your browsers to look to privoxy for access. (let the other continue to use the default connection.)

smugiri
Senior Member
Senior Member
Posts: 774
Joined: Tue Nov 23, 2004 4:29 pm
Location: Mississauga, ON
Contact:

#9 Post by smugiri » Mon Oct 23, 2006 11:22 am

bigtiger wrote:Just tried. It works pretty good. The only drawback is that I can specify applications. Ideally, I wish I could use IE to use the dialup and firefox to use the brandband.

I will go this route for search for a possible solution.

Thank you very much, wiz.
You can do this to some extent using the Options for Firefox and IE since they are browsers.

In Firefox, choose
Tools->Options

Pick the last tab and click on the general connection button. Under each protocol, type the address of the internet connection gateway that you want to use for that app.

Do the same for IE

Tools->Internet Options

Connections Tab

Lan Settings

enter IPs for each protocol in the box that comes up.
Steve

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Windows OS (Versions prior to Windows 7)”

Who is online

Users browsing this forum: No registered users and 4 guests