Search results

  1. pvps1

    Dokumentation zum Download für Claude Proxmox Skill

    Ja das behaupten sie halt alle, die bots und scrapper :) das ist aber OT zugegeben
  2. pvps1

    Dokumentation zum Download für Claude Proxmox Skill

    womit du claude aber um die "agentischen" Fähigkeiten bringst. Ausserdem ist es auch ein bisschen ein Kampf gegen Windmühlen sofern du nicht eine "deny all" policy etablierst. btw gehöre ich zur Fraktion die glaubt, dass KI von Nutzen ist für sysadmins. Die Kosten-Nutzung Rechnung ist...
  3. pvps1

    Dokumentation zum Download für Claude Proxmox Skill

    wie steht es mit der DSGVO oder interner compliance wenn du claude direkt auf den servern einsetzt? oder habe ich das falsch verstanden? wir nutzen claude auch sehr intensiv, aber ausschließlich für Entwicklung und in sandboxes. Sobald es um Echtdaten geht, setzen wir auf interne Inferenz...
  4. pvps1

    Dokumentation zum Download für Claude Proxmox Skill

    dann sind deine Seite nicht relevant. Wir betreiben mehrere tausend Domains als Hoster und glaube mir, 80-90 Prozent (minestens) des traffics sind bots. Es gibt sehr wenig Webseiten die wirklich viel Traffic durch Menschen (also echte Besucher) erzeugen.
  5. pvps1

    Proxmox VLAN Design: VLAN-aware bridge vs. bridge-per-VLAN – what do you use and why?

    option 2, bridge per vlan deployment of configs with ansible not using pve's own networking management
  6. pvps1

    apt or pve for automatic (unatended) upgrades?

    we are using unattended upgrades with enterprise repositories for years without problems. with community repos we are doing manual upgrades, but never had problems either to be fair.
  7. pvps1

    3 node cluster zfs & replication

    first of all: 10gbit as that cheap that i would not run anything with lower bandwidth 2. you should design your setup/cluster depending on your internal and external SLA knowing what you must achive you can find the correct technical solutions. e.g. we do not activate HA on any clusters, have...
  8. pvps1

    How do I make my computer display Ubuntu on Proxmox on my monitor?

    though it is by far not meant to be used like that, you can install GUI on pve itself. Search for Proxmox developer workstation. you can then either use pve itself as linux workstation or access a virtual machine in different ways (built in console, vnc, x2go...) on localhost with monitor...
  9. pvps1

    Benachrichtigung bei VM-Ausfall

    @TErxleben du bist vermutlich ein Fan von Selbstgemacht, aber monit macht genau diese "watchdog" Sachen sehr gut
  10. pvps1

    Neue Festplatten werden nicht erkannt

    mach mal ein cat /sys/class/scsi_host/host*/link_power_management_policy dort muss max_performance stehen kann mich nicht erinnern, wo der bug herkam, aber das war bei uns mal der Grund warum hotplug nicht ging (supermicro boards) danach ein echo "- - -" > /sys/class/scsi_host/host1/scan...
  11. pvps1

    Physical Server Migration

    setup the system in proxmox (or at least create the disk layout and networks you need) boot the system in a rescue system (e.g. we use mostly grml). bring up networking in rescue system and start sshd with passwd login for root mount your disk(s) under /target (evtl create fs if you didnt do...
  12. pvps1

    Upgrade Proxmox Cluster from 8.4 to 9 – Can I migrate VMs back to the upgraded node before finishing all nodes?

    follow the upgrade instructions strictly (!) ceph upgrade is always mentioned as a special step. worked like charm for the last decade IF you follow official howto
  13. pvps1

    advanced tips and tricks for extreme storage saving?

    we have several storage tiers. on the lower end there are simple cheap NFS servers where we pack everything not important, archived, "trashed" (before we delete permanent), ISOs, testing, temporary,.... everywhere else we do not "squeeze" (because running on low storage is a pain and...
  14. pvps1

    Proxmox user base seems rather thin?

    the forum is community so it is a highlight that staff members are even present and answer questions patiently what do you expect (seriously, literally)?
  15. pvps1

    Choosing Proxmox for the right application?

    if you want to get rid of virtualbox on a linux desktop, virt-manager is not a bad choice imo. better than pve workstation which i personally considered but dropped as my normal desktop with kvm, podman, lxc etc offers much more flexibility and less troubles
  16. pvps1

    Installation eines neuen Servers und damit Wechsel der Virtuellenumgebung von esxi6.5 auf proxmox 8.3

    Bei so hohen Ausfallskosten (welcher Zeitraum?) solltest du dir zum Thema Redundanz Gedanken machen und evtl eine IT Firma mit Planung, Implementierung und Wartung beauftragen. m2c
  17. pvps1

    Frage zur Anwendung vom Mail Gataway

    auf wenns ein bisschen sallop formuliert war, ist das der Hinweis, wie du es auch mit dynamischer IP lösen kannst. Dafür benötigst du dann das entsprechende Linux KnowHow, das ist nicht Teil der PMG -> du installierst ein VPN deiner Wahl (openvpn, wireguard, tailscale) und innerhalb dieses VPNs...
  18. pvps1

    Frage zur Anwendung vom Mail Gataway

    die Frage ist, ob dein "Zuhause" eine statische IP hat. Der PMG unterstützt (iirc) nur das relaying über eine erlaubte statische IP (also keine Authentifizierung über Username/Passwort) Wenn das gegeben ist, trage diese IP unter "my networks" ein und dein interner Server muss über deine VPS...
  19. pvps1

    [SOLVED] Wie bindet man den PBS an die Hetzner Storage Box an?

    woher stammt diese Information? (ich bin immer von ceph ausgegangen, als reine Mutmaßung)
  20. pvps1

    Will updating Python on Proxmox compromise the system? [CVE-2025-4517]

    if you want "automatic" updates, take a look at unattended-upgrade