Skip to content

Virtual Machines

(Retired) server-vm

UPDATE (2024-12-08) - This VM has been deleted.

UPDATE (2023-08-08) - This VM has been shutdown and services migrated to server-02.

An Ubuntu Server running in Hyper-V on the main `server`. This virtual server runs Docker and hosts many of The Kremlin’s services.

Notes

  • Firewall
    • Docker automatically manages the iptables when running on Linux.
    • There is no need to mess with iptables manually unless you need something special.
    • I had played with enabling ufw, but ultimately disabled it since I didn’t need to do any manual configuration.
  • DNS
    • The default DNS service on Ubuntu Server is disabled to allow Pi-hole to work.

(Retired) server-vm02

NOTE: This VM no longer exists. Storing VM disks on the D drive (virtual disk backed by storage pool) isn’t the greatest idea (i.e., performance issues). I believe there was some data corruption caused by this.

An Ubuntu Server running in Hyper-V on the main `server`. This virtual server’s hard-drive is located on the D drive, providing a large amount of storage space. This server is used for running Docker containers and experimentation.

Notes