Networking Forums

Networking Forums > Computer Networking > Windows Networking > Site to Site VPN works. How does traffic been routed?

Reply
Thread Tools Display Modes

Site to Site VPN works. How does traffic been routed?

 
 
eric
Guest
Posts: n/a

 
      02-24-2004, 02:26 PM
I have setup a site to site VPN for our remote branch using pptp. The
following is the setting:

head quarter branch
T1 (192.168.1.x) 756K DSL(192.168.2.x)
DC--VPN============internet===========VPN--clients
through (DHCP)
permanent VPN

I have branch DHCP server pointed its DNS to DC's integrated DNS. If
the name can not be resolved, it will go to forwarder.

Everything works fine. My question is how does branch clients access
internet? Does all the internet traffic route through HQ's T1?
Whenever the branch VPN server connected to HQ vpn server, HQ's T1
traffic increase about 50%. Is it normal? Is there anyway to tune
it?
tks
eric
 
Reply With Quote
 
 
 
 
Tom Thompson
Guest
Posts: n/a

 
      02-24-2004, 08:59 PM
I think it depends on how you have your branch clients default gateway
configured.

Please correct me if I'm wrong, but I think if the branch clients have a
default gateway of the branch site router, the branch site clients will use
the DSL link. If the DG is set as the headquarters router then the branch
site clients use the T1

TomT



"eric" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> I have setup a site to site VPN for our remote branch using pptp. The
> following is the setting:
>
> head quarter branch
> T1 (192.168.1.x) 756K DSL(192.168.2.x)
> DC--VPN============internet===========VPN--clients
> through (DHCP)
> permanent VPN
>
> I have branch DHCP server pointed its DNS to DC's integrated DNS. If
> the name can not be resolved, it will go to forwarder.
>
> Everything works fine. My question is how does branch clients access
> internet? Does all the internet traffic route through HQ's T1?
> Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> traffic increase about 50%. Is it normal? Is there anyway to tune
> it?
> tks
> eric



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-25-2004, 01:17 AM
It depends on how the link is set up. Normally these are set up so
that local machines access the Internet through the local router, and only
inter-office traffic is sent through the VPN link. The only way to know for
sure is to look at the routing table of the routers involved.

"eric" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> I have setup a site to site VPN for our remote branch using pptp. The
> following is the setting:
>
> head quarter branch
> T1 (192.168.1.x) 756K DSL(192.168.2.x)
> DC--VPN============internet===========VPN--clients
> through (DHCP)
> permanent VPN
>
> I have branch DHCP server pointed its DNS to DC's integrated DNS. If
> the name can not be resolved, it will go to forwarder.
>
> Everything works fine. My question is how does branch clients access
> internet? Does all the internet traffic route through HQ's T1?
> Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> traffic increase about 50%. Is it normal? Is there anyway to tune
> it?
> tks
> eric



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      02-25-2004, 02:03 PM
It isn't very complex Eric.

If the LAN is a single subnet (looks like yours is) then the clients simply
use the VPN Device as the Default Gateway. The VPN Device itself is smart
enough to know the difference between Internet traffic and your "intranet"
traffic and handle it properly. Routing inside the VPN Device is pretty much
automatic because the VPN link is considered a "Directly Connected Network"
and due to that alone will already have a routing table entry.

Yes, the traffic usage will jump up because you are running both Internet
traffic and "intranet" traffic on the same T1. Also VPN just on its own has
much more overhead in the Protocols than just straight TCP/IP traffic.

VPN is not a very big "performer". It is not as efficient as a private
leased line, but it is cheaper, which is probably the biggest legitiment
attraction to it. But due to all the marketing "hype" everyone is in a mad
scramble to setup VPNs, just like they were all in a mad scramble to get on
the Internet back in the mid 1990's. Then they become confused and
disappointed that is doesn't perform as smoothly and quickly as the older
leased lines.

We have over 20 sites connected by VPN from all across the US and Puerto
Rico. It used to be all done with lease lines, now it is VPN. The change
came due to cost savings, not because VPN is better (because it is not
better).

