Search results

  1. M

    How to Resolve Vulnerabilities in IPv6 Cluster without Vrack on OVH?

    Good afternoon! I am facing a challenge with a cluster hosted on OVH consisting of 5 servers, each with a public IP. The cluster is working fine with IPv6, but I have identified some vulnerabilities, such as public communication between servers, the absence of a private network, and direct...
  2. M

    Unable to load access control list: Is a directory

    Good Morning! I need to create a user via script, but after creating it using the following command pveum user add newuser@pam useradd -s /bin/bash -d /home/newuser -m --non-unique --uid 0 newuser pveum acl modify / --roles Administrator --users newuser@pam pveum passwd newuser@pam -password...