Category: Uncategorized
-
Set Up a Linux Router for Your Home Lab
—
Intro Lab environments are essential for students and professionals alike. There are powerful tools available to create and configure home network environments. This post will focus on how to set up a Debian Linux server to act as a router for a home lab environment. This setup will use systemd-networkd instead of the Debian default…
-
Import and Run Cloud Containers in WSL
—
Some cloud image containers provided by Linux distros can be directly imported into Windows Subsystem for Linux. Networking Unfortunately Windows Subsystem is designed so that all containers share the same network configuration. This means that if you configure an interface on one instance, that interface will apply to all other WSL containers. This makes WSL…