I guess I have to get on my VPN Soap Box and "spew" once in a while. :-)

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"eric" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> I have setup a site to site VPN for our remote branch using pptp. The
> following is the setting:
>
> head quarter branch
> T1 (192.168.1.x) 756K DSL(192.168.2.x)
> DC--VPN============internet===========VPN--clients
> through (DHCP)
> permanent VPN
>
> I have branch DHCP server pointed its DNS to DC's integrated DNS. If
> the name can not be resolved, it will go to forwarder.
>
> Everything works fine. My question is how does branch clients access
> internet? Does all the internet traffic route through HQ's T1?
> Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> traffic increase about 50%. Is it normal? Is there anyway to tune
> it?
> tks
> eric



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-26-2004, 06:07 AM
Another thing which can make VPN seem slow is using ADSL. ADSL routers
are designed to give you faster download speeds, usually by a factor of 4
(like 64k/256k). If you use these for a VPN link, the VPN traffic runs at
the lower speed, because all traffic is is an upload as far as one of the
routers is concerned. Add the inevitable Internet holdups and
encryption/encapsulation overheads and it is not speedy!

"Phillip Windell" <@.> wrote in message
news:u0wYZC7#(E-Mail Removed)...
> It isn't very complex Eric.
>
> If the LAN is a single subnet (looks like yours is) then the clients

simply
> use the VPN Device as the Default Gateway. The VPN Device itself is smart
> enough to know the difference between Internet traffic and your "intranet"
> traffic and handle it properly. Routing inside the VPN Device is pretty

much
> automatic because the VPN link is considered a "Directly Connected

Network"
> and due to that alone will already have a routing table entry.
>
> Yes, the traffic usage will jump up because you are running both Internet
> traffic and "intranet" traffic on the same T1. Also VPN just on its own

has
> much more overhead in the Protocols than just straight TCP/IP traffic.
>
> VPN is not a very big "performer". It is not as efficient as a private
> leased line, but it is cheaper, which is probably the biggest legitiment
> attraction to it. But due to all the marketing "hype" everyone is in a

mad
> scramble to setup VPNs, just like they were all in a mad scramble to get

on
> the Internet back in the mid 1990's. Then they become confused and
> disappointed that is doesn't perform as smoothly and quickly as the older
> leased lines.
>
> We have over 20 sites connected by VPN from all across the US and Puerto
> Rico. It used to be all done with lease lines, now it is VPN. The change
> came due to cost savings, not because VPN is better (because it is not
> better).
>
> I guess I have to get on my VPN Soap Box and "spew" once in a while. :-)
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
> "eric" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) om...
> > I have setup a site to site VPN for our remote branch using pptp. The
> > following is the setting:
> >
> > head quarter branch
> > T1 (192.168.1.x) 756K DSL(192.168.2.x)
> > DC--VPN============internet===========VPN--clients
> > through (DHCP)
> > permanent VPN
> >
> > I have branch DHCP server pointed its DNS to DC's integrated DNS. If
> > the name can not be resolved, it will go to forwarder.
> >
> > Everything works fine. My question is how does branch clients access
> > internet? Does all the internet traffic route through HQ's T1?
> > Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> > traffic increase about 50%. Is it normal? Is there anyway to tune
> > it?
> > tks
> > eric

>
>



 
Reply With Quote
 
Tom Thompson
Guest
Posts: n/a

 
      02-26-2004, 04:56 PM
True, our offices used this configuration for over a year. I was extremely
slow , so we had to upgrad to a T



"Bill Grant" <not.available@online> wrote in message
news:%23NK6B$C$(E-Mail Removed)...
> Another thing which can make VPN seem slow is using ADSL. ADSL routers
> are designed to give you faster download speeds, usually by a factor of 4
> (like 64k/256k). If you use these for a VPN link, the VPN traffic runs at
> the lower speed, because all traffic is is an upload as far as one of the
> routers is concerned. Add the inevitable Internet holdups and
> encryption/encapsulation overheads and it is not speedy!
>
> "Phillip Windell" <@.> wrote in message
> news:u0wYZC7#(E-Mail Removed)...
> > It isn't very complex Eric.
> >
> > If the LAN is a single subnet (looks like yours is) then the clients

> simply
> > use the VPN Device as the Default Gateway. The VPN Device itself is

smart
> > enough to know the difference between Internet traffic and your

"intranet"
> > traffic and handle it properly. Routing inside the VPN Device is pretty

> much
> > automatic because the VPN link is considered a "Directly Connected

> Network"
> > and due to that alone will already have a routing table entry.
> >
> > Yes, the traffic usage will jump up because you are running both

Internet
> > traffic and "intranet" traffic on the same T1. Also VPN just on its own

> has
> > much more overhead in the Protocols than just straight TCP/IP traffic.
> >
> > VPN is not a very big "performer". It is not as efficient as a private
> > leased line, but it is cheaper, which is probably the biggest legitiment
> > attraction to it. But due to all the marketing "hype" everyone is in a

