Tagged Network

How to Remedy SERVFAIL during Caddy + DuckDNS Certificate Challenge

Caddy is a tool I use for home lab HTTPS management. However, the tool is not bulletproof. It’s not a simple GUI tool to add services and forget. One such problem Caddy can introduce with HTTPS is during the challenge to obtain a certificate. Because the certificate has to be renewed periodically, even if it…

How to Band-aid Fix Seerr “Movie Not Found” Error

My Seerr started acting up after the migration. In the web UI, it threw “Movie Not Found” errors — not on everything, but, evidently, only on some of the movies in the library and some of the entries in trending. Both LAN and WAN were working fine. The errors weren’t persistent. They came and went,…

How to Scan Local Network for Reserved IP

While routers are becoming ‘smarter’ day by day, some of the rather basic features are pushed back to the “Professional” department. One such feature is LAN management, specifically, static IP reservation. Single-source-of-truth dictates one authority for IP assignment — routers could be that authority. However, practically speaking, none of the consumer-level routers I’ve encountered have…

App to Discover IP Addresses for Proxy Switchers

If you are using a rule-based proxy switcher, checking IP addresses for each proxy could easily get out of hand. It is possible to stop the auto-routing and force the connection for manual testing, but that is not what I wanted to do with a browser extension. The website I recommend using for this occasion…

How to Auto-Switch Proxies on iOS using PAC

This one is mostly for documentation and proof of concept. I was able to get it to work, but it was never reliable enough. The iOS feature itself does work. But even at the basic home lab level, it doesn’t have any interface to speak of. For instance, I want to know if traffic is…

App to DDNS with API for Local HTTPS Certificate

I’m still in the process of writing up the Caddy + DuckDNS post, but I thought to make a separate post anyway what DDNS is and why I am writing about DuckDNS for the particular home lab setup. DDNS is often used for home or small office environment, when the IP address to the said…

How to Make mDNS Discoverable on Tailscale

One thing I’ve learned the hard way while I was tinkering with VPN long ago — don’t use bonjour or .local addresses over VPN. Most of the times .local addresses do not resolve over VPN, and trying to make it happen is often not worth the effort. In my case, with some Pis and NAS,…

App to Replace Built-in VPN Server on Router

I suppose it needs some context to explain what even is a “VPN server on a router” for home and small offices. If you have a home lab, DIY projects, or even a simple NAS, chances are, you don’t want to have them all exposed to the internet. Prudence dictates every device should have its…

How to Change tmux Scroll Buffer (History)

It’s funny how I discover the settings I would have wanted to change before I run a massive migration script. This is a story of tmux, yet again. tmux is definitely a better tool to have when the work is done remotely over Terminal. The only downside of it all, aside from being old-fashioned CLI,…

How to Add Mouse and Scroll Shortcut for tmux

While tmux is a wonderful tool on its own, for mere mortals like myself, I jump back and forth between GUI and CLI. At least, that’s the impression I am getting from tmux why I am not getting 100% out of it. The shortcuts, quite frankly, are not intuitive for modern GUI users mind. As…

Netgear Orbi RBR50 Spiel

Orbi RBR50 has been EOL for a couple of years now, so as a “review”, this post will be outdated the moment it is published. But I thought to share some of my experiences, some positives, and some negatives in using and setting up mesh routers for the first time then upgrading to another one.…

How to Troubleshoot Steam Synchronization Issues

This isn’t the solution that will fix all synchronizations on Steam platform. Instead, I decided to keep it as a documentation purpose, as most of the posts and articles I could find on the subject hardly touched on it. If you are seeing “Unable to sync” on the Steam client for all games, you are…

Ethernet, the Physical Champion of Nonphysical Mediums

More than a decade ago, I ran the ethernet ‘backbones’ for my home network: ones to connect the nodes, ones to connect workstations, and ones to connect media streaming devices. If I recall correctly, the fastest WiFi standard available at the time to be used to connect nodes-to-nodes, were either slightly slower or faster than…

How To Band-Aid Fix mDNS not Resolving Over VPN

I’m calling it a band-aid fix, because this is technically not a “fix”. As far as I could find, it is technically not possible to use mDNS (Bonjour) over VPN. Only when the remote client is bridged through VPN mDNS packets can reach the client, but it causes its own havoc, especially less useful for…

App to Test Internal Network Bandwidth

As I was upgrading to a new router this week, one of the things I immediately wanted to test was the existing ethernet cables and ports. As reliable as they are, cables and ports are also physical objects with lifespans. If cables running behind the walls are damaged, that’s a major headache; and if one…