October 31st, 2024
The lab environment is something anybody can build in a few weekends. All it takes is a bit of sticktuitivness, a fairly-modern computer, a home internet connection, and about $1K for hardware/software. :)
Keep in mind that many bootcamps, certifications, and degrees cost at least as much if not significantly more. Another benefit of building a home lab is that you own the environment and, therefore, can use it in any way you wish. Build yourself a lab. It'll be good for you!
In this lab, we will set up a personal, on-site cloud that hosts one public-facing web server and one private web server. No static private IP address is required for the public-facing web server since we'll be using the Cloudflare API and Dynamic DNS (DDNS), on our Netgate firewall, to automatically update our Cloudflare DNS zone with our dynamic private IP address.
The following hardware requirements must be met or exceeded to complete the lab:
The following software requirements must be met or exceeded to complete the lab:
The following service provided requirements must be met or exceeded to complete the lab:
staticIPs = {
"ubuntuWebServer": "192.168.10.4",
"rhelAppConnectorServer": "192.168.10.5",
"cyberPanelServer": "192.168.10.6",
"rhelPrivateServiceEdgeServer": "192.168.10.7",
"windowsServer2022": "192.168.10.8"
}