Recent content by czechsys

  1. C

    Proxmox hardening - Proxmox iso vs Debian iso?

    Apples and oranges. You are comparing PRODUCT (based on the debian + ubuntu) with pure OS (debian).
  2. C

    PDM 1.0.1 unable to add AD realm with anonymous search

    PVE (9.1.1): domains.cfg: ad: SUB.EXAMPLE.ORG comment AD authentication domain sub.example.org server1 fqdn1 base_dn DC=sub,DC=example,DC=org case-sensitive 1 default 1 mode ldaps server2 fqdn2 user.cfg...
  3. C

    PDM 1.0.1 unable to add AD realm with anonymous search

    AD realm is created manually in domains.cfg. This works Editing via gui "Sync options" failing. "Sync" via gui Realms failing - unedited error message: 2025-12-10T10:53:48+01:00: this is a DRY RUN - changes will not be persisted 2025-12-10T10:53:48+01:00: TASK ERROR: LDAP operation result: rc=1...
  4. C

    Proxmox Datacenter Manager 1.0 (stable)

    Any option to have "cluster name" or alias for cluster in remotes? Having cluster hidden under hostname is little confusing...
  5. C

    PDM 1.0.1 unable to add AD realm with anonymous search

    With manual "base-dn" configuration and any change in the "Sync Options" api error (status = 400: Could not search LDAP realm, base_dn could be incorrect: LDAP operation result: rc=1 (operationsError), dn: "", text: "00002020: Operation unavailable without authentication": rc=1...
  6. C

    PDM 1.0.1 unable to add AD realm with anonymous search

    Adding domains.cfg with "base-dn" works. But with "base_dn" don't: api error (status = 400: parsing "/etc/proxmox-datacenter-manager/access/domains.cfg" failed: line 2 - unknown property 'base_dn') The returned error in the first post use "base_dn". Next, in the "Sync options", when trying...
  7. C

    PDM 1.0.1 highest usage bars are bad readable

    Hi, those bars are bad readable. Can you please think about better coloring schema to differentiate usage? I am not blind but in the first two it hardly to see some orange spikes or so. is
  8. C

    PDM 1.0.1 unable to add AD realm with anonymous search

    Hi, trying to add AD realm with anonymous search (without bind user): api error (status = 400: Could not search LDAP realm, base_dn could be incorrect: LDAP operation result: rc=1 (operationsError), dn: "", text: "00002020: Operation unavailable without authentication": rc=1 (operationsError)...
  9. C

    Proxmox Datacenter Manager 1.0 (stable)

    Why PDM use by default nicX variant as network interface name instead ensX as PMG, pve VMs etc? When trying to add AD server, it doesn't work in anonymous mode - but almost the same PVE gui configuration is working, only one difference is a field for base_dn.
  10. C

    Multipath configuration to Pure storage array (VLANS)

    Your SAN and iscsi_* are on the same vlan, so if you can't ping, your L2 doesn't work. Check tcpdump for arp and fix firewall/network config.
  11. C

    Non cluster migration lvm disk slowdown data transfer to zero

    It looks as https://forum.proxmox.com/threads/test-migration-stuck.168776/
  12. C

    How to change to 10Gbps NIC Card option for better migration performance

    Really HP G6 (super old server) and SSD? DId you even tested disk performance on the host?
  13. C

    Can I install molly-guard on a pve node?

    Define "accidental reboots". User Via ssh? Install it. User via gui? Don't know.
  14. C

    VLANs working, but not the way they should?

    It's all about where is vlan tagged and when it's native vlan vs vlan on port/bridge. If esxi vswitch required vlan id for every vnic, linux standard/vlan-aware/openvswitch allow all variants.