If you follow me on Instagram, then you know that I successfully implemented Duo MFA in my home lab. I've set up two environments, one with FreeRADIUS, and the other using Windows AD, as the primary authentication source. In today's article, I'm going to demonstrate how to implement Duo Security MFA with FreeRADIUS as the primary authentication source. Introduction As you may already know, multi-factor authentication (MFA) isn't new. Back in the day, the most popular MFA …
Linux
Blocking ads network-wide with Pi-hole
I think it's safe to say that the majority of people hate ads. However, it is a necessary evil since we all love free stuff. Whether that's YouTube content, email service, etc., we want it for free. Some people install ad blocker add-ons on their browsers, and they work great. Some tech-savvy folks go even further by blocking ads network-wide. Today's article is how to block ads network-wide. Why block ads? I love ads! Said no one, ever. People have different opinions about …
Deploying TACACS+ on a Docker container
Back in 2011, I wrote how to configure tac_plus (TACACS+ daemon) on an Ubuntu server. Then two years ago, I wrote an article about adding two-factor authentication (2FA) to TACACS+. Today, I'm going to talk about deploying TACACS+ on a Docker container. While I've written migrating FreeRADIUS with 2FA to a Docker container article in the past, I'd still consider myself a newbie. I don't deal with Docker daily to be well-versed. Related: VMware ESXi Home Lab – Intel NUC …
[Read more...] about Deploying TACACS+ on a Docker container