Search results

  1. F

    Using an Intel X Series Processor for 24/7 server

    I have just bought an ASUS X299 Pro motherboard, which I’m planning to use to build a larger 24/7 Proxmox hypervisor as an upgrade from my current Dell OptiPlex 5080 SFF. I’m planning to run the following: OPNsense/pfSense with a NIC passthrough TrueNAS with SATA or HBA controller passthrough A...
  2. F

    [TUTORIAL] Make GPUs work on Windows 10/11 pro

    Sorry, I know I shouldn't reply to a thread marked as a tutorial, but I'm intrigued if you managed to get the console working on the integrated graphics? I have two NVIDIA Quadro K2000s plugged into the two PCIe x16 slots and there's also the onboard/integrated graphics. I'd like to...
  3. F

    rename node

    I agree the Wiki documentation should have some examples in a code block.
  4. F

    Reduce fan speed of passthrough GPU when not in use by VMs

    Hi I have a NVIDIA T1000 GPU installed in my Dell Optiplex desktop PC and I predominately use it with my Ubuntu media server VM which I use for transcoding Jellyfin and Plex. I have followed all of the instructions to have working PCI passthrough on the VMs I can confirm that my Windows, macOS...
  5. F

    Setting Up LACP Bond with VLAN Trunk and Bridge

    source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto bond0 iface bond0 inet manual bond-slaves eno1 eno2 bond-miimon 100 bond-mode...
  6. F

    Setting Up LACP Bond with VLAN Trunk and Bridge

    QUOTE="gurubert, post: 406194, member: 31712"] The Proxmox host itself will not rely on DHCP to get an address. It really likes static configuration. I was trying to establish a DCHP on a bond interface within Debian 10 itself before I even installed Proxmox. I had a trial of Windows Server...
  7. F

    Setting Up LACP Bond with VLAN Trunk and Bridge

    Hi I'm having a really hard time trying to get the network setup on Proxmox despite looking at all of the forums and tweaks I've been doing. I have configured a 2Gbps LACP bond on my Netgear GS724T managed switch and is also setup as a VLAN trunk with it's PVID (native VLAN) on 8 so it can...