Dead peer detection

Dead Peer Detection

Dead Peer Dedection

In today's interconnected world, network security is of paramount importance. Network administrators constantly strive to ensure the integrity and reliability of their networks. One crucial aspect of network security is Dead Peer Detection (DPD), a vital mechanism in monitoring and managing network connectivity. In this blog post, we will delve into the concept of Dead Peer Detection, its significance, and its impact on network security and reliability.

Dead Peer Detection is a protocol used in Virtual Private Networks (VPNs) and Internet Protocol Security (IPsec) implementations to detect the availability and reachability of remote peers. It is designed to identify if a remote peer has become unresponsive or has experienced a failure, making it a crucial mechanism for maintaining secure and reliable network connections.

DPD plays a vital role in various networking protocols such as IPsec and VPNs. It helps to detect when a peer has become unresponsive due to network failures, crashes, or other unforeseen circumstances. By identifying inactive peers, DPD enables the network to take appropriate actions to maintain reliable connections and optimize network performance.

To implement DPD effectively, network administrators need to configure appropriate DPD parameters and thresholds. These include setting the interval between control message exchanges, defining the number of missed messages before considering a peer as "dead," and specifying the actions to be taken upon detecting a dead peer. Proper configuration ensures timely and accurate detection of unresponsive peers.

While DPD provides valuable benefits, it is essential to be aware of potential challenges and considerations. False positives, where a peer is mistakenly identified as dead, can disrupt network connectivity unnecessarily. On the other hand, false negatives, where a genuinely inactive peer goes undetected, can lead to prolonged network disruptions. Careful configuration and monitoring are necessary to strike the right balance.

To maximize the effectiveness of DPD, several best practices can be followed. Regularly updating and patching network devices and software helps address potential vulnerabilities that may impact DPD functionality. Additionally, monitoring DPD logs and alerts allows for proactive identification and resolution of issues, ensuring the ongoing reliability of network connections.

Conclusion: Dead Peer Detection is a critical component of network communication and security. By detecting unresponsive peers, it enables networks to maintain reliable connections and optimize performance. However, proper configuration, monitoring, and adherence to best practices are crucial for its successful implementation. Understanding the intricacies of DPD empowers network administrators to enhance network reliability and overall user experience.

Highlights: Dead Peer Dedection

What is Dead Peer Detection?

Dead Peer Detection, commonly abbreviated as DPD, is a mechanism used in network security protocols to monitor the availability of a remote peer in a Virtual Private Network (VPN) connection. By detecting when a peer becomes unresponsive or “dead,” it ensures that the connection remains secure and stable.

When a VPN connection is established between two peers, DPD periodically sends out heartbeat messages to ensure the remote peer is still active. These heartbeat messages serve as a vital communication link between peers. If a peer fails to respond within a specified timeframe, it is considered unresponsive, and necessary actions can be taken to address the issue.

Dead Peer Detection plays a pivotal role in maintaining the integrity and security of VPN connections. Detecting unresponsive peers prevents data loss and potential security breaches and ensures uninterrupted communication between network nodes. DPD acts as a proactive measure to mitigate potential risks and vulnerabilities.

Implementing Dead Peer Detection

Implementing DPD requires configuring the appropriate parameters and thresholds in network devices and security appliances. Network administrators need to carefully determine the optimal DPD settings based on their network infrastructure and requirements. Fine-tuning these settings ensures accurate detection of dead peers while minimizing false positives.

While Dead Peer Detection offers numerous benefits, certain challenges can arise during its implementation. Issues such as misconfiguration, compatibility problems, or network congestion can affect DPD’s effectiveness. Following best practices, such as proper network monitoring, regular updates, and thorough testing, can help overcome these challenges and maximize DPD’s efficiency.

Network Security 

Dead Peer Detection (DPD) is a network security protocol that detects when a previously connected peer is no longer available. DPD sends periodic messages to network peers and waits for a response. If the peer does not respond to the messages, the Dead Peer Detection IPSec protocol will assume the peer is no longer available and will take appropriate action.

DPD detects when a peer becomes unresponsive or fails to respond to messages. This can be due to several reasons, including the peer being taken offline, a connection issue, or a system crash. When a peer is detected as unresponsive, the DPD protocol will take action, such as disconnecting the peer or removing it from the network.

DPD protocol

To ensure a secure connection, the DPD protocol requires peers to authenticate themselves with each other. This helps to verify that the peers are indeed connected and that the messages being sent are legitimate. It also ensures malicious peers cannot disrupt the network by spoofing messages. In addition to authentication, DPD also uses encryption to protect data transmitted between peers. This helps to prevent data from being intercepted or tampered with.

Related: Before you proceed, you may find the following post helpful:

  1. IPv6 Fault Tolerance
  2. Generic Routing Encapsulation
  3. Redundant Links
  4. Routing Convergence 
  5. Routing Control Platform
  6. IP Forwarding
  7. ICMPv6
  8. Port 179



IPsec DPD

