Articles & Guides
Useful resources for web developers and system administrators
Found 28 · Networking · Reset
Networking
How to Find a Server Port: Your Own, Remote and Proxy
How to find a server port: which port your service listens on in Linux, Windows and macOS, which port a host answers on, and where the proxy port lives. Real commands.
Networking
How to Find an IP Address: Your PC, Router and Server
How to find an IP address: public vs local, your computer on Windows, macOS and Linux, the router gateway and any server. Real ipconfig, ip a, dig and nslookup commands.
Networking
Static vs Dynamic IP Address: What They Are and How to Check Yours
How a static IP differs from a dynamic one, how to tell a public address from CGNAT, how to check which one you have and what to do if a static IP is unavailable.
Networking
Subnet Mask Explained: the /8–/32 Table and How to Calculate It Without a Tool
What a subnet mask is and how to read /24 and 255.255.255.0: a mask table with host counts, network and broadcast calculation, reserved ranges and where it matters.
Networking
How to Check Ping: Internet, Server, and Website
How to check ping to a server, website, or your internet connection: the ping command on Windows, macOS, and Linux, online ping from another network location, a table of normal ping values, and a diagnostics checklist for high or unstable ping.
Networking
Cloudflare in Russia 2026: Blocks, Risks, and What Site Owners Should Do
Cloudflare in Russia 2026: is Cloudflare blocked in Russia, why sites behind Cloudflare fail to load from Russian networks (TLS ECH), the risks for owners with Russian audiences, local CDN alternatives, and a step-by-step migration plan with DNS and SSL checks.
Networking
Fix ERR_ADDRESS_UNREACHABLE: Causes and Solutions
ERR_ADDRESS_UNREACHABLE means the IP resolved but there is no route to it. Learn the causes — router, VPN, IPv6, private IPs — plus diagnostics and fixes.
Networking
How to Check Open Ports: Online, Windows, Linux
How to check open ports: netstat and Get-NetTCPConnection on Windows, ss and lsof on Linux, nc and telnet from outside, plus a free online port scanner.
Networking
SMTP Errors 550 and 554: Causes and Fixes
SMTP errors 550 and 554 explained: what the codes mean, enhanced 5.x.x status codes, rejection causes (SPF, DKIM, DMARC, blacklist) and how to fix them fast.
Networking
What Is MTU: Fragmentation and How to Fix Issues
What MTU and MSS are, typical values (1500, 1492, jumbo 9000), Path MTU Discovery and black holes. How to measure MTU with ping and set it on your OS.