Results 1 to 3 of 3

Thread: Vpn

  1. #1

    Thread Starter
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Vpn

    Is a VPN connection pretty much the same as a winsock control(VB6) client server connection, with added authentification rules?

    Anyone know of an easy to use free VPN client and server?

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Vpn

    Hey,

    I think I am right in saying that comparing a VPN to a winsock control would be wrong, there is a lot more to a VPN than that.

    Windows has a built in VPN Client that you can use to connect to a VPN Server. The solution that I use is ClarkConnect:

    http://www.clarkconnect.com/

    This is an all in one solution which also includes VPN. You can either have individual PC's connecting to the VPN, or you can do a network to network connection, this would include two ClarkConnect boxes at either side of the VON connection.

    I am sure that there are multiple other tools out there that do a similar job, but this is the only one that I have had dealing with.

    Hope that helps!!

    Gary

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Vpn

    A VPN is much more than a simple TCP connection. A VPN typically consists of a tunnel facilitated on both ends by routing rules and a virtual network interface which accepts packets bound for the other end of the tunnel and encapsulates them using encryption.

    Look at OpenVPN for a free (GPLv2) solution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width