Key Dead Peer Detection Discussion Points:


  • Introduction to Dead Peer Detection and what is involved.

  • Highlighting the details IKE Keepalive.

  • Critical points on GRE Tunnel Keepalive.

  • Technical details on IPv6 DPD.

Back to Basics: IPsec VPN and VPNOverview

A standard VPN

A VPN permits users to securely expand a private network across an untrusted network. When IPsec VPNs are deployed, traffic is protected to ensure that no one can view the plaintext data; this is accomplished by encryption that provides confidentiality.

IPsec VPN accomplishes this by cryptographic hashing and signing the data exchanged, which provides integrity. Remember that a VPN must be established only with a chosen peer, achieved using mutual authentication.

Please be aware of the distinctions between a VPN using IPsec and a VPN using Multiprotocol Label Switching (MPLS). MPLS uses labels to differentiate traffic. MPLS labels are used to separate traffic, but unlike IPsec, it offers no confidentiality or integrity protection.

Lab guide: Site-to-site IPsec VPN

In the following lab, we have three routers. R2 is acting just as an interconnection point. It only has an IP address configuration on its interface. We have two Cisco IOS routers to use IPSec in Tunnel mode. This means the original IP packet will be encapsulated in a new IP packet and encrypted before sending it out of the network. For this demonstration, I will be using the following three routers.

R1 and R3 each have a loopback interface behind them with a subnet. We’ll configure the IPsec tunnel between these routers to encrypt traffic from 1.1.1.1/32 to 3.3.3.3/32. Notice in the screenshot below that we can’t ping when the IPsec tunnel is not up. Once the IPsec tunnel is operational, we have reachability between the two peers.

ipsec tunnel
Diagram: IPsec Tunnel

IPsec VPN

IPSec VPN is a secure virtual private network protocol that encrypts data across different networks. It is used to protect the privacy of data transmitted over the Internet, as well as authenticate the identity of a user or device.

IPSec VPN applies authentication and encryption to the data packets traveling through a network. The authentication ensures that the data comes from a trusted source, while the encryption makes it unreadable to anyone who attempts to intercept the packets.

IPSec VPN is more secure than other VPN protocols, such as Point-to-Point Tunneling Protocol (PPTP) and Layer 2 Tunneling Protocol (L2TP). It can create a secure tunnel between two or more devices, such as computers, smartphones, or tablets. It also makes secure connections with other networks, such as the Internet. The following figure shows a generic IPsec diagram and some IPsec VPN details.

IPsec VPN
Diagram: IPsec VPN. Source Wikimedia.

Example of a VPN solution – DMVPN.

With IPsec-based VPN implementations growing in today’s complex VPN landscape, scalability, simplicity, and ease of deployment have become more critical. DMVPN enhances traditional IPsec deployments by enabling on-demand IPsec tunneling and providing scalable and dynamic IPsec environments. I

IPsec solutions can be deployed with zero-touch using DMVPN, optimizing network performance and bandwidth utilization while reducing latency across the Internet. DMVPN has several DMVPN phases, such as DMVPN phase 1, that allow scaling IPsec VPN networks to offer a large-scale IPsec VPN deployment model.

In the screenshot below, we have a DMVPN network. R1 is the Hub, and R2 and R3 are the spokes. So, we are running DMVPN phase 1. Therefore, we do not have dynamic spoke-to-spoke tunnels. We do, however, have dead peer detection configured.

The command: show crypto ikev2 sa the likev2 security associasaiton on the DMVPN network. You will also notice the complete configuration of dead peer detection under the ikev2 profile. There are two DPD options: on-demand and periodic. Finally, we have the command: debug crypto ikev2 running on the spokes receiving a DPD liveness query from the hub.

Dead peer detection

 

The Significance of Dead Peer Detection:

1. Detecting Unresponsive Peers:

DPD detects unresponsive or inactive peers within a VPN or IPsec network. By periodically sending and receiving DPD messages, devices can determine if a remote peer is still active and reachable. If a peer fails to respond within a specified time frame, it is considered dead, and appropriate actions can be taken to ensure network availability.

2. Handling Network Failures:

In network failures, such as link disruptions or device malfunctions, DPD plays a critical role in detecting and resolving these issues. By continuously monitoring the availability of peers, DPD helps network administrators identify and address network failures promptly, minimizing downtime and ensuring uninterrupted network connectivity.

3. Enhancing Network Security:

DPD contributes to network security by detecting potential security breaches. A peer failing to respond to DPD messages could indicate an unauthorized access attempt, a compromised device, or a security vulnerability. DPD helps prevent unauthorized access and potential security threats by promptly identifying and terminating unresponsive or compromised peers.

Dead Peer Detection

Main Dead Peer Detection Components

Dead Peer Detection

  • Dead Peer Detection (DPD), a vital mechanism in monitoring and managing network connectivity.

  • To ensure a secure connection, the DPD protocol requires peers to authenticate themselves with each other.

  • DPD detects unresponsive or inactive peers within a VPN or IPsec network.

  • DPD contributes to network security by detecting potential security breaches.

