Skip to content

Tag: networking

All the articles with the tag "networking".

Assume Your App Gets Popped

Assume Your App Gets Popped

How to expose a possibly-vulnerable app to the public internet and survive it: rootless containers, a file-integrity tripwire, and zero inbound SSH on the box.

Gateway API vs Ingress in 2026

Gateway API vs Ingress in 2026

Ingress is the annotation-soup classic. Gateway API is the role-oriented future with proper L4/L7 separation. Here's when to migrate and when to wait.

Rootless Docker: Tips, Gotchas & Fixes

Rootless Docker: Tips, Gotchas & Fixes

Rootless Docker tuning deep-dive: network drivers, env vars, port drivers, cgroup delegation, and real troubleshooting — anchored to Docker Engine 29.x.

Network Booting Diskless Nodes with iPXE

Network Booting Diskless Nodes with iPXE

Boot any OS over the network using iPXE — covers dnsmasq proxyDHCP setup, HTTP boot menus, Talos OS live boot, and the quick netboot.xyz shortcut method.

Mikrotik RouterOS for Home Lab

Mikrotik RouterOS for Home Lab

Mikrotik routers cost $50, run a real OS, and humiliate prosumer gear. RouterOS basics, VLANs, firewalling, and why your homelab probably needs one of these.

pfSense vs OPNsense in 2026

pfSense vs OPNsense in 2026

Two FreeBSD firewall distros, one bitter fork. pfSense vs OPNsense in 2026 — which one to pick for your home lab, and why the licensing drama still matters.

Zeek for Home Lab Forensics

Zeek for Home Lab Forensics

Zeek (formerly Bro) turns network traffic into structured logs you can actually query. The IDS that doesn't shout — it documents. Setup and use in a home lab.

mtr vs traceroute: Packet Loss

mtr vs traceroute: Packet Loss

traceroute lies. mtr tells the truth. Here's how to read packet-loss reports like an oncall engineer and stop blaming your ISP for the wrong hop.

iperf3 + nload: Network Diagnosis

iperf3 + nload: Network Diagnosis

Your gigabit link drops to 200 Mbps and you don't know why. iperf3 measures throughput honestly, nload visualizes traffic — together they find the bottleneck fast.

Access Docker socket via TCP

Access Docker socket via TCP

· Updated:

Expose Docker's Unix socket over TCP so remote tools and dashboards can connect — daemon.json config for Linux and Windows.