What Is VPN Passthrough, and What Is It Used For? (2024)

A VPN passthrough is a feature on routers that allows encrypted VPN data packets from devices on your local network to pass through the router’s firewall without being blocked or dropped.

It’s important to note that VPN passthrough does not establish the VPN connection itself. The actual VPN connection is created between the device (e.g., your computer or smartphone) and the VPN server.

VPN passthrough merely facilitates the unhindered flow of this VPN traffic through your router.

Without a VPN passthrough enabled, some older VPN protocols may not work correctly due to conflicts with NAT.

Routers use NAT to allow multiple devices on a local network to share a single public IP address. The NAT type also determines how accessible your local network is from the internet.

Older VPN protocols like L2TP, PPTP, and IPsec are not compatible with NAT. If you’re using a PPTP or IPsec VPN on an outbound connection without a VPN passthrough enabled, your router may drop the VPN packets or block the VPN connection altogether.

A VPN passthrough essentially forwards your VPN traffic through the router, allowing it to bypass the NAT process. For example, if you enable an IPSec passthrough, the IPsec traffic will be internally passed through to an Application Layer Gateway, which handles the redirection of traffic instead.

Newer VPN protocols like OpenVPN, IKEv2, and WireGuard are compatible with NAT, so they do not require VPN passthrough to function correctly.

By understanding how a VPN passthrough works, you can determine if enabling this feature on your router is necessary for your particular VPN setup.

How Does VPN Passthrough Work?

VPN passthrough facilitates the smooth transmission of VPN traffic through your router’s NAT process. When your VPN software attempts to connect with a remote VPN server, it uses VPN protocols to encapsulate its connection requests, which then pass through your router’s NAT.

NAT allows a single public IP address to be shared among many devices on a local network by transparently translating the private IP addresses used on the internal network into the public IP address needed for communication over the internet. It acts as an intermediary, mapping the private IP addresses to the public IP address and vice versa.

However, problems arise with older VPN protocols like PPTP, LT2P and IPsec, as these protocols encrypt and repackage data packets in a way that does not provide NAT with enough information to deliver them to their intended recipients.

There can be multiple private IPs associated with a single public address, and it’s impossible for NAT to know which one to forward the data to.

Instead of disabling NAT on your router, which is generally not advised, VPN passthrough provides a more elegant solution.

Here’s why disabling NAT is not recommended:

  • IP address conservation: NAT helps reduce the need for a large pool of public IP addresses by allowing many private IPs to use just one or a few public IPs.
  • Security: NAT hides the private IP addresses of devices on the internal network from the public internet, adding a layer of protection.
  • Flexibility: Devices on the private network can have their IP addresses changed without affecting connectivity to the internet or other networks.

A VPN passthrough solves the compatibility issue by allowing the encrypted VPN traffic to bypass the NAT process, ensuring that the VPN packets are delivered to their intended recipients without interference.

This enables seamless VPN connectivity while preserving the benefits of NAT for your local network.

Types of VPN Passthrough

What Is VPN Passthrough, and What Is It Used For? (1)

VPN passthrough forwards your VPN traffic through the router, bypassing NAT in the process.

Instead of being blocked by NAT, we can use VPN passthrough functionality on the router.

VPN passthrough allows the router to identify and properly handle VPN protocols like PPTP, L2TP, and IPsec.

The specific implementation of VPN passthrough varies depending on the VPN protocol being used.

However, the general principle involves modifying the VPN data channels to include additional identifier fields, such as Call IDs or Session IDs.

The router then associates this data channel traffic with the corresponding control channel connection using these identifiers and the destination IP address, allowing it to correctly forward the VPN data packets to the server by translating the private IP/ports while leaving the encrypted payload untouched.

PPTP Passthrough

PPTP passthrough allows VPN traffic to traverse through the NAT router or firewall by modifying how the PPTP protocol functions:

  1. PPTP uses a TCP control channel (port 1723) for tunnel establishment/management, and a GRE data channel for the encrypted data packets.
  2. GRE lacks port numbers, conflicting with NAT’s need for port translation.
  3. Passthrough adds a Call ID field to the GRE header, acting as as a substitute for port numbers.
  4. When a PPTP client initiates a VPN connection, it sends a request over the TCP control channel on port 1723, which the router allows through standard NAT rules.
  5. The PPTP server responds with a unique Call ID inserted into the GRE data channel packets.
  6. The router inspects the GRE packets, associating them with the control channel using the Call ID and destination IP.
  7. The router translates the client’s private IP/port and forwards the GRE data to the VPN server, establishing the PPTP VPN tunnel.

IPsec Passthrough

