Search results

  1. V

    Best Way to Add New Adapter for Use as Management Interface?

    I don't know the answer to this one as I do not use these. Do you plan on frequently unplugging and plugging back in this device? Hopefully someone or just trial and error answers this for you. If VLANs are new territory to you and you do not have a VLAN-capable switch already then, forget this...
  2. V

    2x40Gb bond speed only at 40Gb

    https://forum.proxmox.com/threads/lacp-bond-wihout-speed-increase.54955/
  3. V

    Best Way to Add New Adapter for Use as Management Interface?

    The USB nic will work as explained. Give it a try, if flaky then you can later just use a separate management vlan over the bonded 2.5g nics and that should not even be noticeable to any other traffic over that bond.
  4. V

    [SOLVED] Upgrade to Proxmox 7 - Bond (LACP) Interface not working anymore

    Expected behavior. Reinstalling ifupdown2 will not stop the addition of +auto eno1 but for many those additions no longer caused a problem. Does your networking still fail upon reboot with the auto iface lines added?
  5. V

    [PVE7] Manually Set Up Bond and Modified VMBR0; Now any change to network settings inside the PVE Web GUI adds "auto" interface commands; break access

    Did you try to reinstall ifup2down as suggested in the other thread you responded in? Post in thread 'Upgrade to Proxmox 7 - Bond (LACP) Interface not working anymore' https://forum.proxmox.com/threads/u...terface-not-working-anymore.92060/post-472796
  6. V

    [SOLVED] Upgrade to Proxmox 7 - Bond (LACP) Interface not working anymore

    Did you try to reinstall ifup2down as suggested in the other thread you responded in? Post in thread 'Upgrade to Proxmox 7 - Bond (LACP) Interface not working anymore' https://forum.proxmox.com/threads/upgrade-to-proxmox-7-bond-lacp-interface-not-working-anymore.92060/post-472796
  7. V

    AdGuardHome running alongside Proxmox 7.2

    why not just run adguard in a separate LXC and get some separation from the host? easy to set up. Check under ad blocker. https://github.com/tteck/Proxmox
  8. V

    Reset all Networks inteface

    Not sure. Could be several things a bad card, bad PCI slot on MB, the card firmware and/or the MB Bios need updating, the current proxmox kernel does not have working drivers for this card. you could experiment and try the newer kernel below to see if that gets things working as expected...
  9. V

    Problematic network interfaces after board upgrade

    Weird, might need more help than I can give. did you try to do passthrough or such on the system with the old motherboard? did you add the old proxmox boot drive to the new motherboard and start there? What version of Proxmox are you using? by the lspci details I would expect you have...
  10. V

    Reset all Networks inteface

    Post in thread 'Unknown devices (ifconfig)' https://forum.proxmox.com/threads/unknown-devices-ifconfig.42407/post-203988
  11. V

    Problematic network interfaces after board upgrade

    What is the output from the following two commands? lspci | grep Ethernet ip a
  12. V

    Reset all Networks inteface

    Well looks like a realtek ethernet controller card at PCI 0000.04.00.0 is there, but not showing up with ip a. I would expect that realtek card to be enp4s0f(0-3) with ip a if a 4 port card. I will amend my earlier guess and state that 1. 4 port Intel i350 card at PCI 0000.01.00.(0-3) and...
  13. V

    Reset all Networks inteface

    From the command line what is the output from lspci | grep Ethernet
  14. V

    Reset all Networks inteface

    To be clear on this proxmox node you have two 4 port PCI ethernet cards (8 ports total by PCI) and I assume eno1 is the nic attached to the motherboard? I also guess that enp1s0f(0-3) are on one PCI card and enp(8&9)s0f(0&1) are on the other pci card. If I understand you correctly, then the...
  15. V

    How to move physical host to new network with new gateway?

    How many nics do you have on the proxmox node? If at least 2, you can take it slowly and setup vmbr1 (without a gateway) with a static Proxmox address (192.168.200.2 for example) in the 192.168.200.0/24 subnet and use the second nic as bridgeport. Connect that second Proxmox nic to the...
  16. V

    Reset all Networks inteface

    What is the result you are not happy with? From Proxmox What are you physically connecting enp8s0f* and enp9s0f* to? Is LACP configured and working on that other end of the connection?
  17. V

    How to move physical host to new network with new gateway?

    Read through the webpage below to get a feel for what will need to be done. https://www.servethehome.com/how-to-change-primary-proxmox-ve-ip-address/
  18. V

    Pfsense / Proxmox virtual network

    In order for you to use LACP whatever is on the other end of the connection would also have to handle LACP. Typically it would be a switch, proxmox node or router that does LACP. If you want to plug separate things/devices into those 4 ports then you could use a broadcast bond. Regardless, yes...
  19. V

    Firewall - Internet Speed

    As stated use VirtIO (as the name suggest e1000 is limited to 1g max) and consider setting Multiqueu to however many cores you have given this VM.
  20. V

    [SOLVED] Help needed in assigning VM on the same Management VLAN as Proxmox

    Not sure why this doesn’t work for you. Maybe try a different approach and use Linux bridge which is not vlan-aware and specifically define the vlans on the bond as the example below and see if that works for you. Example: Use VLAN 5 with bond0 for the Proxmox VE management IP with traditional...