Recent content by abrock

  1. A

    How to install Win11 in Proxmox | Quick guide | And fix problems of network search

    One thing that this guide doesn't mention, but might be important for someone to know. You cannot install with one core/one thread. It will fail the install for that reason. Adding a second core let the installation proceed.
  2. A

    Keeping a cluster without having to have both online to start the VM's?

    Thank you! I connected via SSH and ran the following to allow only one node to be required to start VM's. pvecm expected 1 --Edit-- Actually, that has to be done on every server restart. I edited corosync.conf to gave the node that is always on two votes. For anyone reading this in the...
  3. A

    Keeping a cluster without having to have both online to start the VM's?

    I have a cluster set up for two servers I have running, however at the moment one is off because it isn't being used. I created a cluster for the both of them without realising that I could not start VM's on server 1 without server 2 being online. Is there any way to allow VM's to run...
  4. A

    Setting up multiple bridged networks using different OpenVPN's

    I would want the VMs to be able to use the internet using the VPN, yes. VMs 1 2 and 3 would have the internet IP from ExpressVPN in Berkshire, and 4 5 and 6 have the internet IP from London. I can't post links, but if you Google "ExpressVPN OpenVPN" it might help with what I'm trying to achieve.
  5. A

    Setting up multiple bridged networks using different OpenVPN's

    Hey all, I'm pretty new to Proxmox and have a question possibly a little over my head, so please bear with me. Basically, I am using Proxmox to run a family of VM's and have them using ExpressVPN to connect to the internet via VPN. An ExpressVPN license gives me 4 simultaneous connections...