Search results

  1. A

    Storage issue

    Yes, those are what you need to sort out, I believe I have my notes somewhere but it was more for Proxmox than a VM. I did some google searching to find out the command to located which drives were on what controller, Ideally you want them all on 1. I only used 4 drives in the system so this was...
  2. A

    Storage issue

    I just built a machine where I virtualized FreeNAS/TrueNAS. What I needed to do was determine which SATA controller the drives were connected to and using PCI-e passthrough assign that controller to that VM. I did try passing through the HDDs themselves but it was not allowing TrueNAS to see...
  3. A

    [SOLVED] Odd USB Passthrough Issue

    I have just built a new Tower computer that has the following major components: NVIDIA 1060 - Assigned to a Linux VM NVIDIA 3080ti - Assigned to a Windows VM 5950x CPU 128GB RAM 2 x 500GB SSDs for Proxmox in a ZFS mirror 2 x 500GB NVMe disks for VM storage in a ZFS mirror Everything is...
  4. A

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    When I did the upgrade from 6 to 7 I had already been using ifupdown2 since I installed the 6 cluster and the interfaces did not work after the upgrade until I executed the command I shared previously. I wonder what is causing the network issues when upgrding. I will be doing a full reinstall of...
  5. A

    [SOLVED] update 6 to 7

    After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command systemctl enable networking; reboot After that, the node rebooted and came back online and everything was working again...
  6. A

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command systemctl enable networking; reboot After that, the node rebooted and came back online and everything was working again...
  7. A

    [SOLVED] Upgrade to Proxmox 7 - Bond (LACP) Interface not working anymore

    After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command systemctl enable networking; reboot After that, the node rebooted and came back online and everything was working again...
  8. A

    Proxmox 7.x not network

    After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command systemctl enable networking; reboot After that, the node rebooted and came back online and everything was working again...
  9. A

    [SOLVED] upgrade from 6.4 to 7 no webgui, ssh access

    After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command systemctl enable networking; reboot After that, the node rebooted and came back online and everything was working again...
  10. A

    Proxmox VE 7.0 (beta) released!

    proxmox-backup Does this mean that I can finally create a PBS machine to backup my various Proxmox nodes?
  11. A

    HA and quorum

    People have also used a small system such as a 1L PC (or other SBC that is X86) or a Raspberry Pi as a quorum device.
  12. A

    Suggestion - Possibility to provide SMTP credentials during installation or in the WebUI

    I agree that it should be added to the GUI that way if you are running Proxmox in a cluster you can have it update all nodes from a central location similar to the other "Datacenter" options, it is also where the from address is located so adding the options to set SMTP information there makes...
  13. A

    Systematic VM startup

    I have played with the "Start at boot" option as well as the "Start/Shutdown order" options within the GUI but find that they are not exactly meeting my needs and wanted to run my planned idea past the community before I spend time developing it as a solution. My thought would be to create a...
  14. A

    Planned Build...Check my parts list and plan

    I am working on the shopping list for my new system build and wanted to get some feedback not only on the parts selected but how I intend to configure the system to make sure it will function as I am planning. My goal is to build a single system that uses Proxmox to run three virtual machines...
  15. A

    Backup PVE using PBS

    Is anyone aware of how PBS will implement a host-level backup? will it be similar to backing up a VM on PVE? I would love to implement PBS to have incremental backups but want to wait until the host backup is available before switching over to it. Right now I only backup my VMs and maintain...
  16. A

    [TUTORIAL] msmtp for sending pve notification mails

    Do you know what notifications you can expect from Proxmox VE, I tried to look it up but didn't find much, so far the only notification I get is when a backup completes and or fails depending on what I specified.
  17. A

    Backup PVE using PBS

    I am waiting for this feature to be implemented before I dive into setting up a box for testing and hopefully rolling into production.
  18. A

    [TUTORIAL] msmtp for sending pve notification mails

    I just tried this setup on a test VM and managed to get it all working except for writing to the logs. I had to execute the following additional commands to get it to write to the log: groups msmtp touch /var/log/msmtp.log chown msmtp:msmtp /var/log/msmtp.log chmod 660 /var/log/msmtp.log My...
  19. A

    how to secure proxmox installation

    The storage servers and the hypervisor servers are on their own VLAN, that only specific computers have access to at the administration level. and those computers can access from either the normal LAN and from the remote LAN
  20. A

    how to secure proxmox installation

    I have my Proxmox cluster behind a virtual firewall. the only way I can access local resources that are not explicitly exposed to the internet via either a mail gateway or a reverse proxy is through my remote VPN server. I did not want to have my hypervisor be accessible directly same with...