Proxmox Server: Difference between revisions

From Sea of Fate
Jump to navigationJump to search
Line 3: Line 3:
This is the server that will sit under my desk until I move house.
This is the server that will sit under my desk until I move house.


==[Home Lab]]==
==[[Home Lab]]==


The long term setup of Virtual Machines to keep things going. The main objective is is to have a self contained robust setup to allow me to leave the lab alone to hum away to itself and while i am away from home give me access to files and desktop PCs from any simple terminal that I happen to be near. [[Home Lab | More Details here]].
The long term setup of Virtual Machines to keep things going. The main objective is is to have a self contained robust setup to allow me to leave the lab alone to hum away to itself and while i am away from home give me access to files and desktop PCs from any simple terminal that I happen to be near. [[Home Lab | More Details here]].

Revision as of 04:51, 28 February 2025

Introduction

This is the server that will sit under my desk until I move house.

Home Lab

The long term setup of Virtual Machines to keep things going. The main objective is is to have a self contained robust setup to allow me to leave the lab alone to hum away to itself and while i am away from home give me access to files and desktop PCs from any simple terminal that I happen to be near. More Details here.

Other temporary projects

There are likely to be other projects that I can undertake.

Proxmox

Hardware Specification

Configuration

Access

The IP Address and port of the host is 192.168.0.110:8006. I have my virgin media router forwarding all incoming traffic to 192.168.0.125 so it will go directly to the Pfsense firewall. All of the terminals can also send traffic to the WAN port of Pfsense.

Storage

The main storage is the three 16TB hard drives configure into ZFS z1 so that they have one redundant disk. As one disk is redundant, obviously, it has 32TB of storage available.

I couldn't get PCI passthrough to work reliably without significant effort and some expense so I set up ZFS on Proxmox itself or more precisely on the Debian Linux that Proxmox resides on. Unfortunately, that means that I have to do any config on the CLI. I may write some scripts to perform some of the admin tasks or more likely setup a Nginx container to automate as much of it as possible.