Vista VPN

Posted: 08-09-2007, 03:14 PM
Hi:

I found an interesting article on the Web while searching for a VPN solution
that runs on Vista:
http://theillustratednetwork.mvps.or...P/PPTPVPN.html

This solution is built into Vista. Is this secure? Does this use encrypted
connnections? And wouldn't I need a static and public IP address for the PC
running Vista for this to work?

Thx.

Reply With Quote

Responses to "Vista VPN"

Jesper
Guest
Posts: n/a
 
RE: Vista VPN
Posted: 08-09-2007, 04:06 PM
PPTP is a perfectly acceptable VPN technology, although IPsec is a more
common technology to use now. Both use encrypted connections (which is
essentially the definition of VPN) and neither needs static addresses.
---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"JJ" wrote:
> Hi:
>
> I found an interesting article on the Web while searching for a VPN solution
> that runs on Vista:
> http://theillustratednetwork.mvps.or...P/PPTPVPN.html
>
> This solution is built into Vista. Is this secure? Does this use encrypted
> connnections? And wouldn't I need a static and public IP address for the PC
> running Vista for this to work?
>
> Thx.
>
Reply With Quote
JJ
Guest
Posts: n/a
 
RE: Vista VPN
Posted: 08-09-2007, 04:12 PM
Can this work with Vista over the Internet?

Thanks.

"Jesper" wrote:
> PPTP is a perfectly acceptable VPN technology, although IPsec is a more
> common technology to use now. Both use encrypted connections (which is
> essentially the definition of VPN) and neither needs static addresses.
> ---
> Your question may already be answered in Windows Vista Security:
> http://www.amazon.com/gp/product/047...otectyourwi-20
>
>
> "JJ" wrote:
>
> > Hi:
> >
> > I found an interesting article on the Web while searching for a VPN solution
> > that runs on Vista:
> > http://theillustratednetwork.mvps.or...P/PPTPVPN.html
> >
> > This solution is built into Vista. Is this secure? Does this use encrypted
> > connnections? And wouldn't I need a static and public IP address for the PC
> > running Vista for this to work?
> >
> > Thx.
> >
Reply With Quote
Jesper
Guest
Posts: n/a
 
RE: Vista VPN
Posted: 08-09-2007, 04:54 PM
Yes.
---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"JJ" wrote:
> Can this work with Vista over the Internet?
>
> Thanks.
>
> "Jesper" wrote:
>
> > PPTP is a perfectly acceptable VPN technology, although IPsec is a more
> > common technology to use now. Both use encrypted connections (which is
> > essentially the definition of VPN) and neither needs static addresses.
> > ---
> > Your question may already be answered in Windows Vista Security:
> > http://www.amazon.com/gp/product/047...otectyourwi-20
> >
> >
> > "JJ" wrote:
> >
> > > Hi:
> > >
> > > I found an interesting article on the Web while searching for a VPN solution
> > > that runs on Vista:
> > > http://theillustratednetwork.mvps.or...P/PPTPVPN.html
> > >
> > > This solution is built into Vista. Is this secure? Does this use encrypted
> > > connnections? And wouldn't I need a static and public IP address for the PC
> > > running Vista for this to work?
> > >
> > > Thx.
> > >
Reply With Quote
JJ
Guest
Posts: n/a
 
RE: Vista VPN
Posted: 08-09-2007, 07:38 PM
Well, how is it going to work over the Internet if the Vista PC doesn't have
a static and public IP address?

Thx.

