9 Posts
Tag: Networking

BY eric
Sep 23, 2026
When a Mapped Network Drive Keeps Going 'Not Available'
A mapped drive to a remote-office file server kept flapping to 'Location is not available' — yet the network link was rock solid. The culprit was SMB Multichannel quietly chasing an address it could never reach. Here is how the Windows SMB event log gave it away, and the one-line fix.

BY eric
Sep 09, 2026
The Connection Reset That Wasn't: Hunting a Protobuf Bug in IBKR's TWS API
A market data gateway that worked fine for hours started rejecting every single connection with 'Connection reset by peer' - and stayed broken through TWS restarts, a full machine reboot, and every conventional fix. Here's how a raw packet capture and a hand-crafted socket client found the real bug: a version-gated Protobuf auto-switch that TWS silently didn't support.

BY eric
Aug 19, 2026
Debugging a Fake 410: yt-dlp, curl_cffi, and a Proxy That Lied
A yt-dlp download kept failing with 'HTTP Error 410: Gone' even on the latest version. The real cause was three layered problems stacked on top of each other: missing TLS impersonation, a narrow curl_cffi version-compatibility window, and an unrelated proxy gateway fault that looked exactly like a library bug.

BY eric
Aug 07, 2026
Debugging RDP 0x609: The Protocol Bit a Proxy Should Never Touch
A CredSSP 0x609 error appearing only through a proxy but not on direct connections — traced to a single HYBRID_EX bit being silently stripped from the RDP X.224 handshake.

BY eric
Apr 06, 2026
Configure a Cisco 1941 Router as Your Home Office Gateway with IPv6
How to set up a Cisco 1941/K9 as a home office gateway — including console access via serial, cloning config from a running router, adding IPv6 with SLAAC and DHCPv6, and fixing dual-NIC asymmetric routing on Alpine Linux.

BY eric
Apr 04, 2026
Repurpose Your Old PCs: How To Install Alpine Linux on Them
Turn an old, dusty PC into a reliable 4G/5G backup internet gateway using Alpine Linux and Android USB tethering — no expensive hardware required.

BY eric
Apr 04, 2026
Create a Backup Mobile Data WAN for Your Small Business / Home Network
Turn an old PC or mini box running Alpine Linux into a backup WAN gateway using your existing Android phone's USB tethering — no extra SIM, no extra plan, no extra cost.

BY eric
Feb 10, 2026
Router Down! My 3-Day Battle with Meraki, Ubiquiti & VLANs
A real-world network disaster story: router failure, emergency replacement, and the VLAN gotcha that almost broke everything

BY eric
Oct 20, 2025
Fix: Cannot Connect to SMB Share on Windows 11
Steps I used to restore MetaTrader 5 access to an SMB share after Windows 11 hardened guest authentication.
