How do I use 2 Separate Net Connections Selectively?

NMD83

Honorable
Mar 29, 2014
18
0
10,510
Hi all,

For security reasons I have to connect to certain websites and applications on a white-listed Static IP. It was WAY cheaper for me to add a separate DSL line for this purpose.

So now I have my cable net and the static DSL plugged into separate adapters on my pc. But I had to disable the cable adapter in order to get my browser and applications to use the correct connection.

What I'm asking is, is there any easy way for me to keep both active, and only utilize the terribly slow DSL connection for the sites and applications that need it?

I added in that I am using Windows 7 but I guess it didn't save, sorry.

Thanks!!
 
Solution
The "magic" command is called ROUTE. You need to remove the default route on the device that is not you primary internet. You can do that in the network configuration or you can use ROUTER DELETE to get rid of the 0.0.0.0 route on the secondary internet.

You then use ROUTE ADD to force the machine to use the secondary connection for certain IP. It can get very tedious if you have a large number of IP to do.

NMD83

Honorable
Mar 29, 2014
18
0
10,510


Ouch, besides that being a pain in and of itself, adds further complication to my work. All of this is for work btw.
 
The "magic" command is called ROUTE. You need to remove the default route on the device that is not you primary internet. You can do that in the network configuration or you can use ROUTER DELETE to get rid of the 0.0.0.0 route on the secondary internet.

You then use ROUTE ADD to force the machine to use the secondary connection for certain IP. It can get very tedious if you have a large number of IP to do.
 
Solution

NMD83

Honorable
Mar 29, 2014
18
0
10,510


Hey, Thanks so much for this!!! Pretty much exactly what I needed. Still open to other solutions but gonna give this one a try. Just as soon as I can get a giant corporation to provide me with the info on the IP addresses, lol.
 


Just run a wireshark capture for a while. You should get most the addresses pretty quickly. If they use akamai where the ip move around from time to time it will be a little harder but most times you always use the closest serves.