Keine Kommentare

Proxmox auf einem Hetzner Server installieren

Installation Anleitung

Debian 11 (Bulleseye) auf den Hetzner Server installieren

Debian Server zuerst updaten

apt-get update && apt-get upgrade -y

Hosts Datei öffnen

nano /etc/hosts

Host setzen

hostnamectl set-hostname <deineDomain>.de --static

Hostname testen

hostname --ip-address

Proxmox installieren

Liste erstellen

nano /etc/apt/sources.list.d/pve-install-repo.list

Installationspfad einfügen

deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

Schlüssel installlieren

wget -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg http://download.proxmox.com/debian/proxmox-release-bullseye.gpg

Rechte vergeben

chmode +r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg

Updaten

apt update

Full Update

apt full-upgrade

Ceph Pacific Repository

echo "deb http://download.proxmox.com/debian/ceph-pacific bullseye main" | sudo tee /etc/apt/sources.list.d/ceph.list

Proxmox installlieren

apt update
apt install proxmox-ve

Port Checken

ss -tunelp | grep 8006

Root Passwort setzen

sudo passwd root

Netzwerkeinstellungen öffnen

nano /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp9s0
iface enp9s0 inet static
        address 65.109.113.231/26
        gateway 65.109.113.193
        post-up sysctl -w net.ipv4.ip_forward=1
        post-up iptables -t nat -A PREROUTING -i enp9s0 -p tcp -m multiport ! --dport 22,8006 -j DNAT --to 10.10.10.1
        post-up iptables -t nat -A PREROUTING -i enp9s0 -p udp -j DNAT --to 10.10.10.1
        # up route add -net 65.109.113.192 netmask 255.255.255.192 gw 65.109.113.193 dev enp9s0
# route 65.109.113.192/26 via 65.109.113.193
iface enp9s0 inet6 static
        address 2a01:4f9:3051:4005::2/64
        gateway fe80::1
auto vmbr0
iface vmbr0 inet static
        address 10.10.10.0/31
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        post-up ipdatbles -t nat -A POSTROUTING -s '10.10.10.1/31' -o enp9s0 -j MASQUERADE
        post-down ipdatbles -t nat -D POSTROUTING -s '10.10.10.1/31' -o enp9s0 -j MASQUERADE
#WAN OPNSense - Proxmox LAN

openSense installieren

Zuerst Open Sense herunterladen. https://opnsense.org/download/ ISO Hochladen und installieren.

Mein Homelab Server Minis Forum MS-01

In meinem Homelab dient dieser kompakte Mini-PC als leistungsstarker Server.

MINIS FORUM MS-01

Trotz seiner geringen Größe beeindruckt er mit einer bemerkenswerten Leistungsfähigkeit bei einem äußerst sparsamen Energieverbrauch.

Meine Server laufen performant in der Hetzner Cloud

Meine Top 3 Unify Systeme

AngebotBestseller Nr. 1
Ubiquiti Networks Ubiquiti UniFi AP AC High Density
Ubiquiti Networks Ubiquiti UniFi AP AC High Density*
LAN: 2x 1000Base-T (PoE+-PD); Wireless: WLAN 802.11a/​b/​g/​n/​ac/​h, simultan; Übertragungsrate: 800Mbps (2.4GHz), 1733Mbps (5GHz)
147,00 EUR Amazon Prime
Bestseller Nr. 2
Ubiquiti Cloud Gateway Ultra - UCG-Ultra
Ubiquiti Cloud Gateway Ultra - UCG-Ultra*
Läuft UniFi-Netzwerk für Full-Stack-Netzwerkverwaltung; Verwaltet über 30 UniFi-Netzwerkgeräte und über 300 Clients
120,47 EUR
Bestseller Nr. 3
Ubiquiti AP Unifi U6+ 3.0 Gbps, RJ45 ohne PoE-Injektor
Ubiquiti AP Unifi U6+ 3.0 Gbps, RJ45 ohne PoE-Injektor*
Hochwertige Material; Langlebig; Robustheit; Flexible Gestaltung
118,52 EUR

Das könnte dich auch interesieren

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Bitte füllen Sie dieses Feld aus.
Bitte füllen Sie dieses Feld aus.
Bitte gib eine gültige E-Mail-Adresse ein.
Sie müssen den Bedingungen zustimmen, um fortzufahren.