← Kye Mora

Error Journal

Running log of everything that went wrong during the home lab build - misconfigurations, wrong assumptions, and just plain confusion in the middle of a wizard. Kept on purpose. A clean writeup after the fact loses all the texture of what actually happened, and every mistake here got found, understood, and fixed.

Format: what happened, root cause, and how it got fixed.

Proxmox Host Setup

Scaling governor set to powersave instead of performance


pfSense ISO / Install

Downloaded ISO was actually gzip-compressed


pfSense Network Configuration

WAN and LAN both landed on the same subnet

LAN interface accidentally set to DHCP client instead of static

Confusion over IPv6 DHCP6 (client) vs DHCP server (IPv4) prompts

Proxmox UI reported the vmbr1 IP edit applied, but it never actually wrote to config

First web GUI login auto-launched the Setup Wizard, and its WAN default would have blocked the home network

Pass rules matched traffic correctly but logged nothing - logging isn't on by default


Proxmox VLAN Segmentation (Session 5 prep)

VLAN-aware bridge checkbox didn't actually prevent VMs from starting until it did - "no physical interface on bridge"

pfSense's own VLAN traffic went completely silent - a running VM's bridge port doesn't refresh itself

pfSense's firewall log went completely silent - syslogd itself wasn't running


Kali Networking

dhclient doesn't exist on modern Kali - and the interface was sitting disconnected, not just address-less


Wazuh Install

Install script URL was stale - downloaded an XML error page instead of the script


Ubuntu Server (Containers) / Docker

Pasted hyphen wasn't a real hyphen - broke the VM name field and a filename reference


Metasploitable 2 Import

Imported disk attached as ide2 (or left unchecked) - VM boot-looped on "no bootable device"


Wazuh Configuration

Firewall logs were confirmed working end-to-end, but Wazuh's own archive was silently empty

Archives were writing to disk on the Wazuh VM the whole time, but the dashboard had nothing to show - a second, separate "off by default" switch


Windows Server 2022 VM Setup

OVMF/Secure Boot cert mismatch theory - plausible, but not the actual root cause

Grabbed the wrong Windows Server ISO - Microsoft's own download page has two similarly-named links

Pressed a key at "Press any key to boot from CD or DVD" mid-install, relaunched Setup from scratch

Lock screen after first boot looked unresponsive - physical Ctrl+Alt+Del never reached the VM


Wazuh Agent Deployment (Session 7 / Build Log 06)

SSH to Kali from the management side hung - ATTACK VLAN's pass rule only allows outbound, not inbound

Three separate typos retyping Wazuh's wizard-generated install command by hand into a VM console


Kerberoasting (Build Log 06)

invalidCredentials on a correct password - bash was mangling it before it left the shell

auditpol rejected an exact-looking subcategory name - one invisible trailing space

Searched the wrong field hunting for the Kerberoasted account in Wazuh

The Kerberoasting event was actually being collected the whole time - a stale dashboard field cache was hiding it