Implementing Dead Peer Detection:

To implement Dead Peer Detection effectively, network administrators need to consider the following key factors:

1. DPD Configuration:

Configuring DPD involves setting parameters such as DPD interval, DPD timeout, and number of retries. These settings determine how frequently DPD messages are sent, how long a peer has to respond, and the number of retries before considering a peer dead. The proper configuration ensures optimal network performance and responsiveness.

2. DPD Integration with VPN/IPsec:

DPD is typically integrated into VPN and IPsec implementations to monitor the status of remote peers. Network devices involved in the communication establish DPD sessions and exchange DPD messages to detect peer availability. It is essential to ensure seamless integration of DPD with VPN/IPsec implementations to maximize network security and reliability.

Best Practices for Dead Peer Detection:

To maximize the effectiveness of DPD, it is advisable to follow these best practices:

1. Configure Reasonable DPD Timers: Setting appropriate DPD timers is crucial to balance timely detection and avoiding false positives. The timers should be configured based on the network environment and the expected responsiveness of the peers.

2. Regularly Update Firmware and Software: Keeping network devices up-to-date with the latest firmware and software patches is essential. This helps address any potential vulnerabilities that could be exploited by attackers attempting to bypass DPD mechanisms.

3. Monitor DPD Logs: Regularly monitoring DPD logs allows network administrators to identify any recurring patterns of inactive peers. This analysis can provide insights into potential network issues or device failures that require attention.

  • Dead Peer Detection (DPS) and the shortcoming of IKE Keepalives

Dead Peer Detection (DPD) addresses the shortcomings of IKE keepalives and heartbeats by introducing a more reasonable logic governing message exchange. Essentially, keepalives and heartbeats require an exchange of HELLOs at regular intervals. DPD, on the other hand, allows each peer’s DPD state to be largely independent. Peers can request proof of liveliness whenever needed – not at predetermined intervals. This asynchronous property of DPD exchanges allows fewer messages to be sent, which is how DPD achieves increased scalability.

DPD and IPsec

Dead Peer Detection (DPD) ( IPsec DPD ) is a mechanism whereby a device will send a liveness check to its IKEv2 peer to check that the peer is functioning correctly. It is helpful in high-availability IPsec designs when multiple gateways are available to build VPN tunnels between endpoints. There needs to be a mechanism to detect remote peer failure. IPsec control plane protocol ( IKE ) is based on a connectionless protocol called User Datagram Protocol ( UDP ).

As a result, there is no way for IKE and IPsec to identify the loss of remote peers. IKE does not have a built-in mechanism to detect the availability of remote endpoints. As a result, upon remote-end failure, previously established IKE and IPsec Security Associations ( SA ) remain active until their lifetime expires.

In addition, the lack of peer loss detection may result in network “black holes” as traffic continues to forward until SAs are torn down.

Dead Peer Detection (DPD)
Diagram: Illustrating DPD. Source WordPress site.

IKE keepalive

IKE keepalive is a feature in IPsec VPNs that helps maintain secure connections between two endpoints. It sends periodic messages known as heartbeat messages, or keepalives, to both endpoints to ensure they are still connected. If one of the endpoints fails to respond, the keepalive will alert the other endpoint, allowing for a secure connection to be terminated before any data is lost.

IKE keepalive is an essential feature of IPsec VPNs and is used to ensure the reliability of secure connections between two endpoints. Using IKE Keepalive, organizations can ensure that their secure connections remain active and that any transmitted data is not lost due to a connection failure.

A lightweight mechanism known as IKE Keepalive can be deployed with the following command: crypto isakmp keepalive 60 30. The gateway device regularly sends messages to the remote gateway and waits for a response.

If three consecutive keepalive messages are unacknowledged, the Security Association ( SA ) to that peer is removed. IKE Keepalives help detect remote peer loss. However, it cannot detect whether remote networks behind the remote peer are reachable.

dead peer detection
Diagram: The need for dead peer detection.

GRE tunnel keepalive

GRE Tunnel keepalive works with point-to-point tunnels, not Dynamic Multipoint VPN ( DMVPN ). Missed keepalives bring down the GRE tunnel interface, not Phase 1 or 2 SAs. Recovery is achieved with dynamic routing or floating static routing over the tunnels. Convergence is at the GRE level and not the IPsec level.

The tunnel is down upon remote end failure, but IPsec SA and ISAKMP SA will remain active. Eventually, SAs are brought down when their lifetime expires. The default lifetime of the IKE Policy is 86,400 seconds ( one day ). GRE Tunnel Keepalives are used only with crypto-based configurations and not profile-based configurations.

  • A key point: IPv6 high availability and dynamic routing protocols

If you dislike using keepalives, you can reconverge based on the dynamic routing protocol. Routing protocols are deployed over GRE tunnels and configured routing metric influence-preferred paths.

