Networking Articles

Page 4 of 4 (6 articles)

Networking

Sat, June 14, 2025

3 min read

CCNA Lab 3: TACACS+ and RADIUS Authentication on Switches

Managing local passwords on every switch does not scale. AAA with TACACS+ or RADIUS centralizes authentication, authorization, and accounting for all network devices.

Networking

Fri, June 13, 2025

3 min read

CCNA Lab 2: VLANs, Trunking, and Layer 2 Fundamentals

VLANs segment broadcast domains. Trunks carry multiple VLANs between switches. Misconfiguring either causes connectivity issues that are notoriously hard to debug.

Networking

Thu, June 12, 2025

2 min read

CCNA Lab 1: Switch Initial Configuration and Hostnames

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.

Linux

Wed, June 11, 2025

3 min read

tcpdump — Network Packet Analysis for Sysadmins

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.

Linux

Tue, June 10, 2025

3 min read

lsof and ss — Open Files and Sockets Deep Dive

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.

Networking

Sun, June 1, 2025

1 min read

Understanding TCP/IP Fundamentals

TCP/IP is the backbone of modern networking. Understanding how it works is essential for anyone managing servers or networks.