Recent content by brbaker

  1. B

    Drive passtrough

    It isn't suspicious; refer to the doco. It explicitly says it is not installed: https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
  2. B

    PCIe Passthrough not working

    As I said - you cannot pass through PCIe to pfSense as there is a bug in BSD Linux. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236922 You apparently can map it through as PCI through if you don't click the PCIe checkbox in the passthrough options in the pve UI.
  3. B

    Virtual NICs with different CIDR ranges

    Hi, I am trying to set up a second subnet in my environment and having trouble working out the virtual NIC configuration. I can get virtual NICs working if the IP addresses are a subset of the CIDR of the bridge associated with the physical NIC, but I cannot get it to work if the CIDR is outside...
  4. B

    Cannot access Proxmox WebUI over VPN

    Hi, I have found the root cause. The login page takes longer than standard browser timeouts. I installed Firefox and increased the http timeout as per this post (https://stackoverflow.com/questions/39751124/increase-timeout-limit-in-google-chrome) and I can now log in. I guess using Proxmox...
  5. B

    Cannot access Proxmox WebUI over VPN

    Hi, The problem occurs on multiple browsers on different machines. I tested with Safari and Chrome. But I did discover something interesting - the problem appears to be unique to the login page. If I log on via the VPN it fails as above. But, if I have a tab that is already logged on via my...
  6. B

    Cannot access Proxmox WebUI over VPN

    Hi, I am now back at home and able to test locally. When I open ProxMox with Dev Tools enabled in Chrome I do not see the errors that are in the first screen shot. So the problem is unique to the VPN, but I don't think it is a routing issue. This screen shot is when I try and access the...
  7. B

    Cannot access Proxmox WebUI over VPN

    Hi, Yes, I can SSH to proxmox. I am wondering if this is not the issue: https://forum.proxmox.com/threads/web-ui-not-loading-ext-is-not-defined.54486/ https://forum.proxmox.com/threads/proxmox-gui-no-longer-works.58630/ If it is asymetreic routing then I am not sure how to fix that in pfSense...
  8. B

    Cannot access Proxmox WebUI over VPN

    Hi I have a strange problem where I cannot access the Proxmox UI from a laptop when using a pfSense OpenVPN. However, if I connect to the VPN from an iPhone I can access the UI..... I have tried multiple browsers, and I have cleared the cache, and even used Incognito mode on Chrome - all with...
  9. B

    PCIe Passthrough not working

    I think the issue may be related to a FreeBSD kernel bug. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236922 I built a Fedora Workstation v31 and was able to pass through the Wifi NIC from the motherboard by adding the following to ID.conf machine: q35 hostpci0: 03:00,pcie=1,rombar=0...
  10. B

    PCIe Passthrough not working

    Hi, I am trying to pass through a network device to a VM running pfSense and I cannot get it working. When I start pfSense the network card is not visible at all. I think I have set everything up properly, can anyone suggest what is wrong? Installed PCI devices are: # lspci -nn 00:1f.6 Ethernet...