# VPN

Published articles for VPN.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## MPLS/VPN with SR-MPLS Core

DevFeed: [MPLS/VPN with SR-MPLS Core](<https://devfeed.tech/articles/mpls-vpn-with-sr-mpls-core-26234.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/09/sr-mpls-vpn/>)

Published: 2026-09-15T05:45:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [SR-MPLS](<https://devfeed.tech/topics/sr-mpls.md>), [MPLS VPN](<https://devfeed.tech/topics/mpls-vpn.md>), [networking](<https://devfeed.tech/topics/networking.md>), [BGP](<https://devfeed.tech/topics/bgp.md>), [IS-IS](<https://devfeed.tech/topics/is-is.md>), [Network](<https://devfeed.tech/topics/network.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [bgp](<https://devfeed.tech/tags/bgp.md>), [devices](<https://devfeed.tech/tags/devices.md>), [github](<https://devfeed.tech/tags/github.md>), [is-is](<https://devfeed.tech/tags/is-is.md>), [mpls](<https://devfeed.tech/tags/mpls.md>), [mpls-vpn](<https://devfeed.tech/tags/mpls-vpn.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [sr-mpls](<https://devfeed.tech/tags/sr-mpls.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

This article explains how to build and test an MPLS/VPN service over an SR-MPLS core. It describes the required lab topology changes, including enabling MPLS/VPN, disabling LDP, configuring PE routers with IS-IS, SR-MPLS, BGP, MPLS, and VRF modules, and moving PE-to-host links into tenant VRFs. It also outlines how to run the lab using GitHub Codespaces, an Arista cEOS container, and netlab.

### Source excerpt

As we discussed in the BGP-Free Core with SR-MPLS blog post, SR-MPLS works as a drop-in replacement for the traditional MPLS control plane. No wonder it works well (when properly implemented) with MPLS/VPN services - the second "fun" scenario in my ITNOG10 Segment Routing workshop. It uses the same topology as the BGP-Free Core scenario: Simplest possible MPLS/VPN network with SR-MPLS core Read more ...

## kube-proxy in iptables Mode and Native nftables Rules in the Forward Chain

DevFeed: [kube-proxy in iptables Mode and Native nftables Rules in the Forward Chain](<https://devfeed.tech/articles/kube-proxy-in-iptables-mode-and-native-nftables-rules-in-the-forward-chain-34106.md>)

Original publisher: [Read original article](<https://philipptheserver.com/posts/kube-proxy-native-nftables/>)

Author: Philipp Lehmann (philipp.lehmann@gruppe.ai)

Published: 2026-09-08T07:00:00Z

Content type: article

Language: en

Sources: [Philipp Lehmann](<https://devfeed.tech/sources/philipp-lehmann.md>)

Topics: [proxy](<https://devfeed.tech/topics/proxy.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>)

Tags: [firewall](<https://devfeed.tech/tags/firewall.md>), [handle](<https://devfeed.tech/tags/handle.md>), [ip](<https://devfeed.tech/tags/ip.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [networking](<https://devfeed.tech/tags/networking.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

The article explains how native nftables rules added by a WireGuard-based mesh agent to the FORWARD chain can cause kube-proxy in iptables mode to abort synchronization silently, leaving service endpoints stale. It describes removing the conflicting rules by handle.

### Source excerpt

kube-proxy iptables-nft sync silently aborts on native nftables rules a mesh agent adds to the FORWARD chain. Fix: nft delete rule by handle, ip and ip6.

## VoIP, VPN, and the Build System Behind Them

DevFeed: [VoIP, VPN, and the Build System Behind Them](<https://devfeed.tech/articles/voip-vpn-and-the-build-system-behind-them-19665.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/voip-vpn-builders/>)

Author: Shai Almog

Published: 2026-09-04T00:00:00Z

Content type: article

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [API](<https://devfeed.tech/topics/api.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Android](<https://devfeed.tech/topics/android.md>), [Java](<https://devfeed.tech/topics/java.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Extension](<https://devfeed.tech/topics/extension.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [apis](<https://devfeed.tech/tags/apis.md>), [build](<https://devfeed.tech/tags/build.md>), [build-system](<https://devfeed.tech/tags/build-system.md>), [extension](<https://devfeed.tech/tags/extension.md>), [integration](<https://devfeed.tech/tags/integration.md>), [java](<https://devfeed.tech/tags/java.md>), [native](<https://devfeed.tech/tags/native.md>), [packages](<https://devfeed.tech/tags/packages.md>), [platform](<https://devfeed.tech/tags/platform.md>), [signing](<https://devfeed.tech/tags/signing.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

Codename One adds native call-management and VPN APIs for iOS and Android. Its builders generate the required platform services, frameworks, permissions, delegates, and separately signed extension targets based on the Java packages an application uses.

### Source excerpt

Codename One adds native call management and VPN APIs, while its builders generate the platform services, frameworks, permissions, and extension plumbing only when an application uses them.

## Building a mini Homelab that fits in my carry-on

DevFeed: [Building a mini Homelab that fits in my carry-on](<https://devfeed.tech/articles/building-a-mini-homelab-that-fits-in-my-carry-on-10470.md>)

Original publisher: [Read original article](<https://www.jeffgeerling.com/blog/2026/mini-homelab-network-fits-in-carry-on/>)

Author: jeff@jeffgeerling.com (Jeff Geerling)

Published: 2026-08-28T15:00:00Z

Content type: opinion

Language: en

Sources: [Jeff Geerling](<https://devfeed.tech/sources/jeff-geerling.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Ubiquiti](<https://devfeed.tech/topics/ubiquiti.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [SOC](<https://devfeed.tech/topics/soc.md>)

Tags: [5g](<https://devfeed.tech/tags/5g.md>), [arm](<https://devfeed.tech/tags/arm.md>), [battery](<https://devfeed.tech/tags/battery.md>), [building](<https://devfeed.tech/tags/building.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [fees](<https://devfeed.tech/tags/fees.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [linux](<https://devfeed.tech/tags/linux.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [networking](<https://devfeed.tech/tags/networking.md>), [opnsense](<https://devfeed.tech/tags/opnsense.md>), [portable](<https://devfeed.tech/tags/portable.md>), [ubiquiti](<https://devfeed.tech/tags/ubiquiti.md>), [unifi](<https://devfeed.tech/tags/unifi.md>), [video](<https://devfeed.tech/tags/video.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [youtube](<https://devfeed.tech/tags/youtube.md>)

### AI overview

The author describes building a portable homelab that fits in carry-on luggage for a trip to Chicago. It supports 1-10 Gbps networking, battery operation, multiple WAN connections, and 12 wired Ethernet connections. The article also shares first impressions of Ubiquiti UniFi, highlighting its local-first operation, optional cloud integration, lack of core licensing fees, and easy web-based management, while criticizing its proprietary ecosystem and limited hardware control.

### Source excerpt

I'm traveling to Chicago for VCF Midwest next month. I'll be demoing NTP time history on vintage Macs, with my own GPS-derived NTP service hosted on an Xserve G5, synced via NTP or a strange AppleTalk timing extension from the 1990s. So I built a little 'portable homelab' (pictured above) that supports 1-10 Gbps networking, can run off a small battery for at least an hour, switches between multiple WANs (so I can get my own 5G Internet connection, in case I need it), and gives me 12 wired Ethernet connections.

## Networking Concepts Every DevOps Engineer Needs to Know

DevFeed: [Networking Concepts Every DevOps Engineer Needs to Know](<https://devfeed.tech/articles/networking-concepts-every-devops-engineer-needs-to-know-17488.md>)

Original publisher: [Read original article](<https://kodekloud.com/blog/networking-concepts-every-devops-engineer-needs/>)

Author: Pramodh Kumar M

Published: 2026-08-14T17:14:08Z

Content type: tutorial

Language: en

Sources: [Kubernetes - KodeKloud Blog | DevOps, Cloud, Kubernetes, AI Tutorials & More](<https://devfeed.tech/sources/kubernetes-kodekloud-blog-devops-cloud-kubernetes-ai-tutorials-more.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [cidr-and-subnets](<https://devfeed.tech/tags/cidr-and-subnets.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [conntrack](<https://devfeed.tech/tags/conntrack.md>), [devops](<https://devfeed.tech/tags/devops.md>), [dns](<https://devfeed.tech/tags/dns.md>), [ephemeral-ports](<https://devfeed.tech/tags/ephemeral-ports.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-networking](<https://devfeed.tech/tags/kubernetes-networking.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mtu-mismatch](<https://devfeed.tech/tags/mtu-mismatch.md>), [nat-and-snat](<https://devfeed.tech/tags/nat-and-snat.md>), [network](<https://devfeed.tech/tags/network.md>), [network-troubleshooting-commands](<https://devfeed.tech/tags/network-troubleshooting-commands.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networking-concepts-for-devops](<https://devfeed.tech/tags/networking-concepts-for-devops.md>), [osi-model-for-devops](<https://devfeed.tech/tags/osi-model-for-devops.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [tcp-handshake](<https://devfeed.tech/tags/tcp-handshake.md>), [timeout](<https://devfeed.tech/tags/timeout.md>), [tls-handshake](<https://devfeed.tech/tags/tls-handshake.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

A tutorial follows a request from a browser to a container to explain networking concepts relevant to DevOps engineers. It maps symptoms such as connection refusal, timeouts, resets, and packet-size-related hangs to network layers and discusses diagnosis across VPN gateways, Kubernetes, and other infrastructure.

### Source excerpt

Follow one request from a browser to a container and back. Every networking concept you actually need shows up on that path, in order, and so does every place it breaks.

## VPN Alternative for Internal Web Apps | Teleport

DevFeed: [VPN Alternative for Internal Web Apps | Teleport](<https://devfeed.tech/articles/vpn-alternative-for-internal-web-apps-teleport-29548.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/access-apps-without-vpn/>)

Author: info@goteleport.com (Sami Ali)

Published: 2026-07-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [audit trail](<https://devfeed.tech/topics/audit-trail.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [identity-aware-proxy](<https://devfeed.tech/tags/identity-aware-proxy.md>), [security](<https://devfeed.tech/tags/security.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [web](<https://devfeed.tech/tags/web.md>), [web-apps](<https://devfeed.tech/tags/web-apps.md>)

### AI overview

This guide explains why VPN-based access to internal web applications becomes difficult to manage as organizations grow. It presents an identity-aware proxy as an alternative that authenticates users to individual applications, enforces per-application authorization, and provides an audit trail tied to named identities.

### Source excerpt

Replace VPN access to internal web apps with an identity-aware proxy: one login, one audit trail, and per-app access for every user.

## Why the Raspberry Pi Zero 2W May Be the Best Choice for Many Projects

DevFeed: [Why the Raspberry Pi Zero 2W May Be the Best Choice for Many Projects](<https://devfeed.tech/articles/if-i-had-to-start-over-i-d-buy-this-raspberry-pi-10790.md>)

Original publisher: [Read original article](<https://raspberrytips.com/buy-this-raspberry-pi/>)

Author: Patrick Fromaget

Published: 2026-06-29T06:52:12Z

Content type: opinion

Language: en

Sources: [RaspberryTips](<https://devfeed.tech/sources/raspberrytips.md>)

Topics: [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [docker](<https://devfeed.tech/tags/docker.md>), [hdmi](<https://devfeed.tech/tags/hdmi.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [jellyfin](<https://devfeed.tech/tags/jellyfin.md>), [pi-4](<https://devfeed.tech/tags/pi-4.md>), [quick-tips](<https://devfeed.tech/tags/quick-tips.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [raspberry-pi-5](<https://devfeed.tech/tags/raspberry-pi-5.md>), [usb](<https://devfeed.tech/tags/usb.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

The article recommends the Raspberry Pi Zero 2W as a cost-effective choice for many projects, citing its $15 price, quad-core 1 GHz CPU, 512 MB of RAM, Wi-Fi, and Bluetooth. It notes that adapters may be needed and that the device is unsuitable for desktop use, numerous Docker containers or servers, and AI projects.

### Source excerpt

With Raspberry Pi prices going crazy lately due to RAM shortages, picking the right Raspberry Pi model is harder than ever. I basically have all of them, so I use the Raspberry Pi 5 most of the time (I bought it before the price went up, though). But if I were starting all over again,...

## Alta Labs releases IpSec "Turbo"

DevFeed: [Alta Labs releases IpSec "Turbo"](<https://devfeed.tech/articles/alta-labs-releases-ipsec-turbo-40180.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/resources/alta-labs-releases-ipsec-turbo/>)

Author: j2sw

Published: 2026-06-12T17:00:05Z

Content type: release

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [alta-labs](<https://devfeed.tech/tags/alta-labs.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [ipsec](<https://devfeed.tech/tags/ipsec.md>), [network-engineering-resources](<https://devfeed.tech/tags/network-engineering-resources.md>), [releases](<https://devfeed.tech/tags/releases.md>), [turbo](<https://devfeed.tech/tags/turbo.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

Alta Labs released firmware version 1.5a on June 3, 2026, adding hardware-accelerated IPsec "turbo" and reporting near-gigabit VPN speeds.

### Source excerpt

1.5a Released on 06/03/2026 https://forum.alta.inc/t/route10-firmware-1-5a-released/6754 The post Alta Labs releases IpSec "Turbo" appeared first on Justin Wilson (j2sw).

## I tested every IP KVM in my Homelab

DevFeed: [I tested every IP KVM in my Homelab](<https://devfeed.tech/articles/i-tested-every-ip-kvm-in-my-homelab-10467.md>)

Original publisher: [Read original article](<https://www.jeffgeerling.com/blog/2026/i-tested-every-ip-kvm/>)

Author: jeff@jeffgeerling.com (Jeff Geerling)

Published: 2026-06-05T14:00:00Z

Content type: comparison

Language: en

Sources: [Jeff Geerling](<https://devfeed.tech/sources/jeff-geerling.md>)

Topics: [Pikvm](<https://devfeed.tech/topics/pikvm.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>), [Security](<https://devfeed.tech/topics/security.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [hdmi](<https://devfeed.tech/topics/hdmi.md>), [ssh](<https://devfeed.tech/topics/ssh.md>)

Tags: [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [glinet](<https://devfeed.tech/tags/glinet.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [hdmi](<https://devfeed.tech/tags/hdmi.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [ip](<https://devfeed.tech/tags/ip.md>), [jetkvm](<https://devfeed.tech/tags/jetkvm.md>), [kvm](<https://devfeed.tech/tags/kvm.md>), [network](<https://devfeed.tech/tags/network.md>), [pikvm](<https://devfeed.tech/tags/pikvm.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [security](<https://devfeed.tech/tags/security.md>), [sipeed](<https://devfeed.tech/tags/sipeed.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

A comparison of IP KVM devices, explaining how they provide remote keyboard, video, and mouse control over an IP network and when they are useful alongside Remote Desktop, VNC, screen sharing, or SSH. The article emphasizes security risks, including remote BIOS access and vulnerabilities, and begins its review with PiKVM.

### Source excerpt

Since the PiKVM came out in 2017, there's been an explosion of IP KVMs. I've tested almost every one. But what are they good for? You can use Remote Desktop, Screen Sharing, or VNC to remote control a computer from anywhere on a LAN. And if you don't have a private VPN, you could use RealVNC, Raspberry Pi Connect, or wire up Tailscale or Pangolin for fully remote access. Those solutions are great, and so is SSH if you don't need a full desktop.

## Remote Access That Works Behind NAT, CGNAT, and Uncontrolled Firewalls

DevFeed: [Remote Access That Works Behind NAT, CGNAT, and Uncontrolled Firewalls](<https://devfeed.tech/articles/remote-access-that-works-behind-nat-cgnat-and-uncontrolled-firewalls-29799.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/remote-access-nat-cgnat-firewalls/>)

Author: info@goteleport.com (Steven Martin)

Published: 2026-05-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [remote access](<https://devfeed.tech/topics/remote-access.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [devices](<https://devfeed.tech/tags/devices.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [nat](<https://devfeed.tech/tags/nat.md>), [network](<https://devfeed.tech/tags/network.md>), [remote-access](<https://devfeed.tech/tags/remote-access.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

This guide explains why inbound SSH and VPN access can fail for remote devices behind NAT, CGNAT, or customer-controlled firewalls. It introduces outbound connections and device identity as approaches for routing access and maintaining authorization across network changes.

### Source excerpt

In this guide, learn how to securely access remote devices behind NAT, CGNAT, or uncontrolled firewalls.

## Modernizing Administrative Access for CMMC Level 2

DevFeed: [Modernizing Administrative Access for CMMC Level 2](<https://devfeed.tech/articles/modernizing-administrative-access-for-cmmc-level-2-29606.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/cmmc-level-2-admin-access/>)

Author: info@goteleport.com (Nicolas Morris)

Published: 2026-05-27T00:00:00Z

Content type: article

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Access Control](<https://devfeed.tech/topics/access-control.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [remote access](<https://devfeed.tech/topics/remote-access.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [audit](<https://devfeed.tech/tags/audit.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cmmc](<https://devfeed.tech/tags/cmmc.md>), [governance](<https://devfeed.tech/tags/governance.md>), [iam](<https://devfeed.tech/tags/iam.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [least-privilege](<https://devfeed.tech/tags/least-privilege.md>), [remote-access](<https://devfeed.tech/tags/remote-access.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [visibility](<https://devfeed.tech/tags/visibility.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

The article discusses administrative access challenges faced by organizations pursuing CMMC Level 2 readiness. It describes fragmented access across VPNs, local accounts, static SSH keys, cloud IAM, and disconnected authentication workflows, and presents Teleport as an identity-native approach to centralize governance, reduce standing privileges, and improve audit readiness.

### Source excerpt

Defense contractors pursuing CMMC Level 2 face persistent AC, IA, and AU findings. Coalfire outlines how Teleport addresses the enforcement and audit gaps assessors require.

## How to Secure Third-Party Remote Access to Data Centers (Without SSH Keys)

DevFeed: [How to Secure Third-Party Remote Access to Data Centers (Without SSH Keys)](<https://devfeed.tech/articles/how-to-secure-third-party-remote-access-to-data-centers-without-ssh-keys-29940.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/third-party-access/>)

Author: info@goteleport.com (Mayur Pipaliya)

Published: 2026-05-07T00:00:00Z

Content type: article

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [remote access](<https://devfeed.tech/topics/remote-access.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Critical Infrastructure](<https://devfeed.tech/topics/critical-infrastructure.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [audit](<https://devfeed.tech/tags/audit.md>), [credentials](<https://devfeed.tech/tags/credentials.md>), [critical-infrastructure](<https://devfeed.tech/tags/critical-infrastructure.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [incident](<https://devfeed.tech/tags/incident.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [remote](<https://devfeed.tech/tags/remote.md>), [remote-access](<https://devfeed.tech/tags/remote-access.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

This article explains the security risks of third-party remote access to data center infrastructure, including shared SSH keys, VPN credentials, screen-sharing sessions, and other static credentials. It describes credential sprawl, identity fragmentation, persistent access, and limited auditability, and outlines identity-based approaches to securing this access.

### Source excerpt

Explore the key challenges of third-party access to data center infrastructure and how to secure remote access without static credentials or identity blind spots.

## Cloudflare's Automatic Return Routing Is Described as Inter-VRF NAT at Scale

DevFeed: [Cloudflare's Automatic Return Routing Is Described as Inter-VRF NAT at Scale](<https://devfeed.tech/articles/hmmm-cloudflare-s-automatic-return-routing-11389.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/05/worth-reading-cloudflare-automatic-return-routing/>)

Published: 2026-05-06T06:12:00Z

Content type: opinion

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [nat](<https://devfeed.tech/tags/nat.md>), [routing](<https://devfeed.tech/tags/routing.md>), [technology](<https://devfeed.tech/tags/technology.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [worth-reading](<https://devfeed.tech/tags/worth-reading.md>)

### AI overview

The article critiques Cloudflare's marketing of Automatic Return Routing, arguing that its session-based forwarding and address remapping are effectively VRFs and NAT in another form. It also notes that the solution appears to demonstrate session-based forwarding at scale, while leaving its speed and CPU requirements as open questions.

### Source excerpt

A while ago, I found the How Automatic Return Routing solves IP overlap article on Cloudflare's blog. They evidently have a technology that addresses a pain point well worth solving (access to shared resources from clients using overlapping address ranges). I just hate how they're selling it. Go read the article first; I'll wait. OK, here's what bothers me: the "VRFs and NAT are bad" claims, while they use the same technology in disguise. Read more ...

## Supabase Got Blocked in India

DevFeed: [Supabase Got Blocked in India](<https://devfeed.tech/articles/supabase-got-blocked-in-india-30486.md>)

Original publisher: [Read original article](<https://bytesizedbets.com/p/supabase-got-blocked-in-india>)

Author: TheAnkurTyagi

Published: 2026-03-29T13:19:23Z

Content type: opinion

Language: en

Sources: [ByteSizedBets](<https://devfeed.tech/sources/bytesizedbets.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [dns](<https://devfeed.tech/tags/dns.md>), [government](<https://devfeed.tech/tags/government.md>), [india](<https://devfeed.tech/tags/india.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

The article discusses Supabase being blocked in India for more than a week under a government order issued pursuant to Section 69A of the Information Technology Act. It explains that ISP-level DNS blocking, rather than a Supabase or AWS infrastructure failure, disrupted applications relying on Supabase, and examines workarounds and the broader risks of depending on third-party developer platforms.

### Source excerpt

Your backend provider is one government order away from disappearing!

## Dynamic Path MTU Discovery in Cloudflare One Client

DevFeed: [Dynamic Path MTU Discovery in Cloudflare One Client](<https://devfeed.tech/articles/dynamic-path-mtu-discovery-in-cloudflare-one-client-11354.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/03/worth-reading-cloudflare-vpn-dynamic-mtu/>)

Published: 2026-03-11T07:14:00Z

Content type: opinion

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [Cloudflare One](<https://devfeed.tech/topics/cloudflare-one.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-one](<https://devfeed.tech/tags/cloudflare-one.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [worth-reading](<https://devfeed.tech/tags/worth-reading.md>)

### AI overview

This commentary describes how Cloudflare One Client continuously measures end-to-end MTU, adjusts the local tunnel interface MTU, and generates ICMP packet-too-big messages close to the source. The author questions whether this is a novel capability or something other VPN clients have long supported.

### Source excerpt

Here's an interesting tidbit from the what took them so long department: Cloudflare One Client continuously measures end-to-end MTU and adjusts the local tunnel interface MTU size accordingly (warning: there's a fair amount of dubious handwaving over the interesting details), generating ICMP packet-too-big messages as close to the source as possible. I managed to avoid VPN clients most of my life, so I have no idea whether this is a "finally someone figured that out 🎉" moment or a late catch-up to what other VPN clients have been doing for ages. Feedback (in comments or otherwise) would be most welcome!

## WireGuard: monta tu propia VPN en minutos

DevFeed: [WireGuard: monta tu propia VPN en minutos](<https://devfeed.tech/articles/wireguard-monta-tu-propia-vpn-en-minutos-34093.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/wireguard-vpn-autoalojada/>)

Author: Alois

Published: 2026-02-12T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [ChaCha](<https://devfeed.tech/topics/chacha-cipher.md>), [systemd](<https://devfeed.tech/topics/systemd.md>), [Pi-hole](<https://devfeed.tech/topics/pihole.md>)

Tags: [firewall](<https://devfeed.tech/tags/firewall.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

A step-by-step guide to setting up a WireGuard VPN on a Linux server and connecting clients securely. It covers installation, key generation, server and client configuration, packet forwarding, firewall rules, automatic startup, and connection verification.

### Source excerpt

Guía paso a paso para configurar un servidor VPN con WireGuard en Linux y conectar clientes de forma segura.

## Opentofu + Tailscale = Bootstrapped DevOps environment with VPN

DevFeed: [Opentofu + Tailscale = Bootstrapped DevOps environment with VPN](<https://devfeed.tech/articles/opentofu-tailscale-bootstrapped-devops-environment-with-vpn-39788.md>)

Original publisher: [Read original article](<https://anuragbhatia.com/post/2026/opentofu-tailscale/>)

Published: 2026-01-17T21:28:46Z

Content type: tutorial

Language: en

Sources: [Personal blog of Anurag Bhatia](<https://devfeed.tech/sources/personal-blog-of-anurag-bhatia.md>)

Topics: [opentofu](<https://devfeed.tech/topics/opentofu.md>), [tailscale](<https://devfeed.tech/topics/tailscale.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Server](<https://devfeed.tech/topics/server.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [devops](<https://devfeed.tech/tags/devops.md>), [hetzner](<https://devfeed.tech/tags/hetzner.md>), [opentofu](<https://devfeed.tech/tags/opentofu.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

The article demonstrates using OpenTofu with Tailscale to bootstrap a private network across development VMs. It presents configuration for deploying three IPv6-only servers and installing Tailscale with cloud-init, while noting that the approach is intended mainly for quick testing rather than permanent production servers.

### Source excerpt

For the last few days, I have been playing with OpenTofu. For those who may not know, it's a fork of last Terraform as Terraform's license was changed due to IBM's acquisition of Hashicorp and is a Cloud Native Foundation project. It can be used to quickly deploy (and remove) resources from various cloud players. Yesterday came across this tweet from Tailscale about tailscale's module for deployment. Cloud-init can be tough, and we've heard all about it. So we built an open-source Terraform module, one that helps provide a more consistent Tailscale experience across AWS, Azure, GCP, and everywhere. No more surprises, OS quirks, or other mysteries: https://t.co/vn1ITU7Fgz pic.twitter.com/stcF6WuiD7 -- Tailscale (@Tailscale) January 15, 2026 It's cool and useful, though I find Cloud init way more useful since for me these tools are more useful for quick testing rather than a permanent production server. The idea of tailscale on devops VMs as they come up is pretty powerful, as it takes care of the private network between these machines, plus underlay doesn't matter, and hence one can use (cheaper) IPv6-only VMs. An example of OpenTofu config (which is similar to Terraform) to deploy three IPv6 only servers on players like Hetzner across Nuremberg, Helsinki, and Ashburn: main.tf terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" version = "~> 1.59.0" } } } provider "hcloud" { token = var.hcloud_token } data "hcloud_ssh_key" "desktop" { name = "desktop" } data "hcloud_image" "ubuntu" { name = "debian-13" most_recent = true } resource "hcloud_server" "vms" { for_each = var.vms name = each.key image = data.hcloud_image.ubuntu.id server_type = each.value.server_type location = each.value.location ssh_keys = [data.hcloud_ssh_key.desktop.id] user_data = <<-EOF #cloud-config package_upgrade: true packages: - curl runcmd: - curl -fsSL https://tailscale.com/install.sh | sh - tailscale up --authkey=${var.tailscale_authkey} --accept-routes EOF public_net {

## How Just-in-Time Access Reduces Engineering Access Bottlenecks and Shared-Credential Risk

DevFeed: [How Just-in-Time Access Reduces Engineering Access Bottlenecks and Shared-Credential Risk](<https://devfeed.tech/articles/is-jit-the-secret-to-engineer-happiness-29723.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/jit-for-engineers/>)

Author: jack@goteleport.com (Jack Pitts)

Published: 2026-01-14T00:00:00Z

Content type: article

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [JIT](<https://devfeed.tech/topics/jit.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [credentials](<https://devfeed.tech/tags/credentials.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [security](<https://devfeed.tech/tags/security.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

This article explains how just-in-time (JIT) access can reduce engineering access delays and the risks associated with shared credentials. It describes the effects of ticket-based workflows, VPN or jump-host requirements, broad permissions, unclear attribution, and manual platform-team work.

### Source excerpt

Learn how to eliminate access bottlenecks (and shared credential risk) from day-to-day engineering work with just-in-time (JIT) access.

## Using the UniFi Travel Router as a Portable Extension of a Home UniFi Network

DevFeed: [Using the UniFi Travel Router as a Portable Extension of a Home UniFi Network](<https://devfeed.tech/articles/unifi-travel-router-my-network-follows-me-10690.md>)

Original publisher: [Read original article](<https://technotim.com/posts/unifi-travel-router/>)

Author: Techno Tim

Published: 2025-12-29T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Network](<https://devfeed.tech/topics/network.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [devices](<https://devfeed.tech/tags/devices.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [laptop](<https://devfeed.tech/tags/laptop.md>), [network](<https://devfeed.tech/tags/network.md>), [portable](<https://devfeed.tech/tags/portable.md>), [router](<https://devfeed.tech/tags/router.md>), [travel](<https://devfeed.tech/tags/travel.md>), [unifi](<https://devfeed.tech/tags/unifi.md>), [unifi-travel-router](<https://devfeed.tech/tags/unifi-travel-router.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [wifi](<https://devfeed.tech/tags/wifi.md>)

### AI overview

A video walkthrough of using the UniFi Travel Router as a portable extension of a home UniFi network. It covers WiFi, Ethernet, and phone-tethered uplinks, Teleport VPN connectivity, setup through the UniFi Network mobile app, and speed tests.

### Source excerpt

When you travel with multiple devices (and especially if you're traveling with family), the WiFi setup is never just "connect once and move on." It's the phone, the laptop, the tablet, the other laptop, and then you're playing tech support before you've even unpacked. In this video, I walk through how I'm using the UniFi Travel Router (UTR) as a portable extension of my home UniFi network - wi...

## Black Hat Europe 2025: Was that device designed to be on the internet at all?

DevFeed: [Black Hat Europe 2025: Was that device designed to be on the internet at all?](<https://devfeed.tech/articles/black-hat-europe-2025-was-that-device-designed-to-be-on-the-internet-at-all-8385.md>)

Original publisher: [Read original article](<https://www.welivesecurity.com/en/internet-of-things/black-hat-europe-2025-device-designed-internet/>)

Author: Tony Anscombe

Published: 2025-12-12T15:22:52Z

Content type: article

Language: en

Sources: [WeLiveSecurity](<https://devfeed.tech/sources/welivesecurity.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Critical Infrastructure](<https://devfeed.tech/topics/critical-infrastructure.md>), [Security](<https://devfeed.tech/topics/security.md>), [Software](<https://devfeed.tech/topics/software.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [.env](<https://devfeed.tech/topics/dotenv.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [black-hat](<https://devfeed.tech/tags/black-hat.md>), [business-security](<https://devfeed.tech/tags/business-security.md>), [critical-infrastructure](<https://devfeed.tech/tags/critical-infrastructure.md>), [europe](<https://devfeed.tech/tags/europe.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [internet](<https://devfeed.tech/tags/internet.md>), [security](<https://devfeed.tech/tags/security.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article examines a building management system used in more than 1,000 buildings that contains extensive vulnerabilities and is exposed through public-facing internet connections. It attributes the weaknesses to legacy firmware, acquisitions, insufficient security auditing, and incomplete remediation, and argues that organizations should perform full code audits and address root causes after vulnerability disclosures. It also warns that systems not designed for internet exposure should be protected behind a VPN, particularly when they support critical infrastructure.

### Source excerpt

Behind the polished exterior of many modern buildings sit outdated systems with vulnerabilities waiting to be found

## My Private Mini Kubernetes Cluster - Secured by Tailscale

DevFeed: [My Private Mini Kubernetes Cluster - Secured by Tailscale](<https://devfeed.tech/articles/my-private-mini-kubernetes-cluster-secured-by-tailscale-10670.md>)

Original publisher: [Read original article](<https://technotim.com/posts/tailscale-kubernetes-operator/>)

Author: Techno Tim

Published: 2025-11-07T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [5G](<https://devfeed.tech/topics/5g.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [5g](<https://devfeed.tech/tags/5g.md>), [dark-mode](<https://devfeed.tech/tags/dark-mode.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [intel](<https://devfeed.tech/tags/intel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [ssd](<https://devfeed.tech/tags/ssd.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [unifi-cloud-gateway](<https://devfeed.tech/tags/unifi-cloud-gateway.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

A tutorial documenting a private, three-node RKE2 Kubernetes cluster built on Beelink Mini PCs and connected securely through Tailscale over a 5G WAN. It covers UniFi networking, Ubuntu installation, PiKVM access, cluster bootstrapping, and Flux-based GitOps management.

### Source excerpt

A compact Kubernetes cluster, completely private and connected over 5G - powered by Tailscale. 📺 Watch the video Why Build a Private Kubernetes Cluster? I wanted a way to run a full Kubernetes cluster that I could access securely from anywhere - no open ports, no complicated VPN setup, no public exposure. Tailscale made that possible by creating a secure network for exposing and connect...

## Zero Trust VPN and networking guide for business security teams

DevFeed: [Zero Trust VPN and networking guide for business security teams](<https://devfeed.tech/articles/zero-trust-vpn-and-networking-guide-for-business-security-teams-31201.md>)

Original publisher: [Read original article](<https://tailscale.com/learn/zero-trust-vpn>)

Published: 2025-09-23T18:03:01Z

Content type: tutorial

Language: en

Sources: [Learn on Tailscale](<https://devfeed.tech/sources/learn-on-tailscale.md>)

Topics: [zero trust networking](<https://devfeed.tech/topics/zero-trust-networking.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Security](<https://devfeed.tech/topics/security.md>), [Business Security](<https://devfeed.tech/topics/business-security.md>), [tailscale](<https://devfeed.tech/topics/tailscale.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [okta](<https://devfeed.tech/topics/okta.md>), [Google](<https://devfeed.tech/topics/google.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [entra-id](<https://devfeed.tech/tags/entra-id.md>), [google](<https://devfeed.tech/tags/google.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [networking](<https://devfeed.tech/tags/networking.md>), [okta](<https://devfeed.tech/tags/okta.md>), [security](<https://devfeed.tech/tags/security.md>), [teams](<https://devfeed.tech/tags/teams.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

This guide explains Zero Trust networking as an approach that verifies users and devices for each access request, applies least privilege and segmentation, and limits lateral movement. It compares this model with traditional VPN access and describes how Tailscale uses identity, device posture, authorization, SSO, and SSH features to support Zero Trust principles.

### Source excerpt

Learn how Zero Trust works and why it beats traditional VPNs for business security. Get implementation tips, compare solutions, and discover how to limit access without killing productivity.

## How Tailscale simplifies site-to-site VPN connections

DevFeed: [How Tailscale simplifies site-to-site VPN connections](<https://devfeed.tech/articles/site-to-site-vpn-without-the-ipsec-headaches-31196.md>)

Original publisher: [Read original article](<https://tailscale.com/learn/site-to-site-vpn>)

Published: 2025-09-23T17:57:09Z

Content type: tutorial

Language: en

Sources: [Learn on Tailscale](<https://devfeed.tech/sources/learn-on-tailscale.md>)

Topics: [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [tailscale](<https://devfeed.tech/topics/tailscale.md>), [networking](<https://devfeed.tech/topics/networking.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Security](<https://devfeed.tech/topics/security.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [hybrid](<https://devfeed.tech/tags/hybrid.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networks](<https://devfeed.tech/tags/networks.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

This article explains how site-to-site VPNs securely connect separate offices, cloud environments, and on-premises networks. It compares traditional IPSec-based configurations with Tailscale's mesh networking and subnet routing approach.

### Source excerpt

Learn how site-to-site VPNs connect offices and cloud networks securely. Compare traditional setups vs modern solutions that eliminate firewall configs and IP conflicts for good.

## How to choose a business VPN

DevFeed: [How to choose a business VPN](<https://devfeed.tech/articles/how-to-choose-a-business-vpn-31190.md>)

Original publisher: [Read original article](<https://tailscale.com/learn/choose-a-business-vpn>)

Published: 2025-09-23T17:52:03Z

Content type: tutorial

Language: en

Sources: [Learn on Tailscale](<https://devfeed.tech/sources/learn-on-tailscale.md>)

Topics: [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [tailscale](<https://devfeed.tech/topics/tailscale.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [health checks](<https://devfeed.tech/topics/health-checks.md>), [remote access](<https://devfeed.tech/topics/remote-access.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [health-checks](<https://devfeed.tech/tags/health-checks.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [logging](<https://devfeed.tech/tags/logging.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [networking](<https://devfeed.tech/tags/networking.md>), [remote-access](<https://devfeed.tech/tags/remote-access.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

This guide explains how to evaluate a business VPN, covering remote-access and site-to-site models, protocol support, identity integration, logging, encryption, SSO, MFA, device posture checks, and least-privilege policies. It presents Tailscale's peer-to-peer, identity-based approach as a way to avoid VPN backhaul bottlenecks and overly broad network access.

### Source excerpt

Learn how to choose a business VPN that actually works for real teams. Cut through the noise and find secure, simple solutions that won't create headaches six months later.

[Next page](<https://devfeed.tech/tags/vpn.md?cursor=WyIyMDI1LTA5LTIzVDE3OjUyOjAzKzAwOjAwIiwgIjI3MGRkYjU2LTcxNjYtNDRhZS04NmQzLTQxY2M3YWZhYTBmMiJd>)