Failover is based on a lack of receipt of peer neighbor updates, resulting in dead-time expiration and neighbor tear-down. Similar to GRE keepalives, it is not a detection mechanism based on IKE or IPsec. Phases 1 and 2 will remain active and expire only based on lifetime.

 

Dead peer detection ( DPD )

Dead peer detection is a traffic-based detection mechanism that uses IPsec traffic patterns to minimize the messages needed to confirm peer reachability. These checks are sent from each peer as an empty INFORMATIONAL exchange, which the corresponding receiving peer receives and retransmitted back to the initiating peer. The peer that initiated the liveness check can validate the returned packet by noting the message ID.

Unlike GRE or IKE keepalives, it does not send periodic keepalives. Instead, it functions because if IPsec traffic is sent and received, IPsec peers must be up and functioning. If not, no IPsec traffic would pass. On the other, if time passes without IPsec traffic, dead peer detection will start questioning peers’ liveliness.

ipsec dpd
Diagram: IPsec DPD message format

IPsec DPD must be supported and enabled by both peers. Negotiated during Phase 1, therefore, help before the tunnel is negotiated. You must clear the tunnels SA if you enable DPD after the tunnel is up. DPD parameters are not negotiated; they are locally significant.

If a device sends a liveness check to its peer and fails to receive a response, it will go into an aggressive retransmit mode, transmitting five DPD messages at a configured interval. If these transmitted DPD exchanges are not acknowledged, the peer device will be marked dead, and the IKEv2 SA and the child IPsec Security Associations will be torn down.

 

  • IPsec DPD is built into IKEv2, NOT IKEv1.

The IPSec DPD initiator is disabled and enabled by default in responder mode on IOS routers. However, it must be allowed as an initiator on BOTH ends so each side can detect the availability of the remote gateway. Unlike GRE keepalives, DPD brings down Phase 1 and 2 security associations.

Dead Peer Detection
Diagram: Dead Peer Detection. Source Cisco.

Additional Details: Dead Peer Detection

Dead Peer Detection (DPD) is a network security protocol designed to detect the failure of a peer in an IPsec connection. It is a method of detecting when an IPsec-enabled peer is no longer available on the network. The idea behind the protocol is that, by periodically sending a packet to the peer, the peer can respond to the packet and prove that it is still active. The peer is presumed dead if no response is received within a specified time.

DPD is a critical feature of IPsec because it ensures a secure connection is maintained even when one of the peers fails. It is essential when both peers must always be available, such as for virtual private networks (VPNs). In such cases, DPD can detect when one of the peers has failed and automatically re-establish the connection with a new peer.

The DPD protocol sends a packet, known as an “R-U-THERE” packet, to the peer at periodic intervals. The peer then responds with an “R-U-THERE-ACK” packet. If the response is not received within a specific time, the peer is considered dead, and the connection is terminated.

Dead Peer Detection
Diagram: Dead Peer Detection packet sniffer screenshot. Source WordPress Site.

 

Final Points on Dead Peer Detection

When two routers establish an IPsec VPN tunnel between them, connectivity between the two routers can be lost for some reason. In most scenarios, IKE and IPsec do not natively detect a loss of peer connectivity, which results in network traffic being blackholed until the SA lifetime expires.

Dead Peer Detection (DPD) helps detect the loss of connectivity to a remote IPsec peer. When DPD is enabled in on-demand mode, the two routers check for connectivity only when traffic needs to be sent to the IPsec peer and the peer’s liveliness is questionable.

In such scenarios, the router sends a DPD R-U-THERE request to query the status of the remote peer. If the remote router does not respond to the R-U-THERE request, the requesting router starts to transmit additional R-U-THERE messages every retry interval for a maximum of five retries. After that, the peer is declared dead.