> mad
> > scramble to setup VPNs, just like they were all in a mad scramble to get

> on
> > the Internet back in the mid 1990's. Then they become confused and
> > disappointed that is doesn't perform as smoothly and quickly as the

older
> > leased lines.
> >
> > We have over 20 sites connected by VPN from all across the US and Puerto
> > Rico. It used to be all done with lease lines, now it is VPN. The change
> > came due to cost savings, not because VPN is better (because it is not
> > better).
> >
> > I guess I have to get on my VPN Soap Box and "spew" once in a while.

:-)
> >
> > --
> >
> > Phillip Windell [MCP, MVP, CCNA]
> > www.wandtv.com
> >
> >
> > "eric" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed) om...
> > > I have setup a site to site VPN for our remote branch using pptp. The
> > > following is the setting:
> > >
> > > head quarter branch
> > > T1 (192.168.1.x) 756K DSL(192.168.2.x)
> > > DC--VPN============internet===========VPN--clients
> > > through (DHCP)
> > > permanent VPN
> > >
> > > I have branch DHCP server pointed its DNS to DC's integrated DNS. If
> > > the name can not be resolved, it will go to forwarder.
> > >
> > > Everything works fine. My question is how does branch clients access
> > > internet? Does all the internet traffic route through HQ's T1?
> > > Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> > > traffic increase about 50%. Is it normal? Is there anyway to tune
> > > it?
> > > tks
> > > eric

> >
> >

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      02-26-2004, 07:38 PM
That makes me want to check on mine at home. It is supposed to be 256 both
ways, but what they tell me and what really happens could be two different
things. I use only a DSL modem (no router) if that makes any difference,
but I know my VPN performance is miserable.


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Bill Grant" <not.available@online> wrote in message
news:#NK6B$C$(E-Mail Removed)...
> Another thing which can make VPN seem slow is using ADSL. ADSL routers
> are designed to give you faster download speeds, usually by a factor of 4
> (like 64k/256k). If you use these for a VPN link, the VPN traffic runs at
> the lower speed, because all traffic is is an upload as far as one of the
> routers is concerned. Add the inevitable Internet holdups and
> encryption/encapsulation overheads and it is not speedy!
>
> "Phillip Windell" <@.> wrote in message
> news:u0wYZC7#(E-Mail Removed)...
> > It isn't very complex Eric.
> >
> > If the LAN is a single subnet (looks like yours is) then the clients

> simply
> > use the VPN Device as the Default Gateway. The VPN Device itself is

smart
> > enough to know the difference between Internet traffic and your

"intranet"
> > traffic and handle it properly. Routing inside the VPN Device is pretty

> much
> > automatic because the VPN link is considered a "Directly Connected

> Network"
> > and due to that alone will already have a routing table entry.
> >
> > Yes, the traffic usage will jump up because you are running both

Internet
> > traffic and "intranet" traffic on the same T1. Also VPN just on its own

> has
> > much more overhead in the Protocols than just straight TCP/IP traffic.
> >
> > VPN is not a very big "performer". It is not as efficient as a private
> > leased line, but it is cheaper, which is probably the biggest legitiment
> > attraction to it. But due to all the marketing "hype" everyone is in a

> mad
> > scramble to setup VPNs, just like they were all in a mad scramble to get


> on
> > the Internet back in the mid 1990's. Then they become confused and
> > disappointed that is doesn't perform as smoothly and quickly as the

older
> > leased lines.
> >
> > We have over 20 sites connected by VPN from all across the US and Puerto
> > Rico. It used to be all done with lease lines, now it is VPN. The change
> > came due to cost savings, not because VPN is better (because it is not
> > better).
> >
> > I guess I have to get on my VPN Soap Box and "spew" once in a while.

:-)
> >
> > --
> >
> > Phillip Windell [MCP, MVP, CCNA]
> > www.wandtv.com
> >
> >
> > "eric" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed) om...
> > > I have setup a site to site VPN for our remote branch using pptp. The
> > > following is the setting:
> > >
> > > head quarter branch
> > > T1 (192.168.1.x) 756K DSL(192.168.2.x)
> > > DC--VPN============internet===========VPN--clients
> > > through (DHCP)
> > > permanent VPN
> > >
> > > I have branch DHCP server pointed its DNS to DC's integrated DNS. If
> > > the name can not be resolved, it will go to forwarder.
> > >
> > > Everything works fine. My question is how does branch clients access
> > > internet? Does all the internet traffic route through HQ's T1?
> > > Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> > > traffic increase about 50%. Is it normal? Is there anyway to tune
> > > it?
> > > tks
> > > eric

