Search results

  1. A

    Proxmox Backup Server (beta)

    That fixed the errors I was getting. just finished a backup of a test portainer server.
  2. A

    Proxmox Backup Server (beta)

    Just installed the new beta and had to do some tinkering with apt to get the client-side to install as the repository is not get signed. Will, there be a way to schedule backup jobs from the server-side or will it rely on something such as a cron job on the client-side to push backups to the server.
  3. A

    Kernel panic on VM boot

    From what I have been able to find is that the VMs are throwing some sort of page fault or RAM fault when they boot but I have more RAM available than assigned and they are fine once they are restarted after the initial boot.
  4. A

    Kernel panic on VM boot

    I don't see anything abnormal in the logs but I could be looking for the wrong thing or in the wrong place. I will get a VM to cold boot and capture a screenshot tomorrow when I am back from work.
  5. A

    Kernel panic on VM boot

    I have noticed when I boot my various VMs within my proxmox cluster that when they are booting from an off state they throw a kernel panic on boot but after a restart boot fine and will run without any issues for months and I can restart them at any time without issues it is just from when they...
  6. A

    Wildcard certificate

    What I have set up is a VM using acme and the appropriate API for my domain registrar. I then have that machine automatically renew the certificates shortly before they expire and store then on that VM, which also has a samba server running on it that allows READ-ONLY access to specified IP...
  7. A

    pfSense gateway warning packet loss

    How do you have this configured at the physical layer? Are you using pfSense as a secondary firewall or is it connected directly to the modem? I have virtualized my pfSense install and have a the physical connections from the modem going to the Proxmox node and then they are assigned to pfSense...
  8. A

    GUI only node

    Could you not use a reverse proxy with multiple backends to facilitate a more transparent jump when you reboot the node you are controlling Proxmox from? I have an Nginx VM that does just that though I will admit the noVNC portion of my setup is not 100% when connected over the proxy.
  9. A

    Tag But Never Quarantine

    I have edited the rule on my server to modify the subject and then removed the block that moves the messages to quarantine. I don't have any screenshots to show, however. Under mail filter select the rule you want to edit or create a new one and on the right side for instance on the SPAM rule...
  10. A

    Sign off Proxmox Homeserver Hardware

    1. I would use the rest for ISOs as they normally don't take up a ton of space unless you are running a large variety of operating systems. This allows you to keep a good division between the Proxmox os, ISO images and then having your 2 500GB NVMe drives for VM storage. I would if possible...
  11. A

    Sign off Proxmox Homeserver Hardware

    1. I have been using both HDDs and SSDs with Proxmox and have had great reliability so far, my SSDs are coming up on 2 years old and so far going strong. I have been using consumer SSDs as well. I get the Samsung Evo series SSDs for use in both my desktop workstations and my servers. I also use...
  12. A

    proxmox and pfsense - connectivity under lan

    I am in the mists of rebuilding my production network and have just got the Proxmox cluster running. What I can tell you from my previous setup that ran for the better part of a year (before I started this rebuild, that was part of a relocation and required rewiring and documenting) was that I...
  13. A

    proxmox and pfsense - connectivity under lan

    I run pfSense in a VM and have no issues with it at all, including using VLANs and dual WANs
  14. A

    Proxmox with OMV or with Webmin

    If you are wanting to use OMV for storage in your solution and want to run it as a VM inside of Proxmox. I would suggest that you create an OMV VM and then using PCIe passthrough either pass the drives themselves that you want to use for OMV to that VM or passthrough the HBA that the drives are...
  15. A

    Storage Idea

    I have considered CEPH for holding VM images but I would still want a separate solution for holding all my other data. Most of my servers don't use the internet so a dual internet link isn't needed. All my servers have dual power supplies and are on UPS. I also run 6 switches that all support...
  16. A

    Storage Idea

    I have been using Proxmox for a few years now to run the various servers I have on my network and have been using whitebox NAS solutions made by QNAP for my storage solution. Right now I run 3 QNAP boxes, 1 for personal storage, the second for VM storage for my 4 Proxmox Nodes and the other as...
  17. A

    Connecting to VM from anywhere

    Are you trying to connect to the VM through ssh or a VNC type server running on the VM? What exactly have you setup? The more details you can provide the better. I have setup both types of remote connections before but have recently switched to a VPN server running on pfSense which allows my...
  18. A

    Store VM application data locally vs in a NAS

    The way I have nextcloud configured is that it runs on a vm inside of proxmox using local node storage. I then setup a samba share on one of my NAS systems and then mounted said share directly in nextcloud. I have another NAS that holds the backup of the VM so should I need to restore it's easy...
  19. A

    Update best practices

    I havent upgraded to 6 yet but I am planning to do that this week coming up. Maybe someone who is running 6 can chime in.
  20. A

    Update best practices

    Eatingmuchly: For myself, I do my updates on a schedule of once a month give or take a few days. I start by backing up my Services that are on my VMs that have internal backup functions (IE: pfSense has a method to backup the configuration files built-in). I then shutdown and backup all the...