Every packet is interrogated at the door.
In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like sudo ufw status verbose, curl --connect-timeout 5 web-01.stencel.ai:5432, curl http://web-01.stencel.ai/ and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.
Builds on: TLS & Certificates.
sudo ufw allow from 10.0.0.0/16 to any port 9100 — Open a port to the private subnet only — a security group rule in miniature.nc -zvw2 web-01.stencel.ai 443 — Probe a single port without speaking HTTP.sudo iptables -L ufw-user-input -n | head -6 — ufw compiles your rules into kernel iptables chains.sudo ufw status numbered — Numbers let you delete rules by position.