Is it possible to use two seperate internet connections on one computer?

Associate
Joined
18 Feb 2009
Posts
335
Location
Burton Upon Trent
On my desktop I can either use my wireless network (1.5mbps line with tiscali) or plug in my Vodafone Mobile Internet Dongle that can get a HSUPA signal and out performs my regular home broadband. My question is for downloading large files (such as BFBC2 R10 = 2.4GB) I want to use my mobile broadband stick as its a lot quicker, but can I still have an active wireless connection to my home broadband to surf the net and play games online at the same time as my download?

Thanks
 
Simplest solution if you know where you want to be downloading from (IP address or range) through the dongle would be to set up static routing.

ROUTE ADD xxx.xxx.xxx.xxx MASK yyy.yyy.yyy.yyy zzz.zzz.zzz.zzz

Where xxx.xxx.xxx.xxx = The IP address or network of the servers that you wish to download, yyy.yyy.yyy.yyy = the subnet mask of the xxx.xxx.xxx.xxx value, and zzz.zzz.zzz.zzz = the IP address of the gateway you wish the traffic to use.

So say for example your WiFi connection is 192.168.0.x and your mobile dongle 192.168.51.x, set the route accordingly.
 
Simplest solution if you know where you want to be downloading from (IP address or range) through the dongle would be to set up static routing.

ROUTE ADD xxx.xxx.xxx.xxx MASK yyy.yyy.yyy.yyy zzz.zzz.zzz.zzz

Where xxx.xxx.xxx.xxx = The IP address or network of the servers that you wish to download, yyy.yyy.yyy.yyy = the subnet mask of the xxx.xxx.xxx.xxx value, and zzz.zzz.zzz.zzz = the IP address of the gateway you wish the traffic to use.

So say for example your WiFi connection is 192.168.0.x and your mobile dongle 192.168.51.x, set the route accordingly.

don't forget the -p switch to make it persistent.
 
Back
Top Bottom