Search results

  1. J

    Moving CEPH to a separate network

    On an old installation I had PVE and CEPH in the same network. To improve performance and security, I'm currently separating networks more strict. The first step I'm trying is to separate the cluster network from the PVE network. I was following the...
  2. J

    Using f-secure with PMG

    Some days ago I have successfully activated f-secure. Just for the case, anybody is interested in the /usr/local/bin/pmg-custom-check, that's what I'm using: #!/bin/sh if [ "$#" -ne 2 ]; then echo "usage: $0 APIVERSION QUEUEFILENAME" 1>&2 exit 1 fi apiver="$1" shift if [ "$apiver" != "v1"...
  3. J

    How to reset DNS cache

    Is there a way to reset a node's local DNS cache? As I had to change a Node's IP address, I would like the other nodes to see the new IP as soon as possible.