OVN Integration & Coexistence on Xenserver and XCP-ng

Research on multi hypervisor network virtualization using Open Virtual Network Summary The cleanest technical path is not to bolt a foreign br-int onto a host that already has its networking lifecycle owned by XAPI. The safer pattern is to let…

Read more OVN Integration & Coexistence on Xenserver and XCP-ng  →

How to Get Real Public IP Addresses at your Home Lab: WireGuard IP Transit Complete Guide

A Complete Guide to why Core Transit’s WireGuard IP Transit Service is so incredibly awesome for you lab Bypassing CG-NAT with style – a detailed technical walkthrough The Problem: CG-NAT Hell If you’re reading this, you probably know the pain.…

Read more How to Get Real Public IP Addresses at your Home Lab: WireGuard IP Transit Complete Guide  →

Automating VMware Network Changes: How I Turned Hours of Clicking into a 5-Minute PowerCLI Script

Have you ever stared down the barrel of endless repetitive clicks in VMware vSphere, knowing you’re in for hours of mindless work? Recently, I faced a scenario where I needed to update hundreds of virtual NICs across just as many…

Read more Automating VMware Network Changes: How I Turned Hours of Clicking into a 5-Minute PowerCLI Script  →

How to Fix Openstack Horizon Dashboard on Centos Stream 9 error: InvalidCacheBackendError

If you have recently deployed Openstack Caracal with RDO Packstack you may run into a problem when you first load the Horizon Dashboard. If you get the “Something went wrong” text instead of the regular login page even though Packstack…

Read more How to Fix Openstack Horizon Dashboard on Centos Stream 9 error: InvalidCacheBackendError  →

Top 3 Online Resources to Learn Coding

Learn to write your own applications for fun and profit. Here are quality free resources online that I can personally vouch for. I get nothing for suggesting these websites.

Read more Top 3 Online Resources to Learn Coding  →

Fix Loud Fans in Dell PowerEdge Servers, Without Taking it Apart!

There are many invasive techniques to lowering your lab server’s decibels. Here is a way to do it… command line style! First, make sure you do this from a Linux server. I used Ubuntu. apt install ipmitool Now you have…

Read more Fix Loud Fans in Dell PowerEdge Servers, Without Taking it Apart!  →

How to Start or Reboot your Dell Server with iDRAC from the Command Line (CLI)

Dell’s iDRAC (Integrated Dell Remote Access Controller) is a out of band server management card installed on enterprise servers. It lets you manage the server as if you were physically present at the remote location of your server(s). Along with…

Read more How to Start or Reboot your Dell Server with iDRAC from the Command Line (CLI)  →

Microstack Openstack Image Service

How to add Image to Glance For the impatient: Microstack is admittedly not my favorite way to deploy openstack, probably because it takes some getting used to. Running openstack services in isolated containers makes things more secure, easier to deploy,…

Read more Microstack Openstack Image Service  →

Install Openswitch OPX on Debian 9 Server for testing

Add this repo to /etc/apt/sources.list Now run: You will receive an error like this: “The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 5EF20F34AD2074F “ Copy the characters after NO_PUBKEY from the last command and…

Read more Install Openswitch OPX on Debian 9 Server for testing  →