Tagged articles
18 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 29, 2025 · Operations

How to Build a High‑Performance P2P NAT‑Traversal Network with Headscale (Step‑by‑Step Guide)

This article explains why traditional star‑topology VPNs are slow, introduces NAT‑traversal and mesh networking, shows how to self‑host a Headscale control server, configure TLS and reverse‑proxy, install Tailscale clients on Linux, macOS and Windows, set up DERP relays, and troubleshoot common connectivity issues.

Tailscalederpheadscale
0 likes · 24 min read
How to Build a High‑Performance P2P NAT‑Traversal Network with Headscale (Step‑by‑Step Guide)
Liangxu Linux
Liangxu Linux
Aug 24, 2025 · Operations

Expose Local Services Securely with FRP: A Step‑by‑Step Guide

FRP (Fast Reverse Proxy) lets you bypass NAT and firewall restrictions to expose internal services to the internet using a few configuration lines, offering multi‑protocol support, authentication, bandwidth control, and a web dashboard for easy management.

DevOpsNetworkingTutorial
0 likes · 4 min read
Expose Local Services Securely with FRP: A Step‑by‑Step Guide
MoonWebTeam
MoonWebTeam
Jun 8, 2023 · Game Development

How WebRTC Powers Cloud Gaming: A Deep Dive into Real-Time Game Streaming

Explore the fundamentals of cloud gaming and discover how WebRTC's real-time audio‑video, NAT traversal, and data channel technologies enable low‑latency game streaming across devices, with detailed architecture, protocols, and code examples for developers.

Game DevelopmentReal-time StreamingWebRTC
0 likes · 36 min read
How WebRTC Powers Cloud Gaming: A Deep Dive into Real-Time Game Streaming
Liangxu Linux
Liangxu Linux
Nov 23, 2022 · Information Security

How to Build a Self‑Hosted P2P VPN with Headscale and Tailscale

This guide explains why traditional star‑topology VPNs suffer from bandwidth bottlenecks, introduces NAT‑traversal mesh networking, and provides step‑by‑step instructions for deploying a self‑hosted Headscale control server, configuring TLS, setting up DERP relays, installing Tailscale clients on Linux, macOS and Windows, and troubleshooting connectivity.

DockerLinuxTailscale
0 likes · 25 min read
How to Build a Self‑Hosted P2P VPN with Headscale and Tailscale
Open Source Linux
Open Source Linux
Nov 19, 2022 · Operations

How to Build a Self‑Hosted P2P Network with Headscale and Tailscale

This guide explains the limitations of traditional star‑topology VPNs, introduces NAT‑traversal and mesh networking, and provides step‑by‑step instructions for installing and configuring the open‑source Headscale control server, setting up clients on Linux, macOS and Windows, deploying DERP relays, using Docker Compose, and debugging network issues.

DockerTailscaleheadscale
0 likes · 23 min read
How to Build a Self‑Hosted P2P Network with Headscale and Tailscale
MaGe Linux Operations
MaGe Linux Operations
Oct 25, 2022 · Operations

How to Build a Self‑Hosted P2P VPN with Headscale and Tailscale

Learn to overcome NAT limitations and create a high‑speed, peer‑to‑peer network by installing and configuring Headscale, an open‑source Tailscale controller, including server setup, certificate handling, Docker deployment, client installation across platforms, and optional DERP relay configuration for reliable connectivity.

LinuxTailscaleVPN
0 likes · 26 min read
How to Build a Self‑Hosted P2P VPN with Headscale and Tailscale
Open Source Linux
Open Source Linux
Nov 13, 2021 · Fundamentals

Mastering NAT Traversal: From Firewalls to Peer‑to‑Peer Connections

This comprehensive guide explains how two machines behind NATs and stateful firewalls can establish direct peer‑to‑peer communication by using UDP‑based techniques, STUN discovery, simultaneous transmission tricks, port‑mapping protocols, relay fallbacks like TURN and DERP, and the ICE algorithm to select the optimal path.

ICESTSTUNnat traversal
0 likes · 49 min read
Mastering NAT Traversal: From Firewalls to Peer‑to‑Peer Connections
Ops Development Stories
Ops Development Stories
Nov 9, 2020 · Operations

Quick Guide: Deploy frp for Secure Intranet-to-Internet Access

This article explains how to set up frp, a high-performance reverse-proxy written in Go, to expose internal web and SSH services to the public Internet using domain-based virtual hosts, nginx reverse-proxy, and systemd on CentOS, complete with configuration examples and firewall considerations.

CentOSNginxSSH tunneling
0 likes · 15 min read
Quick Guide: Deploy frp for Secure Intranet-to-Internet Access
Jike Tech Team
Jike Tech Team
May 14, 2020 · Game Development

Why Animal Crossing’s Online Play Stutters: Inside Game Sync and NAT Traversal

This article explores the technical foundations of Animal Crossing’s online multiplayer, detailing lockstep and state synchronization methods, host‑client architectures, NAT‑type constraints, and how these networking mechanisms cause common connection issues and gameplay quirks observed by players.

Animal Crossinggame networkinglockstep
0 likes · 17 min read
Why Animal Crossing’s Online Play Stutters: Inside Game Sync and NAT Traversal
58 Tech
58 Tech
Jul 11, 2019 · Frontend Development

WebRTC Technical Overview and Implementation Guide

This article provides a comprehensive overview of WebRTC, covering its background, core architecture, key components such as MediaStream, RTCPeerConnection and RTCDataChannel, signaling and NAT traversal techniques, as well as a step‑by‑step audio‑video call flow and compatibility considerations across platforms.

WebRTCbrowser APInat traversal
0 likes · 10 min read
WebRTC Technical Overview and Implementation Guide