~/blog

#networking

All articles tagged #networking โ€” practical guides from production experience.

Filter by topic

23 posts tagged #networking ยท page 3 of 3

April 21, 2026ยท7 min read

Check Open Ports in Linux: ss vs netstat Explained

How to check open ports in Linux using ss and netstat โ€” with real troubleshooting scenarios, filtering techniques, and a clear comparison of when to use each tool.

#linux#networking#troubleshooting#debugging
December 5, 2024ยท12 min read

Linux TIME_WAIT Explained: Why It Causes Connection Failures and How to Fix It

Linux TIME_WAIT exhausts ephemeral ports and causes ECONNREFUSED under load โ€” even when your app is healthy. Learn what TIME_WAIT is, how to detect port exhaustion with ss and netstat, and the exact sysctl fixes that resolve it.

#linux#networking#troubleshooting#infrastructure#debugging
November 28, 2024ยท10 min read

NGINX Upstream Keepalive Explained: Why Missing It Causes 502 Errors

Missing keepalive in your NGINX upstream block silently kills connections under load. Here's exactly what keepalive does, how TCP connection reuse works, and the production-ready config that stops 502s before they start.

#nginx#infrastructure#production#networking#troubleshooting
July 5, 2024ยท4 min read

Docker Networking Demystified: bridge, host, and overlay

The three Docker network modes that matter for production โ€” what they actually do, when to use each, and the gotchas that'll bite you if you pick the wrong one.

#docker#networking#infrastructure
June 18, 2024ยท4 min read

Replacing iptables with nftables: A Practical Migration Guide

iptables is showing its age. nftables is the modern replacement โ€” cleaner syntax, better performance, and already the default on most distros. Here's how to migrate.

#firewall#linux#security#networking
โ† prev123next โ†’
#networking Articles โ€” Linux & DevOps Troubleshooting | damonsec.com