Networking Forums

Networking Forums > Computer Networking > Windows Networking > Desktop w/ 3 NICs - Multiple VPN Connections - How to configure?

Reply
Thread Tools Display Modes

Desktop w/ 3 NICs - Multiple VPN Connections - How to configure?

 
 
mtangorre
Guest
Posts: n/a

 
      02-06-2008, 12:22 AM
Hello.

Here is a brief run-down on what I would like to accomplish. If you
have any insight you could share, I would be very appreciative. In
addition, If additional hardware would make things easier, do mention
that as well.

My home PC has three network interfaces: 1 D-Link Wireless and 2
gigabit ethernet cards. I have a Linksys cable modem that I connect up
to my D-Link DIR-625 wireless router.

I work from home a lot and need to connect up to various VPNs
throughout the day. I would like to get things setup so that the
traffic for VPN-1 goes over one of the gigabit ethernet adapters and
traffic for VPN-2 goes over the other. All remaining traffic would go
over the wireless interface. I do know the various IPs/IP ranges for
each network that I VPN to if that should help.

Currently, I assign each NIC a static IP and I also have a static IP
on my cable connection into my home. One of the VPN connections uses
the CISCO VPN client, one uses the SonicWall Global VPN Client, and to
throw a kink into the mix here, sometimes I connect up to my employers
L2TP-IPSec VPN using the connection I setup in Windows Vista Ultimate.

Is what I am looking to do even possible? I am not well skilled in
this level of Networking but I have been reading up on a few possible
solutions, or partial solutions. Adding routes to the Windows route
table? Get a switch? Get another router?

Thanks for taking the time to assist.

-Mike
 
Reply With Quote
 
 
 
 
Mr. Arnold
Guest
Posts: n/a

 
      02-06-2008, 12:36 AM

"mtangorre" <(E-Mail Removed)> wrote in message
news:614f74a3-6206-4f28-8d81-(E-Mail Removed)...
>
>
> My home PC has three network interfaces: 1 D-Link Wireless and 2
> gigabit ethernet cards. I have a Linksys cable modem that I connect up
> to my D-Link DIR-625 wireless router.
>


Myself, I think you need to step-up in class to a firewall appliance, and
not a D-Link router, or may be a router/vpn solution, which might be able to
do what you want. You can also post to comp.security.firewalls, as you might
run into someone there that can help you too.


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      02-06-2008, 07:17 AM
According to your description the D-Link Wireless Nic that connects to the
D-Link DIR-625 Wireless Router is the *only* nic that is actually in use to
begin with. The other two Gigabit adapters are not even being used.

