MyFirstBrain/Kunden/EBS/Proxmox.md
Ralf Koop 0e8d3df07c .
2025-05-13 17:28:22 +02:00

28 lines
828 B
Markdown

# Proxmox (Atlas)
Physikalischer Server !
192.168.123.100
Proxmox Version : 2.3-13 (kein SMB möglich)
Proxmox VM. Config File ergänzungen :
args: -vnc 0.0.0.0:77
Dann ist die VM mit der IP des ProxmoxServer und dem Port 5977 per VNC erreichbar.
Wenn args: -vnc 0.0.0.0:103 dann ist das der Port 6003
args: -uuid 3D094D56-E2CC-B318-C582-AFB2F2EBED10
Proxmox SSL Certificate erneuern
[https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x,_5.0_and_5.1)#Revert_to_default_configuration](https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x,_5.0_and_5.1)#Revert_to_default_configuration)
#### Mount NFS Share vom Backup Server :
sudo mount -t cifs -o credentials=/root/.credentials //192.168.123.8/nfsshare /mnt/backup/
#nochzubearbeiten