IPsec passthrough works using NAT-Traversal (NAT-T) technology:

  1. IPsec secures IP communications by authenticating/encrypting data packets at the IP layer but conflicts with NAT as it embeds IP addresses within the data stream.
  2. NAT-T encapsulates IPsec packets inside UDP packets that NAT can handle.
  3. The IPsec client behind NAT initiates a connection to a server, sending an IKE (Internet Key Exchange) packet over UDP port 4500.
  4. The NAT router detects this UDP traffic and translates the client’s private IP/port to a public IP/port.
  5. The IPsec server responds with an IKE packet in UDP, which NAT routes back to the client.
  6. After IKE negotiation, IPsec data (ESP packets) is also encapsulated in UDP packets using port 4500.
  7. NAT translates the UDP/IP headers but leaves the IPsec payload untouched, allowing the VPN traffic to pass through the router.

LT2P Passthrough

L2TP passthrough works similarly to PPTP, as L2TP originated from PPTP and L2F:

  1. Like PPTP, L2TP uses a TCP control channel (port 1701) for tunnel management, and a UDP data channel for encrypted packets.
  2. The UDP data channel lacks port numbers, conflicting with NAT’s translation requirements.
  3. L2TP passthrough adds a Session ID field to the L2TP over UDP header. This Session ID acts as a substitute for port numbers that NAT can use for translation.
  4. When an L2TP client initiates a VPN connection, it sends a request over the TCP control channel (port 1701). The router allows this traffic through using standard NAT rules.
  5. The L2TP server responds with a unique Session ID, which is inserted into the L2TP header of the UDP data channel packets.
  6. The router inspects the UDP packets and associates them with the corresponding TCP control channel connection based on the Session ID and destination IP address.
  7. The router then translates the private IP/port of the L2TP client to its public IP/port and forwards the UDP data packets to the VPN server, allowing the L2TP VPN tunnel to be established.

Is VPN Passthrough the Same as a VPN Client?

VPN passthrough and a VPN client are entirely different things. A VPN client is a software application installed on your device that allows you to configure your VPN’s connection settings. It’s through the VPN client that you choose your server, adjust your settings, and enable the connection.

VPN passthrough is a feature on your router that allows VPN clients to connect to the server using older protocols. It’s enabled in your router’s settings.

What’s the Difference Between VPN Passthrough and a VPN Router?

A VPN router is a router with VPN software installed on it. It encrypts traffic from all devices on your local network, protecting them simultaneously.

You can buy VPN routers pre-installed with VPN software or flash compatible router with custom firmware like OpenWrt or FreshTomato. VPN routers support modern VPN protocols like OpenVPN and WireGuard, offering advanced features.

The VPN router acts as the VPN client, establishing a tunnel between itself and the VPN server. This allows devices without native VPN support (e.g., game consoles, smart TVs, IoT) to connect securely.

In contrast, VPN passthrough is a feature on regular routers that allows VPN traffic to pass through by modifying the protocol headers for NAT compatibility. With passthrough, the VPN client runs on your device, not the router.

What Is VPN Passthrough, and What Is It Used For? (2024)
Top Articles
With Recession Fears Looming, History Says You Should Be Buying This ETF | The Motley Fool
How to Avoid Looking Like a Tourist in France | France Vacations | Great Value Vacations
Urist Mcenforcer
Don Wallence Auto Sales Vehicles
Ventura Craigs List
Mylife Cvs Login
B67 Bus Time
Comenity Credit Card Guide 2024: Things To Know And Alternatives
Watch TV shows online - JustWatch
Keniakoop
What is the difference between a T-bill and a T note?
Craigslist Pets Longview Tx
Shreveport Active 911
Foodland Weekly Ad Waxahachie Tx
Dr Adj Redist Cadv Prin Amex Charge
Billionaire Ken Griffin Doesn’t Like His Portrayal In GameStop Movie ‘Dumb Money,’ So He’s Throwing A Tantrum: Report
Dumb Money, la recensione: Paul Dano e quel film biografico sul caso GameStop
Violent Night Showtimes Near Amc Fashion Valley 18
Team C Lakewood
Aerocareusa Hmebillpay Com
Never Give Up Quotes to Keep You Going
Okc Body Rub
Weldmotor Vehicle.com
Craigslist Ludington Michigan
Lbrands Login Aces
Meijer Deli Trays Brochure
Yu-Gi-Oh Card Database
Florence Y'alls Standings
Till The End Of The Moon Ep 13 Eng Sub
How often should you visit your Barber?
Street Fighter 6 Nexus
Sports Clips Flowood Ms
Los Amigos Taquería Kalona Menu
new haven free stuff - craigslist
Green Bay Crime Reports Police Fire And Rescue
2016 Honda Accord Belt Diagram
Grapes And Hops Festival Jamestown Ny
Avance Primary Care Morrisville
Wsbtv Fish And Game Report
The Best Restaurants in Dublin - The MICHELIN Guide
The All-New MyUMobile App - Support | U Mobile
Riverton Wyoming Craigslist
Conan Exiles Armor Flexibility Kit
Trivago Sf
Former Employees
Theater X Orange Heights Florida
Sacramentocraiglist
Anonib New
Lightfoot 247
What Are Routing Numbers And How Do You Find Them? | MoneyTransfers.com
Dr Seuss Star Bellied Sneetches Pdf
Primary Care in Nashville & Southern KY | Tristar Medical Group
Latest Posts
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 6456

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.