Tag: IPv4

Subnetting Math: The Cheat Sheet That Actually Sticks

Networking from Scratch (lesson 3) — the four-line magic-number method for finding the network ID, broadcast, usable range, and next subnet for any /N. Three worked examples (including the awkward one across an octet boundary), a size cheat sheet, and five practice problems with answers.

IPv4 Addressing Without Panic

Networking from Scratch (lesson 2) — what an IPv4 address actually is, why it has four numbers, what a subnet mask does, what CIDR notation means, and how a computer uses it to decide whether to deliver locally or send to the gateway. Plus the special address ranges every admin should recognise on sight.

Cisco IOS NAT and PAT: Static, Dynamic, and Overload Configuration

Working reference for the four NAT modes on Cisco IOS. The inside-local / inside-global / outside-global vocabulary that confuses everyone the first time, the ip nat inside / ip nat outside interface markings (most common cause of broken NAT), Static NAT with full IP and port-specific variants, Dynamic NAT with a public pool, PAT (overload) with the WAN interface IP and with a pool, the show ip nat translations and statistics commands, clear ip nat translation, and the pitfalls (missing markers, ACL gaps, PAT port exhaustion, NAT/IPsec interaction).