Recent content by andro0

  1. A

    Can't access web interface and bridge is not working properly

    There was nothing wrong with the firewall. I had a typo in the interface name and the IP was conflicting with another device in my network. So 2 issues
  2. A

    Can't access web interface and bridge is not working properly

    Please ignore, I figured it out. Don't know how to delete my post. Sorry
  3. A

    Can't access web interface and bridge is not working properly

    I did a full dist-upgrade and now I'm running the very latest version of Proxmox. I noticed after full upgrade the interface name for my main network connection changed. So after upgrade I wasn't able to access the web interface. I logged into console, changed the interface name in...
  4. A

    Upgrade 7->8 error

    I have 2 proxmox servers, each running many VMs, decided to upgrade to 8. It all went well till very last packages in apt dist-upgrade process. Basically, now when I run apt autoremove or apt remove linux-image-amd64 or apt purge linux-image-* or apt install pve-headers whatever I run, I get...
  5. A

    NVIDIA GRID vGPU setup guide

    It's all about the version, latest one never works. I tried one by one and one finally worked. JAVA + TOMCAT9 sudo apt install -y default-jdk tomcat9 Move installer scp setup.bin root@192.168.1.18:/root/ START NVIDIA Licensing Server, during installation, enter "/var/lib/tomcat9/" as Tomcat...
  6. A

    VirtIO Linux guests with VLAN aware not communicating

    Hi have a bunch of VLANs and bunch of VMs running on Proxmox. On Proxmox host I have a Linux bridge and it's "VLAN aware". Funny thing is, with Windows guests and VirtIO drivers installed everything works. With Ubuntu guests that I setup their static IPs using `netplan` inter-VLAN communication...
  7. A

    PCIE passthrough NIC (SFP+ card) - very slow performance

    Here's what I have: Proxmox installed on a very powerful machine (RAM/CPU-wise). I have granted generous amount of CPU + RAM to pfSense guest. Now I have a 10gb uplink 9000 MTU connection for WAN. It's fiber / SFP+. I am doing full PCIe passthrough. (all functions of card selected, PCIe...
  8. A

    NVIDIA GRID vGPU setup guide

    I just installed Proxmox and I have install vGPU and NVIDIA license server. I can see mediated GPU list. I attach them to guest, with pci express, without pci express, with ROM-Bar and without ROM-Bar, whenever I try to install regular NVIDIA driver or CUDA I get "Unable to load the...
  9. A

    Proxmox Stuck on Boot after passthrough

    @avw It's 100% PCIe passthrough, I set it off specifically, amd_iommu=off, I removed amd_iommu entirely and I left it on. All 3 cases, leads to VM autostarting and crashing the system immediately. How can I enter recover mode and edit the conf file? I did init=/bin/bash as option, dropped to...
  10. A

    Proxmox Stuck on Boot after passthrough

    @avw I set it to on/off, with/without adding it, it still crashes. the PCIE device I'm passing through a 4x 10GB ethernet card. It's AMD
  11. A

    Proxmox Stuck on Boot after passthrough

    @avw I see grub boot, I pressed "e", I removed iommu and pcie passthrough related stuff after "quiet", still nothing. I can't prevent guest VM from starting automatically so I can go and remove the PCIE passthrough from VM config
  12. A

    Proxmox Stuck on Boot after passthrough

    Anyone found solution for this? I got a dead Proxmox server because of this too
  13. A

    vGPU setup help

    I have RTX8000 and T40 GPUs on a server, I want to try ProxMox and move away from ESXi. I installed ProxMox, I installed vGPU KVM. I can see nvidia-smi vgpu output, when I do this: ls -la /sys/bus/pci/devices/0000\:02\:00.0/mdev_supported_types/ I get devices list list nvidia-264, nvidia-265...