My home lab…I love learning by doing (hands-on experience), and because of this, having a home lab is a must for me. It allows me to experiment, learn new things, and implement or suggest improvements in my work. One thing I can say for sure—the freedom to break, rebuild, and test anything […]
Configuring syslog on your ESXi host is essential for centralized logging and efficient monitoring. Having your logs centrally managed simplifies troubleshooting and helps with compliance and security audits. Below you’ll find an easy-to-follow guide for setting up syslog both via the WebUI and CLI. Don’t forget to verify connectivity and regularly check your centralized logs for effective monitoring.
Configure Syslog Service (vmsyslogd) on ESXi for Remote Logging
1. Configure Syslog Using the vSphere Client
Log in to the vSphere Client and select your ESXi host.
Navigate to the Configure tab.
Under System, click on Advanced System Settings.
Click Edit to modify settings.
Filter for Syslog.global.logHost.
Enter your syslog server details in the format tcp://hostname:514 or udp://hostname:514 in my case udp://10.20.55.44:514 or with DNS name udp://syslog:514
Click OK to apply the changes.
2. Open Firewall Ports for Syslog Traffic
Enable Syslog in Firewall Rules:
Still under the Configure tab, go to Networking > Firewall > Ougoing connections.
Click EDIT….
Filter for syslog
Click on Checkboxand Click OK.
Now you should see “syslog” in outgoing firewall rules.
3. Verify Connectivity to the Syslog Server
Test Network Connection:
Access the ESXi Shell or use SSH to connect to your ESXi host.
In an effort to downsize even more my home lab from Shuttle PCs that were (in the past) considered compact I decided to explore the impressive, powerfull and small GMKTec mini PCs. With NVMe drives there is no longer need for space for spinning 3.5″ drives. The following were my requirements […]
VMware Cloud Director 10.6.1 is the latest release of VMware Cloud Director. It includes a number of new features and enhancements, as well as some known issues and workarounds. Sure, here is a blog post based on the VMware Cloud Director 10.6.1 Release Notes: VMware Cloud Director 10.6.1 […]
I had a customer that recently reached out asking how they could easily audit their entire ESXi infrastructure to determine which hosts was still booting using the legacy BIOS firmware, which has been deprecated and will be removed in a future vSphere release, in favor of the industry standard […]
If you have been following my recent adventures in playing with both Authentik and Keycloak as an OAuth/OIDC Identity Provider (IdP) for use with vCenter Server or VMware Cloud Foundation (VCF) Identity Federation, you can take it one step further and authenticate with a Yubico YubiKey or Apple […]