Cloud-Native VPN Head-End for Seamless Failover

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing VPN systems face challenges in providing seamless uptime and dynamic failover, especially when using WireGuard VPNs, due to complexities in key management, identity management, and handling mobile devices with changing IP addresses, which can complicate Equal Cost Multi-Path (ECMP) networking and user association.

Innovation Solution

A highly distributed VPN head-end system utilizing a lightweight database, such as a key/value store, to manage VPN namespaces and sessions, allowing for dynamic failover and recreation of VPN sessions with minimal downtime, without requiring changes to the WireGuard protocol, and enabling 'just-in-time' dynamic VPN head-end services.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If WireGuard VPN technology is deployed with simple peer-to-peer connections, then ease of operation is improved, but reliability and seamless uptime during node failures deteriorates

Engineering Contradiction:
Improveease of VPN setupVSAvoidseamless uptime
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

A cloud-based controller acts as an intermediary between multiple WireGuard VPN nodes and mobile devices. The controller manages key distribution, identity verification, and session coordination across nodes, enabling seamless failover without complicating the simple peer-to-peer WireGuard protocol itself.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system dynamically changes operational parameters by switching between different VPN nodes based on node availability and performance. When a node fails, the system automatically transitions to alternative nodes, maintaining continuous service without disrupting the simplicity of individual WireGuard connections.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If distributed VPN node architecture is implemented, then reliability is improved, but device complexity increases due to multiple nodes and state management

Engineering Contradiction:
Improvedynamic failoverVSAvoidnode management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Complex state management and coordination functions are extracted from individual VPN nodes and centralized in a cloud-based controller. Each node remains simple and stateless, while the controller handles identity management, key distribution, and session state, reducing per-node complexity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The cloud-based controller serves multiple functions simultaneously: it acts as a key distribution point, identity verification service, session manager, and failover coordinator. This multi-functionality consolidates complexity into a single universal system rather than distributing it across multiple nodes.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Adaptability or versatility

If mobile devices with changing IP addresses are supported, then adaptability is improved, but difficulty of detecting and measuring increases due to IP address changes

Engineering Contradiction:
Improvemobile device supportVSAvoiddevice identification
Core Design Contradiction:
Adaptability or versatilityVSDifficulty of detecting and measuring

Solution Approach 1:

The system replaces IP address-based device identification with cryptographic identity verification using public key infrastructure. Mobile devices are identified and authenticated through their cryptographic identities rather than volatile IP addresses, providing stable device recognition regardless of network location or IP changes.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

4Productivity

If ECMP networking is used for load balancing, then productivity is improved, but device complexity increases due to routing configuration requirements

Engineering Contradiction:
Improveload balancing efficiencyVSAvoidrouting configuration
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system implements self-service routing where the cloud-based controller automatically manages ECMP routing configurations based on real-time node availability and performance. Routing decisions are made dynamically without manual configuration, and the system automatically adapts to node failures or performance changes.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11463410B2Cloud-native VPN service
Publication Date: 2022.10.04 CISCO TECHNOLOGY INC
  • US11463410B2 patent drawing
  • US11463410B2 patent drawing
  • US11463410B2 patent drawing

AI summary

Presented herein are techniques for establishing VPN services. According to example embodiments, an initial VPN message configured to establish a VPN session between the initiating device and a responding device is received at a VPN node. The initial VPN message is received from an initiating device. Data indicative of the initiating device and data indicative of the responding device is extracted from the initial VPN message. A VPN namespace is established to facilitate the VPN session between the initiating device and the responding device based on the data indicative of the initiating device and the data indicative of the responding device. One or more messages comprising data indicative of the VPN session are transmitted to a database.