Proxmox Setup
Here I have tried to visualize the process of installing proxmox for this usecase. All the options and config's picked are noted down bellow. To reproduce all you have to do is follow the video instruction and referance the config options choosed from notes bellow.
Setup Instructions
Hardware
Hardware | Specification |
---|---|
CPU | Intel Xeon E5-2660 |
CPU | 4 core @ 2.20GHz |
RAM | 8 GB |
STORAGE | 20GB SSD |
STORAGE | 50GB SSD |
Volume Config Note
Option | Config |
---|---|
hdsize | 20GB |
swapsize | 0 |
maxroot | 20GB |
maxvz | 0 |
minfree | 0 |
Location and Zone Config Note
Option | Config |
---|---|
Country | Bangladesh |
Time Zone | Asia/Dhaka |
Keyboard Layout | U.S. English |
admin@rocketagro.com |
Network Config Note
Option | Config |
---|---|
Host Name | pve1.rocketagro.com |
IP Address | 192.168.20.20/24 |
Gateway | 192.168.20.1 |
DNS Server | 1.1.1.1 |
Upload images
run from local mechine images directory
shell
cd /home/images
scp windows-10-x64.iso root@192.168.20.20:/var/lib/vz/template/iso/windows-10-x64.iso
scp windows-server-x64-2022.iso root@192.168.20.20:/var/lib/vz/template/iso/windows-server-x64-2022.iso