Even if all three nics were actually hooked up to something that would
simply be wrong. Every Nic in a machine (wired or wireless doesn't matter)
has to be on a separate subnet. You do not have a 3-subnet LAN that I see
in your description. Even if you did have a 3-subnet LAN it still would not
matter,...a machine is to have only one Default Gateway. Traffic destined
for a network that is not "directly connected" to the machine or does not
have a Static Route set will always use the Nic with the Default Gateway.

Also when a VPN is activated it becomes the Default Path for the entire
machine and odd things can happen if you activate more than one VPN at the
same time.

So, no,..you cannot do what you are asking.

On top of all that,..there is no point and no benefit in doing what you are
asking even if it was possible. TCP/IP traffic does not flow over a
connection in that manner,..it flows over the path according to decisions
based on Routing Tables, Nic binding, and protocol behavior (IP in this
case)


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"mtangorre" <(E-Mail Removed)> wrote in message
news:614f74a3-6206-4f28-8d81-(E-Mail Removed)...
> Hello.
>
> Here is a brief run-down on what I would like to accomplish. If you
> have any insight you could share, I would be very appreciative. In
> addition, If additional hardware would make things easier, do mention
> that as well.
>
> My home PC has three network interfaces: 1 D-Link Wireless and 2
> gigabit ethernet cards. I have a Linksys cable modem that I connect up
> to my D-Link DIR-625 wireless router.
>
> I work from home a lot and need to connect up to various VPNs
> throughout the day. I would like to get things setup so that the
> traffic for VPN-1 goes over one of the gigabit ethernet adapters and
> traffic for VPN-2 goes over the other. All remaining traffic would go
> over the wireless interface. I do know the various IPs/IP ranges for
> each network that I VPN to if that should help.
>
> Currently, I assign each NIC a static IP and I also have a static IP
> on my cable connection into my home. One of the VPN connections uses
> the CISCO VPN client, one uses the SonicWall Global VPN Client, and to
> throw a kink into the mix here, sometimes I connect up to my employers
> L2TP-IPSec VPN using the connection I setup in Windows Vista Ultimate.
>
> Is what I am looking to do even possible? I am not well skilled in
> this level of Networking but I have been reading up on a few possible
> solutions, or partial solutions. Adding routes to the Windows route
> table? Get a switch? Get another router?
>
> Thanks for taking the time to assist.
>
> -Mike



 
Reply With Quote
 
Edward.Stanyer@googlemail.com
Guest
Posts: n/a

 
      02-06-2008, 08:11 AM
On Feb 6, 8:17 am, "Phillip Windell" <philwind...@hotmail.com> wrote:
> According to your description the D-Link Wireless Nic that connects to the
> D-Link DIR-625 Wireless Router is the *only* nic that is actually in use to
> begin with. The other two Gigabit adapters are not even being used.
>
> Even if all three nics were actually hooked up to something that would
> simply be wrong. Every Nic in a machine (wired or wireless doesn't matter)
> has to be on a separate subnet. You do not have a 3-subnet LAN that I see
> in your description. Even if you did have a 3-subnet LAN it still would not
> matter,...a machine is to have only one Default Gateway. Traffic destined
> for a network that is not "directly connected" to the machine or does not
> have a Static Route set will always use the Nic with the Default Gateway.
>
> Also when a VPN is activated it becomes the Default Path for the entire
> machine and odd things can happen if you activate more than one VPN at the
> same time.
>
> So, no,..you cannot do what you are asking.
>
> On top of all that,..there is no point and no benefit in doing what you are
> asking even if it was possible. TCP/IP traffic does not flow over a
> connection in that manner,..it flows over the path according to decisions
> based on Routing Tables, Nic binding, and protocol behavior (IP in this
> case)
>
> --
> Phillip Windellwww.wandtv.com
>
> The views expressed, are my own and not those of my employer, or Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
> "mtangorre" <mtango...@gmail.com> wrote in message
>
> news:614f74a3-6206-4f28-8d81-(E-Mail Removed)...
>
> > Hello.

>
> > Here is a brief run-down on what I would like to accomplish. If you
> > have any insight you could share, I would be very appreciative. In
> > addition, If additional hardware would make things easier, do mention
> > that as well.

>
> > My home PC has three network interfaces: 1 D-Link Wireless and 2
> > gigabit ethernet cards. I have a Linksys cable modem that I connect up
> > to my D-Link DIR-625 wireless router.

>
> > I work from home a lot and need to connect up to various VPNs
> > throughout the day. I would like to get things setup so that the
> > traffic for VPN-1 goes over one of the gigabit ethernet adapters and
> > traffic for VPN-2 goes over the other. All remaining traffic would go
> > over the wireless interface. I do know the various IPs/IP ranges for
> > each network that I VPN to if that should help.

>
> > Currently, I assign each NIC a static IP and I also have a static IP
> > on my cable connection into my home. One of the VPN connections uses
> > the CISCO VPN client, one uses the SonicWall Global VPN Client, and to
> > throw a kink into the mix here, sometimes I connect up to my employers
> > L2TP-IPSec VPN using the connection I setup in Windows Vista Ultimate.

>
> > Is what I am looking to do even possible? I am not well skilled in
> > this level of Networking but I have been reading up on a few possible
> > solutions, or partial solutions. Adding routes to the Windows route
> > table? Get a switch? Get another router?

>
> > Thanks for taking the time to assist.

>
> > -Mike


There is no easy way of doing what you want here, I would suggest a
Billion VPN router that allows 20 or so different VPN connections, you
could then either risk adding the alternate local ip's in one of your
adapters and just using that, or creating 2 different virtual machines
with Vmware or something similar, although the later will be processor
intensive.

----------------------------------------------------------------------------------------------------
http://socnetreview.awardspace.com/ - Social networking reviews and
previews.
 
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
MULTIPLE NICs ON DC Robert L. \(MS-MVP\) Windows Networking 3 01-19-2008 02:22 AM
multiple NICs Remote Desktop Crash bradcl Windows Networking 3 07-19-2006 04:23 AM
How to configure two NICs for the internal network Cheongseo Windows Networking 1 02-10-2006 01:50 PM
Multiple NICs Arthus Lim Windows Networking 5 11-12-2005 05:30 PM
configure NICs to handle seperate apps MJN Windows Networking 1 07-08-2004 02:16 PM



1 2 3 4 5 6 7 8 9 10 11