Search results

  1. A

    motherboard compatibility

    Are you wanting to do any PCI-e passthrough or looking to do any other let's call it a more advanced or complicated configuration? Or are you just looking to install Proxmox VE and run 2 simple VMs? If they are more comfortable with Windows could you not use something like RDP and VirtualBox...
  2. A

    Strange behavior on a single node - hanging on Proxmox Helper-Scripts execution

    Are you able to ping say Google or another external destination on all your nodes? Have you reviewed your networking configuration on all nodes to confirm they are correct? Have you check your upstream switches and their setting if you are using any management features such as VLANs or LACP...
  3. A

    Strange behavior on a single node - hanging on Proxmox Helper-Scripts execution

    I'm in the same camp as @leesteken would check with the writer of the script as they are essential unsupported modifications to the Proxmox VE environment. However have you looked at the scripts and tried running the commands manually on the node that is having the issue to see if you can get...
  4. A

    Best practice for NTP source?

    I wanted all devices on my network to use the same time, this way only 1 device is going to the internet to get the time and the rest are getting it from that device. Eventually I would like to move to a raspberry pi or simular device thar can provide time through GPS but it will still probably...
  5. A

    Best practice for NTP source?

    I use pfSense but same difference and have all of my Proxmox hosts and VMs using pfSense for the NTP source of truth. I have pfSense going out to the internet to the an NTP time and while my pfSense is a VM within my cluster having 7 nodes running in a HCI setup I haven't had any issues other...
  6. A

    [SOLVED] Confused about Linux bridge, VLAN aware, and default VLAN

    I use both tagged and untagged VLANs but am using the OVS networking that is available within Proxmox, as I always seemed to have issues when I started out with Proxmox and Linux Bridges for networking and haven't gone back to try I again.
  7. A

    Proxmox install in my environment for demo

    You need to disable the enterprise repositories and enable the no subscription repositories, then you will be able to install any updates and install Ceph. Once you have a subscription then you can use the enterprise repositories.
  8. A

    [SOLVED] Tagged and Untagged VLAN Configuration

    If you are using a Linux Bridge that is VLAN aware or a OVS Bridge you should be able to just add a VM's or LXC's interface to the corresponding bridge and it should work using the untagged/native VLAN. However if you are trying to do this with an SDN setup I am still working out how to deal...
  9. A

    [SOLVED] SDN - bridge does not exist

    have you created a bridge named "SharSvcs"? can you also post the following outputs: System -> Network for each node in your cluster Datacenter -> SDN Datacenter -> SDN -> Zones Datacenter -> SDN -> VNets
  10. A

    [SOLVED] SDN - bridge does not exist

    From what I know in my use case the biggest different for me was that OVS supported VLANs without having to specify it each time, but I haven't really looked into the difference between them in detail, I only did a little digging when I was first learning proxmox and needed to have VLAN support...
  11. A

    [SOLVED] SDN - bridge does not exist

    Do you have a linux or OVS bridge called SharSvcs on your Proxmox node?
  12. A

    Incorrect Login

    Are you trying to use a wired or wireless NIC?
  13. A

    SDN and Native VLANs or Untagged

    I have done more experimenting with the SDN and the need to always create a VLAN zone with a tagged VLAN and the simple zone not allowing to associate to a bridge is leaving me with only 2 options that I can see for now: Leave everything as is with multiple OVS Bridges and specifying the VLAN...
  14. A

    [SOLVED] CEPH cluster Proxmox

    You are creating 2 virtual disks, I assume 1 for the TrueNAS OS and the other as your Data disk.
  15. A

    [SOLVED] CEPH cluster Proxmox

    You can use the HA features of Proxmox to have the VM fail over to another node automatically...My back hauls are not very quick right now with only using LCAP bonded 1GB links but it works pretty decent for my needs and will be scaling up to better hardware once i have a full plan on the...
  16. A

    [SOLVED] CEPH cluster Proxmox

    @RyanMM - What is your plan for your long term solution? I ask as I have a 3 node Ceph cluster and would also like to have NFS and CIFS shares as well using the Ceph storage pool.
  17. A

    High Availability with local ZFS storage

    You cannot do anything HA without 3 nodes or 2 nodes and a QDevice
  18. A

    High Availability with local ZFS storage

    @Marco Iñiguez - How many nodes do you have in your cluster?
  19. A

    Possible Use-case for Proxmox SDN

    I then assume with would require me to setup the wireless interface using the documentation available in the CLI as i do not see Proxmox VE adding this to the WebUI?
  20. A

    Nested Bonding

    I am still planning my next switch upgrade and the switches that are within my budget and with the speed and # of ports that I am wanting them to have do not support any type of multi-chassis aggregation or stacking of the switches. I have tried experimenting with setting up a nested bond within...