MyFirstBrain/Kunden/EBS/Proxmox.md
2025-05-19 09:08:38 +02:00

32 lines
888 B
Markdown

---
created: 2024-07-29T10:26
updated: 2025-05-19T09:03
---
# 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