Search results

  1. 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.
  2. 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...
  3. A

    Giving a VM a local IP

    I run my pfSense installation for my network as a virtual machine as well. I currently have 4 nodes in the cluster, which are all identical except for the node with pfSense. All nodes have four gigabit NICs that are LACP bonded to form what I have called the "Virtual Machine Trunk". They also...
  4. A

    PfSense VM: virtuelles Netzwerk für Server und VMs

    Ich spreche nur Englisch, daher wurde dieser Beitrag mit Google Translate erstellt. Ich habe auch die englische Version unten aufgenommen. Ich führe meine pfSense-Installation für mein Netzwerk auch als virtuelle Maschine aus. Ich habe derzeit 4 Knoten im Cluster, die bis auf den Knoten mit...
  5. A

    Managing Multiple Clusters

    1. I don't believe that you can. Each cluster would have a separate GUI. 2. I am sure you could put them on the same network, but I think it would be better to separate them out into their own network or VLAN. 3. I don't believe you can migrate VMs or containers between clusters. I looked as...
  6. A

    PfSense VM: virtual Network to other VMS

    As far as I am aware if you create another bridge but do not assign it an interface / IP address and then connect the VMs to that bridge and setup that bridge on the pfsense VM as well. For my setup, I have pfsense running in a VM and have trunked 4-gigabit network ports together to a switch...
  7. A

    Advanced Setup with GPU Pass Through

    I wanted to post an update on this. I got a three mode cluster up and working and it is running very well. As for the desktop system I did manage to get it to pass through 2 GPUs to 2 different VMs once I added another GPU for PVE to use. However I did run out of PCIe lanes on the CPU and so I...
  8. A

    Advanced Setup with GPU Pass Through

    I am back at it trying to set up a new PVE cluster using the following hardware: 1 x Dell 2950 Gen 3 (2 onboard NICs, 2 Quad PCIe NICs, and 1 Dual PCIe NIC) 2 x Mid Tower PCs with Intel i3 and 16GB ram (1 onboard NIC, 4 Single PCIe NICs) 1 x Full Tower PC with Intel i7 and 24 GB ram (1 onboard...
  9. A

    Redirect Mail with certain properties to another mail adress

    I believe that this is possible as I set up something similar for another scenario. I had a need to redirect all the mail from a domain to another email address as I was taking the backend server offline. Under the WHO OBJECTS, I created an entry that listed the domain I wanted to redirect...
  10. A

    [SOLVED] Unable to Send mail but can receive

    I am not sure what changed between my testing setup on Virtualbox and my production install on ProxmoxVE but everything is working now.
  11. A

    [SOLVED] Unable to Send mail but can receive

    A follow up to this is that I can send email to a domain that is not managed by PMG such as a shaw email address. Is there something I have to do to have it work with domains that are passing through PMG?
  12. A

    [SOLVED] Unable to Send mail but can receive

    I have setup PMG and currently, have a domain configured (techbehave.com) with GoDaddy with the following records. A -> @ -> Public IP Address A -> * -> Public IP Address MX -> mail.techbehave.com -> 10 MX -> mail.techbehave.com -> 20 I then have my PFSense firewall configured to port forward...
  13. A

    Cannot create/migrate disk into NFS storage

    does removing the bridge fix the issue?
  14. A

    Cannot create/migrate disk into NFS storage

    After creating the new bridge did you restart the node?
  15. A

    LetsEncrypt Certs with multiple VMs

    I don't have a tutorial per se, but I installed for my implementation an Ubuntu 16.04 Server then added Ngnix to it and also the let's encrypt software.
  16. A

    Multiple public IPs to Proxmox

    How are you getting these IPs on your network are you connecting the proxmox node to the modem directly or are you using a router or firewall in between?
  17. A

    LetsEncrypt Certs with multiple VMs

    The way that I have handled many web servers and using let's encrypt is to use a reverse proxy and have the certificate reside there and then use http and some self signed https between the proxy and the back end servers.
  18. A

    Best Storage Practices for Small One, Two, and Three Node Installations

    When I was designing the implementation I already had the NAS units in place, though they were serving a different purpose at the time. I did look a ceph but decided against it as it would require me to purchase more hardware. I originally started with 2 nodes each with a small SSD (250GB) for...
  19. A

    VNC Connection

    Have you tried starting it with hardware virtualization on now that it is enabled in the bios?
  20. A

    VNC Connection

    Your CPU(s) need to support hardware virtualization in order for KVM to work properly. You can check if your CPU(s) support this using: To check if your CPU is virtualization compatible, check for the vmx or svm tag in this command output: egrep '(vmx|svm)' /proc/cpuinfo You can also go to...