UniFi Travel Router

I picked up one of these nifty gadgets recently in order to provide backup WAN options on my UDM Pro setup at home, as it provides the ability to bridge WiFi and USB tethering to Ethernet, similar to various travel…

Docker in Docker (DIND) MTU fix for docker-compose

If you're running into weird connection stalling issues when inside a Docker-in-Docker environment, it's rather likely MTU is the culprit. For example, when basic network connectivity works (ping works, curl example.com works) but curl to a https endpoint stalls…

Simulating out of order packets on OS X

I needed a way to simulate out of order packets in order to try to reproduce an issue I've been seeing at work, and I figured out a fairly simple way that only involves ipfw which is built-in on 10.…