Networking Articles
Page 4 of 4 (6 articles)
Sat, June 14, 2025
3 min read
Managing local passwords on every switch does not scale. AAA with TACACS+ or RADIUS centralizes authentication, authorization, and accounting for all network devices.
Fri, June 13, 2025
3 min read
VLANs segment broadcast domains. Trunks carry multiple VLANs between switches. Misconfiguring either causes connectivity issues that are notoriously hard to debug.
Thu, June 12, 2025
2 min read
Every switch starts as a blank slate. Setting the hostname, securing access, and enabling SSH are the first things you do before any production config.
Wed, June 11, 2025
3 min read
tcpdump is the standard packet analyzer on Linux. Every senior admin uses it to capture raw network traffic and diagnose connectivity issues at the packet level.
Tue, June 10, 2025
3 min read
Everything on Linux is a file. lsof lists open files and the processes that own them. ss replaces netstat with faster, more detailed socket introspection.
Sun, June 1, 2025
1 min read
TCP/IP is the backbone of modern networking. Understanding how it works is essential for anyone managing servers or networks.