Search results

  1. V

    SFP+ Broadcom card not working

    Hi, I've bought a Bradcom BCM57810S SFP+ card. I've put in my server SuperMicro, in my network configuration I'm able to see the two SFP+ interfaces enp4s0f0 and enp4s0f1, but I change my interface from cat cable to sfp+ I'm not able to reach the proxmox. I've try some stuff but nothing is...
  2. V

    Pve and storage connection SFP+

    Hi, I have a question about storage and proxmox, or better, I've never configure a server/storage, so I'm thinking of what is the best practice to do this. I have this situation 3 pve 1 Nexenta storage My answer is how to connect the 3 pve with the storage. My idea was to put in every pve...
  3. V

    Monitoring of PVE with Zabbix not working

    Yes, you are right! It's working for me too! In the guide this part is missing! Thank you so much!
  4. V

    Monitoring of PVE with Zabbix not working

    For test purpose I've put the role from Auditor to Administrator to give all the possible permissions, but nothing changed
  5. V

    Monitoring of PVE with Zabbix not working

    This is the permission on proxmox
  6. V

    Monitoring of PVE with Zabbix not working

    Hi, I've trying to implement Zabbix monitoring with my Proxmox cluster 7.4.3. Zabbix version 6.4.2, using Proxmox VE by HTTP template This is the log I have on proxmox for zabbix agent: 4297:20230509:153016.660 **** Enabled features **** 4297:20230509:153016.660 IPv6 support: YES...
  7. V

    qm importovf error

    I'm glad thati it work @Proxide Thanks for your award :)
  8. V

    NFS connection with TrueNAS is not working

    Yes, via CIFS/SMB I have no problem at all mounting it in Proxmox
  9. V

    NFS connection with TrueNAS is not working

    I don't think is a network connection problem, the TrueNAS is used for samba share also and is going at Gigabit full speed in transfer rate. Only with NFS connection between Proxmox I have the issue
  10. V

    qm importovf error

    Ok, I've tried and I have the same problem! Is a problem in the ovf file. You can do this way...create a VM without Media and HDD....when the VM is created you can import the disk with: qm importdisk 333 Tenable-Core-Nessus-20230417_disk0.vmdk Storage --format qcow2 When this is done you'll...
  11. V

    qm importovf error

    Try with: qm importovf 333 Nessus.ovf storage-1 -format qcow2 or vmdk But maybe is there a problem with the ovf file instead. I'll try on my proxmox to import the ovf file and the I'll ler you know if I have the same error.
  12. V

    NFS connection with TrueNAS is not working

    Hi , I'm trying to configure my TrueNAS in NFS with Proxmox for my backup. I've followed all online videos/tutorials to do this, create a truenas user, set all the ACL on the directory in TrueNAS etc...but when I'm trying to connect it in Storage the Export is "Searching" and nothing is...
  13. V

    Ballooning not working?

    Ok, I've thinking that ballooning and the MIN value working like the thin provisioning in the storage. You configure 8GB of RAM and the system is now using 2GB, then on the host only 2GB is occupied from the VM.
  14. V

    ESET PROTECT VM fail on first startup

    No I don't use it. I use Virtio as a controller. Yesterday after a tons of tests, I do the same procedure like always and the machine started?!?!?! I don't know why...the hardware configuration was the same as usual.
  15. V

    Ballooning not working?

    Hello, I have a question about ballooning of the memory. PVE version 7.4.3 Totally I have 64GB of RAM. Arc max for zfs is 4GB, if I shutdown all the VM's I have 7GB used, and that's ok. Now I have 3 VM (Windows Server 2022) up&running with ballooning enabled, On each VM I've installed virtio...
  16. V

    WARN: no efidisk configured! Using temporary efivars disk.

    I have the same issue, resolved with adding a EFI disk afterwards and set up the correct boot order in the Options tab.
  17. V

    Changing Proxmox Address

    I don't understand your network configuration, I mean I don't understand what is the problem with the network. What is falling apart?
  18. V

    Vlan Puzzle in Proxmox with pfsense

    I think the same....on pfsense you have to create the vlan on the lan interface.
  19. V

    ESET PROTECT VM fail on first startup

    Hi everyone, I've installed a few installation of ESET PROTECT VM (successfully everytime without problems) that is provided officialy by ESET in ova format. I've done every steps is necessary for import the vm: $ mv esmc_appliance.ova esmc_appliance.tar $ mkdir ESET_appliance $ cd...