Recent content by PierreD

  1. P

    Proxmox run selected VM's trough a VPN

    Hello, I think you need a site-to-site tunnel to connect your 8 vms to your parents' network. I have never implemented such a solution but I think you would have to set up a vm with a Wireguard server on your Proxmox and create a site-to-site tunnel to the remote router. The traffic of the 8...
  2. P

    [SOLVED] PBS root disk on ZFS (mirror)

    After rereading a bit of ZFS documentation, my ideas are a little clearer. The number of copies in "Advanced option" has nothing to do with the chosen redundancy (see https://jrs-s.net/2016/05/02/zfs-copies-equals-n/). The Raid1 option of the ZFS installation must correspond to "mirror". Why not...
  3. P

    [SOLVED] PBS root disk on ZFS (mirror)

    Hello everyone, In the PBS installation interface, it is possible to install the system on a ZFS pool (Target hard disk / Options). But which Advanced Option to choose to have two mirrored disks : Do I have to select 2 disks with Raid1 option and 2 copies ? I actually don't understand the raid0...