Search results

  1. D

    Issues with nVidia vGPU since upgrading to kernel 6.5.13-5-pve

    A bit late but, I'm just reading this now.. I had pretty much the same experience with Proxmox 8.1and my Tesla P4. For me to get the mdevctl types to show, I had to overwrite the vgpuConfig.xml with one I took from a v16.4 driver. Everything worked after I did this and although all my...
  2. D

    Unable to Update Proxmox

    Yes I figured it out! For me the problem was, I had added myself as a user but I didn't have the permissions to update! So I logged out and logged back in again as 'root', then I was able to update as normal.
  3. D

    Unable to Update Proxmox

    ok, I've enabled IPv6 on my router but still no updates. I also added nano /etc/sysctl.d/disable-ipv6.conf with the content: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 I've rebooted the node but still unable to update! starting apt-get update Hit:1...
  4. D

    Unable to Update Proxmox

    Thank you for your suggestion! I never thought about an IPv6 issue, I thought that it was fairly standard practice to disable IPv6 for an easier to manage network. I'll enable the IPv6 on pfsense first an see what happens..
  5. D

    Unable to Update Proxmox

    Hi everyone, Can anyone help me with updates on my Proxmox please? I can ping 1)Gateway, 2)1.1.1.1 and 3)google.com. When I dig download.proxmox.com, I get; dig download.proxmox.com ; <<>> DiG 9.16.44-Debian <<>> download.proxmox.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<-...
  6. D

    Making the most of all 4x NICs on Proxmox

    The switch is using all default settings.. no configuration at all. I did try & setup two LACP ports but have since reverted it back to default & restarted. All ports are passing all traffic on the default VLAN1. The Ubuntu/docker box is not setup yet! I have installed Proxmox 7.0 OS onto...
  7. D

    Making the most of all 4x NICs on Proxmox

    Yes, well I have reverted back to the default settings. I have one ethernet cable plugged-in to eno1 and going to the switch. Current /etc/network/interfaces looks like this.. auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet...
  8. D

    Making the most of all 4x NICs on Proxmox

    Hi guys, Thank you.. @Dunuin & @vesalius for all your help. Well I've tried a few things & have managed to screw up my Node's ability to ping anything! As it happens the old network switch that I have is overly complicated.. & it's definitely an old Enterprise device! I had to use the GUI to...
  9. D

    Making the most of all 4x NICs on Proxmox

    Wow! seems like the kinda things that happen when money & deadlines come into play. I'm thinking that my TrueNAS Core is running on FreeBSD!! I don't have anything that valuable on there but I would not like my systems to crash or be hacked. I think that I'll forget about pfsense & wireguard...
  10. D

    Making the most of all 4x NICs on Proxmox

    Hi vesalius, I see what you mean now about removing the full 'gateway' line. I will look into opnsense now, as I said I'm just planning my setup & and open to all advise & ideas. Thank you :)
  11. D

    Making the most of all 4x NICs on Proxmox

    Hi Dunuin, yes this is exactly the setup that I would like.. 2 NICs as LACP bond for my TrueNAS backend 1 NIC for the frontend 1 NIC for the cluster So, can this be done by just assigning a different subnet for the frontend and for the cluster or do I need to create VLANs for them? I'm afraid...
  12. D

    Making the most of all 4x NICs on Proxmox

    I've put the IP address back into vmbr1 again & put it on subnet .10/24. does it look ok now? I'm hoping to use pfsense to replace my router but I haven't got it installed yet (I'm still at the planning stage). I have removed the hwaddress.. I had read somewhere that having these would prevent...
  13. D

    Making the most of all 4x NICs on Proxmox

    Hi, thanks for your reply.. I have removed the second gateway from vmbr1, I have just marked the port on the router that pfsense will be plugged into.
  14. D

    Making the most of all 4x NICs on Proxmox

    I don't actually have any of this installed yet! It's more like a wishlist I've planned..
  15. D

    Making the most of all 4x NICs on Proxmox

    Hello everyone, Many years age I installed FreeNAS onto an old computer I had & didn't really didn't go near it for years. Then during lockdown I decided to upgrade it & came across TrueNAS Core. This got me interested again & I started to watch some videos on Youtube. Then I came across a...