惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Last Week in AI
Last Week in AI
F
Fortinet All Blogs
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
ISP Didn't Know What CGNAT Is
hamasaki · 2026-05-23 · via DEV Community

I just wanted to game with my friends using Parsec and my ISP support made me question the existence of tech support.

Parsec needs a direct peer-to-peer connection between PCs to work. With CGNAT, Parsec simply can't make that connection and throws error 6023/6024. The official docs literally say it: CGNAT blocks the connection.

I already knew that. So I grabbed my phone, called the ISP and said it super directly: "Hi, I wanna remove CGNAT and get a public IP please."

The rep went silent for like 3 seconds and answered: "What?"

I explained and she still understood nothing. Then the call dropped and I tried again. Another rep, another person who had no idea what CGNAT was, much less how to remove it. That's when I gave up.

I wonder how people get jobs at a telecom as customer support without knowing the bare minimum of networking. CGNAT isn't hacker stuff, it's a basic IP distribution technique that everyone who works with internet should have at least heard of. But I'm sure ISP HR prefers referrals or "commercial skills" instead of the obvious, technical knowledge.

For context, what is CGNAT?
Normally your house has a unique IP on the internet, like an address. But ISPs ran out of IPv4 addresses and started using CGNAT. Now, several houses share the same public IP.

To browse Twitter it makes no difference. But to game online, do P2P, use Parsec, or access your own home network from far away, it becomes a nightmare. It's like living in a building where everyone shares the same mailbox.

The solution that worked in 5 minutes:
I gave up on the ISP right away. Opened ZeroTier, created a network, sent the link to my friends, everyone joined and done. We were gaming like we were on the same local network.

ZeroTier is like a mesh VPN. It creates a virtual network between PCs and makes a direct tunnel between them. Parsec sees it as if it were LAN. No need to configure the router, no need to ask anything from the ISP, no need for a public IP. Just install and put the network ID.

Sometimes the easiest solution is simply to work around the problem instead of solving it. I could have spent 2 weeks fighting the ISP, sending screenshots, and waiting for a home technician. Or I could install a program and be happy.

I chose to be happy.

  • Hamasaki