Recent content by avaaru

  1. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    I have a dedicated server on a cloud computing platform. This dedicated server only has a public network card, and I don't have the option to add a private network card. I also don't have the option on the cloud computing platform to create a VPN tunnel between the server and my firewall. The...
  2. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    That could be it. I don't have any open UDP protocols; they're all closed. Is that why I can't perform the RPC phase?
  3. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    In my case, it's through a public IP address, since I have no other way to connect the NAS for backups to my cloud server. What other method would you recommend? I understand that SMB would be less secure.
  4. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    But I've seen videos online showing people with Synology NAS devices, configured with the same settings as mine, getting it to work with Proxmox. I understand it shouldn't be a problem with the NAS, right? Could I run some tests using the GitHub link you provided? Thank you so much for all the...
  5. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    My command does not specify the version: IP:/volume2/Backup-Proxmox /mnt/NAS_Sysnalogy nfs defaults 0 0 I modified the command for version 3 and it still works. I've attached a screenshot of the mount and ls commands showing that the content is visible. IP:/volume2/Backup-Proxmox...
  6. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    They are open according to the nmap results. Furthermore, if they weren't open, they wouldn't mount with mount from Proxmox, right? I don't understand why mount doesn't reject the connection but proxmox's NFS does.
  7. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    After waiting a few minutes, it shows me the following errors:
  8. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Hello. Thanks for your reply If the path is the same as the one I configured in the mount command and I select the NFS 3 protocol, which is the one I have configured on my Synology If I run the command showmount -e IP_NAS, it just stays like that, as if it's thinking, and doesn't end up...
  9. A

    [PROXMOX CLUSTER] Shared disk for VM

    Thank you so much for this information; this content you've provided will be incredibly useful. Thank you very much.
  10. A

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    I've encountered a synchronization and availability issue when using NFS network storage within a Proxmox VE cluster. - Environment: Proxmox VE Cluster with 2 nodes (node 01, node 02). - Storage: Synology NAS shared via NFS. - Configuration: The connection to the NAS is made through a public IP...
  11. A

    [PROXMOX CLUSTER] Shared disk for VM

    Thank you so much, this explanation cleared things up a lot for me. In the end, I decided to have a third node and install Ceph. I'll do it in the next few days; I think it's the best option.
  12. A

    [PROXMOX CLUSTER] Shared disk for VM

    The guide indicates that a shared LVM is also compatible, is that correct?
  13. A

    [PROXMOX CLUSTER] Shared disk for VM

    Are you referring to the following table? I had read it, but it doesn't match the information I'm reading online or that you're giving me. You're saying that NFS can take snapshots, but the table says it can't. That's why I'm asking, because I see different opinions and it's not clear to me...
  14. A

    [PROXMOX CLUSTER] Shared disk for VM

    Is there any way to share an LVM-THIN volume over a network? Would ZFS be the only way to have a shared volume that allows me to create both CTs and VMs?