What is the difference between VPN and VPN pass-through?

What is the difference between VPN and VPN pass-through?

In this Q&A, our VPN expert describes the difference between a true VPN and VPN pass-through, a feature often found in small business Internet gateway devices.

QUESTION: I have heard about VPN and VPN pass-through. Please explain the difference between them.
You

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

will see this feature mainly in small business Internet gateway devices. This is an excellent question because it confuses a lot of folks who don't know much about the inner workings of VPNs.

A small business network device that supports true VPN will probably support either IPsec, PPTP, L2TP or...  SSL VPN technologies. This means that the device actually has an implementation of the protocol running on it and can be used to connect to a central server or VPN gateway; therefore, a VPN client would not be required.

On the other hand, a small-business network device that supports VPN pass-throu gh simply means that it can support "passing through" packets that originate from VPN clients (typically on laptops or PCs) out through a VPN server on the Internet. A special feature like this is needed because:

 

  1. These small business devices are involved with NAT and PAT
  2. VPN protocols like IPsec (and the associated data path ESP) don't have a specific port number for the device to multiplex the port address translation back to your laptop or PC
  3. This feature enables some special processing of packets that are IPsec ESP data packets and allows the device to keep a table of active connected VPN tunnels.


This was first published in July 2007