The next part of our look at my Kubernetes homelab is a deep dive into networking. If you haven’t read the other parts of this guide, I recommend you check those out too. On the surface, my network implementation is very simple. The cluster nodes, the NAS and the router are all on the same /24 privateContinue reading “Kubernetes Homelab Part 2: Networking”
Tag Archives: Networking
Web 2.0
Today I signed up for Twitter – not for personal reasons but because I needed it for work. Of course I’ve heard about it in the past as the leading micro-blogging service, but it hadn’t interested me in the slightest. I have used Facebook since its early days (when you could only get in ifContinue reading “Web 2.0”
Changing the verbosity of wpa_supplicant on Ubuntu
Sometimes you need to change the log verbosity of wpa_supplicant for debugging purposes. First check which log verbosity you are currently running with. ps -ef | grep wpa_supplicant | grep -v grep -d represents verbose -dd represents extra verbose To change the log verbosity, edit /usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service and add -d or -dd as appropriate. Example: [D-BUSContinue reading “Changing the verbosity of wpa_supplicant on Ubuntu”