DPD is configured with the command crypto ikev2 dpd [interval-time] [retry-timeon-demand in the IKEv2 profile. 

DPD and Routing Protocols

Generally, the interval time is set to twice that of the routing protocol timer (2 × 20), and the retry interval is set to 5 seconds. In essence, the total time is (2 × 20(routing-protocol)) + (5 × 5(retry-count)) = 65 seconds. This exceeds the hold time of the routing protocol and engages only when the routing protocol is not operating correctly.

In a DMVPN network, DPD is configured on the spoke routers, not the hubs, because of the CPU processing required to maintain the state for all the branch routers.

Summary: Dead Peer Dedection

Dead Peer Detection (DPD) is a crucial aspect of network communication, yet it often remains a mystery to many. In this blog post, we delved into the depths of DPD, its significance, functionality, and the benefits it brings to network administrators and users alike.

Section 1: Understanding Dead Peer Detection

At its core, Dead Peer Detection is a mechanism used in network protocols to detect the availability of a peer device or node. It continuously monitors the connection with the peer and identifies if it becomes unresponsive or “dead.” Promptly detecting dead peers allows for efficient network management and troubleshooting.

Section 2: The Working Principle of Dead Peer Detection

Dead Peer Detection operates by periodically exchanging messages, known as “keepalives,” between the peers. These keepalives serve as a heartbeat signal, confirming that the peer is still active and responsive. A peer’s failure to respond within a specified time frame is considered unresponsive, indicating a potential issue or disconnection.

Section 3: Benefits of Dead Peer Detection

3.1 Enhanced Network Reliability

By implementing Dead Peer Detection, network administrators can ensure the reliability and stability of their networks. It enables the identification of inactive or malfunctioning peers, allowing prompt actions to address potential issues.

3.2 Seamless Failover and Redundancy

DPD plays a vital role in seamless failover and redundancy scenarios. It enables devices to detect when a peer becomes unresponsive, triggering failover mechanisms that redirect traffic to alternate paths or devices. This helps maintain uninterrupted network connectivity and minimizes service disruptions.

3.3 Efficient Resource Utilization

With Dead Peer Detection in place, system resources can be utilized more efficiently. By detecting dead peers, unnecessary resources allocated to them can be released, optimizing network performance and reducing potential congestion.

Conclusion:

In conclusion, Dead Peer Detection serves as a crucial element in network management, ensuring the reliability, stability, and efficient utilization of resources. Detecting and promptly addressing unresponsive peers enhances network performance and minimizes service disruptions. So, the next time you encounter DPD, remember its significance and its benefits to the interconnected world of networks.

MPLS

VPNOverview

VPNOverview

In today's digital age, where our lives are intertwined with the virtual world, ensuring our online privacy and security has become more crucial than ever. One powerful tool that has gained immense popularity is a Virtual Private Network, commonly known as a VPN. In this blog post, we will delve into the world of VPNs, understanding what they are, how they work, and why they are essential.

A VPN is a technology that establishes a secure and encrypted connection between your device and the internet. It acts as a tunnel, routing your internet traffic through an encrypted server, providing you with a new IP address and effectively hiding your online identity. This layer of encryption ensures that your online activities remain private and protected from prying eyes.

Enhanced Online Security: By encrypting your internet connection, a VPN shields your personal information from hackers, cybercriminals, and other malicious entities. It prevents unauthorized access to your sensitive data, such as passwords, credit card details, and browsing history, while using public Wi-Fi networks or even at home.

Anonymity and Privacy: One of the primary advantages of a VPN is the ability to maintain anonymity online. With a VPN, your real IP address is masked, making it difficult for websites and online services to track your online activities. This ensures your privacy and allows you to browse the internet without leaving a digital footprint.

Bypassing Geo-restrictions: Another remarkable feature of VPNs is the ability to bypass geo-restrictions. By connecting to a server in a different country, you can access content that is otherwise restricted or blocked in your region. Whether it's streaming platforms, social media, or accessing websites in censored countries, a VPN opens up a world of possibilities.

Server Network and Locations: When selecting a VPN, consider the size and diversity of its server network. The more server locations available, the better chances of finding a server close to your physical location. This ensures faster connection speeds and a smoother browsing experience.

Strong Encryption and Protocols: Ensure that the VPN provider uses robust encryption protocols like OpenVPN, IKEv2, or WireGuard. These protocols offer high levels of security and can safeguard your data effectively. Additionally, check for features like a kill switch that automatically disconnects your internet if the VPN connection drops, preventing any potential data leaks.

User-Friendly Interface:A user-friendly and intuitive interface is essential for a smooth VPN experience. Look for VPN providers that offer easy-to-use apps for various devices and operating systems. A well-designed interface makes it effortless to connect to a VPN server and customize settings according to your preferences.

In conclusion, a VPN is an indispensable tool for anyone concerned about their online privacy and security. Not only does it encrypt your internet connection and protect your sensitive data, but it also offers the freedom to browse the internet without limitations. By choosing the right VPN provider and understanding its features, you can enjoy a safe and private online experience like never before.

Highlights: VPNOverview

A VPN, short for Virtual Private Network, is a technology that establishes a secure and encrypted connection between your device and the internet. It acts as a secure tunnel, encrypting your data and routing it through a remote server, providing you with privacy and anonymity. Using a VPN protects your online activities from potential threats, such as hackers, government surveillance, or data breaches.

When you connect to a VPN, your device creates a secure connection to a VPN server. This server is an intermediary between your device and the websites or online services you access. All the data transmitted between your device and the VPN server is encrypted, making it difficult for anyone to intercept or decipher. The VPN server then forwards your requests to the intended destination while masking your actual IP address, thus enhancing your online privacy.

Benefits of Using a VPN

Enhanced Security: By encrypting your internet traffic, a VPN ensures that sensitive information, such as passwords, financial details, or personal data, remains protected from cyber threats.

Anonymity and Privacy: With a VPN, your IP address is masked, making it challenging for websites or online services to track your online activities. This helps preserve your privacy and allows you to browse the web anonymously.

Bypassing Geographical Restrictions: VPNs allow you to bypass geo-blocks and access region-restricted content. Whether streaming services, social media platforms, or websites unavailable in your country, a VPN can give you unrestricted access.

VPN Technologies

A VPN is a logical connection between two endpoints over a public network. Based on these logical connection models, VPN technologies can be classified as Layer 2 or Layer 3 VPNs based on their logical connections. The concept of establishing connectivity between sites over a Layer 2 or Layer 3 VPN is the same. The concept involves adding a “delivery header” before the payload to get it to the destination site. The delivery header is placed at Layer 2 in Layer 2 VPNs and at Layer 3 in Layer 3 VPNs (obviously). GRE, L2TP, MPLS, and IPSec are examples of Layer 3 VPNs; ATM and Frame Relay are examples of Layer 2 VPNs.

Example: GRE as the tunneling protocol

The Generic Routing Encapsulation (GRE) protocol plays a crucial role in overlay virtual networks. GRE encapsulates packets from one network protocol within packets of another, allowing them to traverse different network infrastructures. This encapsulation enables the creation of virtual tunnels, which can securely transmit data across disparate networks. GRE provides a versatile solution for overlay virtual networks by allowing the encapsulation of various protocols, including IPv4, IPv6, and even non-IP protocols.

GRE configuration

Layer 2 VPNs

They are point-to-point VPNs that establish connectivity between sites over a virtual circuit at Layer 2 of the OSI reference model. Multiple elements and physical segments can be in a virtual circuit, allowing logical end-to-end connections between two endpoints. Virtual circuits are configured end-to-end and are commonly called permanent virtual circuits (PVCs). The switched virtual circuit (SVC) is a dynamic point-to-point virtual circuit that is less frequently used due to the complexity of troubleshooting. Layer 2 VPN technologies include ATM and Frame Relay. ATM and Frame Relay providers can provide a corporation with private site-to-site connectivity by configuring permanent virtual circuits across a shared backbone.

Layer 2 VPN

Layer 3 VPNs

When the delivery header is at Layer 3 of the OSI model, a connection can be considered a Layer 3 VPN. GRE, MPLS, and IPSec VPNs are examples of Layer 3 VPNs. Using Layer 3 VPNs, you can connect two sites point-to-point through GRE and IPSec or many sites with MPLS VPNs.

GRE Tunnels

Initially developed by Cisco, Generic Routing Encapsulation (GRE) was later standardized by RFC 1701. In RFC 1702, IP delivery headers for GRE are defined. Since GRE tunnels encapsulate private data between two IP-reachable sites, they can be described as VPNs.

GRE over IPsec

MPLS VPNs

Initially known as Tag Switching, Multiprotocol Label Switching (MPLS) was standardized by the IETF as MPLS by Cisco. Service providers increasingly offer MPLS VPN services. MPLS VPNs encapsulate the original data, or payload, with labels to form a VPN between sites, a common principle among all VPN technologies.

IPSec VPNs

Any VPN user is concerned about the security of their data when it traverses a public network. How can a VPN prevent malicious eavesdropping?

Data can be protected by encrypting it. Each site can be equipped with encryption/decryption devices to encrypt data. Over IP packet-switched networks, IPSec is a suite of protocols developed under the auspices of the IETF. IPSec VPNs deployed over the public Internet are significantly cheaper than leased-line VPNs because the Internet is the world’s most ubiquitous packet-switched network.

Access control, integrity, and confidentiality are all possible through IPSec services. IPSec encrypts and verifies information sent between remote sites. Both remote access clients and site-to-site VPNs can be deployed using IPSec.

Site to Site VPN

The Role of VPNs

A virtual private network (VPN) is a secure way to connect to a remote computer or network over the internet, allowing users to access otherwise unavailable resources. It is a private network that uses encryption technology to protect data traveling between two points, such as computers or a computer and a server. Companies commonly use VPNs to secure remote access to their internal networks and are also popular among individuals for protecting their privacy on the internet.

VPN and encrypted tunnels

A VPN creates an encrypted tunnel between the user’s computer and the remote network. All data that passes through this tunnel is secured and encrypted, making it much more difficult for hackers to intercept. This also allows users to access websites and services that their local government or ISP may block. VPNs can also spoof a user’s location, allowing them to access geo-restricted content.

When setting up a VPN, users have several options. They can use a dedicated VPN service or configure their own VPN using open-source software. The type of VPN protocol used can also vary depending on the security requirements and desired performance.

VPN network. Layer 2 and Layer 3 technologies

Virtual Private Networks ( VPNs ) are top-rated among businesses and individuals who access the Internet regularly and are provided by various suppliers. They are available as Layer 2 and Layer 3 technologies. They act as extensions, expanding private networks over public networks. Groups of different users share public networks; if privacy is required, encryption must be deployed to secure endpoint communication.

The Internet is the most prevalent and widely known “public” network. In its simplest form, a VPNoverview, VPN connects two endpoints to form a logical connection. The connection methods used for traditional VPNs act as a foundation technology used for DMVPN and the  DMVPN phases.

Before you proceed, you may find the following posts helpful:

  1. IPsec Fault Tolerance
  2. SSL Security
  3. Dead Peer Detection
  4. SDP VPN
  5. Generic Routing Encapsulation



VPNOverview.

Key VPNOverview Discussion Points:


  • Introduction to VPNs and what is involved.

  • Highlighting the details of Layer 2 and Layer 3 VPNs.

  • Critical points on IPsec and how it works.

  • Technical details on the encryption stages and the different IKE modes.

  • Technical details on NAT-T and IPsec.

Lab guide with DMVPN. A layer 3 VPN over the WAN.

DMVPN can be used as an overlay with IPsec or GRE. It enables a VPN from the DMVPN hub and the spokes, creating a DMVPN network. Depending on the DMVPN phase, we will have different VPN characteristics and routing techniques. We started with DMVPN Phase 1, the traditional hub, and spoke to what is more widely used today, DMVPN Phase 3, which offers on-demand spoke-to-spoke tunnels.

The screenshot from the lab guide below shows that we have R11 as the hub and R31 as the spoke. We are operating with DMVPN phase 3. We know this as we have a “Traffic Indication” message sent from R11 to the spokes. A “Traffic Indication” is core to DMVPN Phase 3 and is used when there has been spoken-to-spoke traffic.

The hub is telling the spoke that there is a more optimal path and to go directly to the other spoke instead of going via the hub. Another key VPN configuration value for DMVPN Phase 3 is the command: Tunnel mode gre multipoint on the spokes. Both spokes and hubs use multipoint GRE instead of point-to-point GRE.

DMVPN Phase 3
Diagram: DMVPN Phase 3 configuration

Back to basics with VPNOverview

Concepts of VPN

A VPN allows users to expand a private network across an untrusted network. The term “Virtual” emphasizes that a logical private connection virtually extends the private network. A VPN can be secure or insecure. We can use IPsec to secure VPNs. In addition, when IPsec VPNs are used, traffic will be protected to ensure that an observer cannot view the plaintext data.

Almost every operating system ships with an IPsec VPN client, and numerous hardware devices provide various IPsec VPN gateway functionality. As a result, IPsec VPNs are a popular choice now for secure connectivity over the Internet or for delivering secure communications over untrusted networks.

VPNOverview

Concepts of IPSec

IPsec (Internet Protocol Security) is a network security protocol that encrypts IP packets. It protects data communications between two or more computers by providing authentication and encryption. It is one of the world’s most widely used security protocols, as it is the de facto standard for protecting data in transit across the Internet. It also secures private networks, such as those used by corporations and government agencies.

IPsec works by authenticating and encrypting each IP packet of a communication session. It uses two main protocols to provide this security: Authenticated Header (AH) and Encapsulated Security Payload (ESP). AH provides authentication and data integrity, while ESP includes encryption. The two protocols can be used together or separately to provide the desired level of security.

IPsec can secure various communication protocols, including TCP, UDP, and ICMP. It is also used to protect mobile devices, such as smartphones, which require secure communication between them and the network they are attached to. IPsec also provides an additional layer of security by providing access control. This means that only authenticated users can access the data. This is especially important when protecting sensitive information and corporate data.

IPsec VPN
Diagram: IPsec VPN. Source Wikimedia.

Concepts of IKEv1 vs IKEV2

IKEv1 and IKEv2 are two major versions of the Internet Key Exchange (IKE) protocol; both are used to create secure Virtual Private Networks (VPNs). IKEv1 was the original version, developed in 1998, and IKEv2 was released in 2005.

Both versions of IKE use the same cryptographic algorithms and protocols, but IKEv2 is the more secure version due to its additional features. For example, IKEv2 is capable of automatic re-keying, which IKEv1 does not support, and the IKEv2 protocol is implemented more structured and modularly than IKEv1. Additionally, IKEv2 has more advanced authentication methods, such as EAP and XAUTH, and supports the authentication of multiple peers.

IKEv2 is also more efficient than IKEv1, as it is designed to reduce the amount of data sent over the network. This helps to increase the speed of the VPN connection. Finally, IKEv2 is more resilient in the face of network issues and disruptions, as it supports the ability to reconnect automatically.

It is important to note that IKEv1 and IKEv2 have advantages and drawbacks. For example, IKEv1 is more straightforward to deploy and configure but is less secure than IKEv2. On the other hand, IKEv2 is more secure but may require more effort to set up.

Ultimately, when deciding between IKEv1 and IKEv2, the network’s security requirements and the VPN connection’s desired performance must be considered.

VPNoverview: Layer 3 and Layer 2 VPNs

Firstly, for a VPNoverview, let’s start with the basics of Layer 2 and 3 VPNs. Layer 2 virtual private network: Frame Relay or ATM Permanent Virtual Circuits ( PVC ) utilize someone else’s public transport to build private tunnels with ( VC ) virtual circuits. A Virtual Private LAN Service ( VPLS ) network creates tunnels over the Multi-Protocol Label Switched ( MPLS ) core. Ethernet VLAN or QinQ is also an example of a Layer 2 VPN. Layer 3 virtual private network: Generic Routing Encapsulation ( GRE ) tunnels and MPLS tunnels between Service providers and customers is an example of a Layer 3 VPN.

Also, IP Protocol Security ( IPsec ) tunnels which is the focus of this post. The critical advantage of Layer 3 IPsec VPNs is the independence of the access method. You can establish a VPN if you establish IPv4 or IPv6 connectivity between two endpoints. VPNs do not require encryption, but encryption can take place if needed.

What is IP protocol security ( IPsec )?

IPsec is a suite of protocols that provide security services for IP packets at the network layer. IPsec creates P2P associations between tunnel endpoints. Authenticates and encrypts packets. A broad term that encompasses the following features;

vpn overview
Diagram: VPN overview

VPNoverview and encryption

In the next stage of this VPNoverivew, we will discuss encryption. VPNs encrypt packets with symmetric ciphers, e.g., DES, 3DES, and AES. Ciphers work with the concept of key exchange. In particular, the symmetric cipher key used to encrypt on one side is the same key to decrypt on another side. The same key is used at both endpoints.

Symmetric encryption contrasts with asymmetric encryption ( public key algorithms ), which utilizes separate public and private keys – one for encryption and another for decryption. The encryption key is known as the public key and is made public. The private key is kept secret and used for decryption.

Encryption takes plain text and makes it incomprehensible to unauthorized recipients. A matching key is required to decode the “incomprehensible” text into readable form. Decryption is the reverse of encryption. It changes the encrypted data back to plain text form. Encryption takes effect AFTER Network Address Translation ( NAT ) and Routing.

IPsec and ISAKMP

ASA uses ISAKMP negotiations and IPsec security features to establish and maintain tunnels for LAN-to-LAN and client-to-LAN VPNs. Tunnels are dynamically negotiated with control plane protocols, IKEv1/IKEv2, over UDP port 500. ISAKMP is a protocol that allows two VPN endpoints to agree and build IPsec security associations. ASA supports both ISAKMP version 1 and ISAKMP version 2. IKEv1 supports connections from legacy Cisco VPN clients, and IKEv2 supports the AnyConnect VPN client.

There are two main phases for tunnel establishment. The first phase objective is to establish and create a tunnel. The second Phase governs traffic within the tunnel. ISAKMP security associations govern tunnel establishment, and IPsec security associations govern traffic within the tunnel.

Key elements agreed upon in Phase 1 before endpoints proceed to Phase 2

Phase 1Establishes-preliminary tunnel; used to protect later ISAKMP negotiation messages.
Securely negotiate the encryption parameters for Phase 2.
Phase 1 results in ISAKMP SA
Phase 2Creates the secure tunnel used to protect end-point data.
IPSEC SA is used to transport protected traffic.
Tunnel mode, AH** & ESP are negotiated.
Phase 1 results in IPSEC SA

**AH only support authentication and is therefore rarely used for VPN. AH can be used in IPv6 OSPFv3 for neighbor authentication.

KEY POINT: Phase 1 is bidirectional, and Phase 2 uses two unidirectional messages. Phase 2 ESP and AH cannot be inspected by default ASA policies, which may become problematic for stateful firewalls. Phase 1 uses IKE UDP and UDP, which are inspected by default.

IKEv1 vs IKEv2

The main difference between IKEv1 and IKEv2 is authentication methods. With IKEv1, both endpoints must use the same authentication method; the encryption method must be symmetric.

IKEv2 is more flexible and does not need symmetric authentication types—possible to have certificates at one end and pre-shared keys at the other end.

IKE initiator sends all of the policies through a proposal. It’s up to the remote end to respond, check its policies, and agree if the receiving policies are acceptable. Policies are matched sequentially. The first match was utilized with an implicit deny at the bottom. IKEv2 allows multiple encryptions and asymmetric authentication types for a single policy.

Two IKE modes: Main and aggressive mode

IKE has two modes of operation: Main Mode and Aggressive Mode.

Main Mode uses more ( 6 ) messages than Aggressive Mode and takes longer to process. It’s slower but protects the identity of communicating with peers.

Aggressive, useless ( 3 ) messages are quicker but less secure. Aggressive mode lets people know the endpoint identity, such as an IP address or Fully Qualified Domain Name ( FQDN ). It does not wait for the secure tunnel before you exchange your identity, allowing flexible authentication.

NAT-T and IPsec

IPsec uses ESP to encrypt data. It does this by encapsulating the entire inner TCP/UDP datagram within the ESP header. Like TCP and UDP, ESP is an IP protocol, but unlike TCP and UDP, it does not have any port information. No ports prevent ESP from passing through NAT / PAT devices. Nat-T auto-detects transit NAT / PAT devices and encapsulates IPsec traffic in UDP datagrams using port 4500. By encapsulating ESP into UDP, it now has port numbers, enabling the pass-through of PAT/NAT gateways.

ISAKMP does not have the same problem, as its control plane already works on UDP. As with any data encryption, it is always important to compare what is on the market to keep your data safe.

Summary: VPNOverview

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.