Ga naar inhoud

Voordat ik iets op Proxmox doe, doe ik eerst...ΒΆ

UpdatesΒΆ

Bewerk de file /etc/apt/sources.list

Proxmox-versie 6.XΒΆ

1
2
3
4
5
6
7
8
9
deb http://ftp.us.debian.org/debian buster main contrib

deb http://ftp.us.debian.org/debian buster-updates main contrib

# security updates
deb http://security.debian.org buster/updates main contrib

# not for production use
deb http://download.proxmox.com/debian buster pve-no-subscription

Proxmox-versie 7.XΒΆ

deb http://ftp.debian.org/debian bullseye main contrib

deb http://ftp.debian.org/debian bullseye-updates main contrib

# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib

# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

Bewerk /etc/apt/sources.list.d/pve-enterprise.list

# deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise

Voer volgende commando's uit:

1
2
3
apt-get update
apt dist-upgrade
reboot

StorageΒΆ

Danger

WEES VOORZICHTIG. Hiermee worden uw schijven gewist.

fdisk /dev/sda

Dan P voor partitie, dan D voor verwijderen, dan W voor schrijven.

Controleer SMART Monitoring

smartctl -a /dev/sda

VLAN bewustΒΆ

Als u uw VLANS wilt beperken

nano /etc/network/interfaces

Stel hier uw VLAN in

bridge-vlan-aware yes
bridge-vids 20

Voorbeeld van het NIC-teamΒΆ

nano /etc/network/interfaces
auto eno1
iface eno1 inet manual

auto eno2
iface eno2 inet manual

auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3

auto vmbr0
iface vmbr0 inet static
address 192.168.0.11/24
gateway 192.168.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#lacp nic team

Als u Proxmox 7 gebruikt, bekijk dan hier de gewijzigde configuratie voor LAGG / LACP