> >
> >

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-27-2004, 12:06 AM
If it's genuine DSL, it should be symmetric (same both ways). The A in
ADSL stands for Asymmetric, indicating not balanced.

"Phillip Windell" <@.> wrote in message
news:uscm0hK$(E-Mail Removed)...
> That makes me want to check on mine at home. It is supposed to be 256 both
> ways, but what they tell me and what really happens could be two different
> things. I use only a DSL modem (no router) if that makes any difference,
> but I know my VPN performance is miserable.
>
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
> "Bill Grant" <not.available@online> wrote in message
> news:#NK6B$C$(E-Mail Removed)...
> > Another thing which can make VPN seem slow is using ADSL. ADSL

routers
> > are designed to give you faster download speeds, usually by a factor of

4
> > (like 64k/256k). If you use these for a VPN link, the VPN traffic runs

at
> > the lower speed, because all traffic is is an upload as far as one of

the
> > routers is concerned. Add the inevitable Internet holdups and
> > encryption/encapsulation overheads and it is not speedy!
> >
> > "Phillip Windell" <@.> wrote in message
> > news:u0wYZC7#(E-Mail Removed)...
> > > It isn't very complex Eric.
> > >
> > > If the LAN is a single subnet (looks like yours is) then the clients

> > simply
> > > use the VPN Device as the Default Gateway. The VPN Device itself is

> smart
> > > enough to know the difference between Internet traffic and your

> "intranet"
> > > traffic and handle it properly. Routing inside the VPN Device is

pretty
> > much
> > > automatic because the VPN link is considered a "Directly Connected

> > Network"
> > > and due to that alone will already have a routing table entry.
> > >
> > > Yes, the traffic usage will jump up because you are running both

> Internet
> > > traffic and "intranet" traffic on the same T1. Also VPN just on its

own
> > has
> > > much more overhead in the Protocols than just straight TCP/IP traffic.
> > >
> > > VPN is not a very big "performer". It is not as efficient as a

private
> > > leased line, but it is cheaper, which is probably the biggest

legitiment
> > > attraction to it. But due to all the marketing "hype" everyone is in

a
> > mad
> > > scramble to setup VPNs, just like they were all in a mad scramble to

get
>
> > on
> > > the Internet back in the mid 1990's. Then they become confused and
> > > disappointed that is doesn't perform as smoothly and quickly as the

> older
> > > leased lines.
> > >
> > > We have over 20 sites connected by VPN from all across the US and

Puerto
> > > Rico. It used to be all done with lease lines, now it is VPN. The

change
> > > came due to cost savings, not because VPN is better (because it is not
> > > better).
> > >
> > > I guess I have to get on my VPN Soap Box and "spew" once in a while.

> :-)
> > >
> > > --
> > >
> > > Phillip Windell [MCP, MVP, CCNA]
> > > www.wandtv.com
> > >
> > >
> > > "eric" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed) om...
> > > > I have setup a site to site VPN for our remote branch using pptp.

The
> > > > following is the setting:
> > > >
> > > > head quarter branch
> > > > T1 (192.168.1.x) 756K DSL(192.168.2.x)
> > > > DC--VPN============internet===========VPN--clients
> > > > through (DHCP)
> > > > permanent VPN
> > > >
> > > > I have branch DHCP server pointed its DNS to DC's integrated DNS.

If
> > > > the name can not be resolved, it will go to forwarder.
> > > >
> > > > Everything works fine. My question is how does branch clients

access
> > > > internet? Does all the internet traffic route through HQ's T1?
> > > > Whenever the branch VPN server connected to HQ vpn server, HQ's T1
> > > > traffic increase about 50%. Is it normal? Is there anyway to tune
> > > > it?
> > > > tks
> > > > eric
> > >
> > >

> >
> >

>
>



 
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
Site-to-Site VPN client routing question - clients at branch office not able to access network at HQ Hii Sing Chung Windows Networking 13 10-19-2007 10:47 AM
PPTP users cannot access branch office (even though site to site works) Monster Windows Networking 1 08-11-2006 04:20 AM
VPN Site-to-site stops working after applying SP1 - HotFix 8976651 didn't work! |mouse| Windows Networking 3 09-22-2005 09:19 PM
another vpn wins site to site to site problem* Christopher S. Daane Windows Networking 5 04-21-2004 07:25 AM
Advice on site to site connection and internet access Jaime Broadband 0 09-24-2003 03:44 PM



1 2 3 4 5 6 7 8 9 10 11