"Jesper" wrote:
> Yes.
> ---
> Your question may already be answered in Windows Vista Security:
> http://www.amazon.com/gp/product/047...otectyourwi-20
>
>
> "JJ" wrote:
>
> > Can this work with Vista over the Internet?
> >
> > Thanks.
> >
> > "Jesper" wrote:
> >
> > > PPTP is a perfectly acceptable VPN technology, although IPsec is a more
> > > common technology to use now. Both use encrypted connections (which is
> > > essentially the definition of VPN) and neither needs static addresses.
> > > ---
> > > Your question may already be answered in Windows Vista Security:
> > > http://www.amazon.com/gp/product/047...otectyourwi-20
> > >
> > >
> > > "JJ" wrote:
> > >
> > > > Hi:
> > > >
> > > > I found an interesting article on the Web while searching for a VPN solution
> > > > that runs on Vista:
> > > > http://theillustratednetwork.mvps.or...P/PPTPVPN.html
> > > >
> > > > This solution is built into Vista. Is this secure? Does this use encrypted
> > > > connnections? And wouldn't I need a static and public IP address for the PC
> > > > running Vista for this to work?
> > > >
> > > > Thx.
> > > >
Reply With Quote
Jesper
Guest
Posts: n/a
 
RE: Vista VPN
Posted: 08-09-2007, 07:56 PM
It will work the same way any other packet that goes through a network
address translator works (DHCP is entirely orthogonal to this issue). PPTP,
proposed in RFC 2637, simply encapsulates a TCP or UDP session in a GRE
packet. The surrounding IP packet gets address translated just like any other
traffic, in accordance with RFC 2663.

This is the same way IPsec works, except that IPsec validates the source
address on the encapsulating packet. Therefore you have to use IPsec NAT-T,
per RFCs 3715, 3947, and 3948, and perform the encapsulation inside a UDP
packet instead of GRE. That's all handled automatically by the stack in
Windows.

When you connect you get an address local to the remote network. That
address is link-local to the VPN head-end and it will respond to ARP messages
for that address. When it gets a request for that address it simply
encapsulates the packet and ships it to you across the VPN.

This stuff has worked for 10 years at least, longer if you count pre-cursor
technologies like PPP. It's not exactly new technology.
---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"JJ" wrote:
> Well, how is it going to work over the Internet if the Vista PC doesn't have
> a static and public IP address?
>
> Thx.
>
> "Jesper" wrote:
>
> > Yes.
> > ---
> > Your question may already be answered in Windows Vista Security:
> > http://www.amazon.com/gp/product/047...otectyourwi-20
> >
> >
> > "JJ" wrote:
> >
> > > Can this work with Vista over the Internet?
> > >
> > > Thanks.
> > >
> > > "Jesper" wrote:
> > >
> > > > PPTP is a perfectly acceptable VPN technology, although IPsec is a more
> > > > common technology to use now. Both use encrypted connections (which is
> > > > essentially the definition of VPN) and neither needs static addresses.
> > > > ---
> > > > Your question may already be answered in Windows Vista Security:
> > > > http://www.amazon.com/gp/product/047...otectyourwi-20
> > > >
> > > >
> > > > "JJ" wrote:
> > > >
> > > > > Hi:
> > > > >
> > > > > I found an interesting article on the Web while searching for a VPN solution
> > > > > that runs on Vista:
> > > > > http://theillustratednetwork.mvps.or...P/PPTPVPN.html
> > > > >
> > > > > This solution is built into Vista. Is this secure? Does this use encrypted
> > > > > connnections? And wouldn't I need a static and public IP address for the PC
> > > > > running Vista for this to work?
> > > > >
> > > > > Thx.
> > > > >
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I Use Windows Vista To Restore My PC Backup Without A Vista Partition But With A Vista DVD? Guest Windows Vista 0 04-16-2008 12:00 PM
Vista Ulitimate 64 ~ Media Center works with Hauppauge HVR 1600, or Vista has 4MB memory . Not both. Robert Windows Vista Hardware & Devices 0 04-14-2007 09:29 PM
So called Vista Upgrade Advisor Lies to Sell OEM Vista (no recovery mechanism when you buy) Chad Harris Windows Vista Install & Setup 1 09-10-2006 12:26 PM
Vista and Office 2007-stopped becuz Vista says digial cert not valid???? Jeff Windows Vista 7 06-09-2006 07:20 PM
Dual Boot XP Drive1, Vista Drive3 - Vista Black Screen issue Coakeyoakey Windows Vista 1 06-05-2006 01:53 PM