Search results

  1. I

    network interfaces dual port

    hey, thanks for all the help. i ended up creating a bond with enp5so so i could see what the config looked like in the /etc/network file. i then edited the bond and vmbr0 to include enps40 and rebooted. it seems to be working. i can reach everything and all the vms are reaching internet. i just...
  2. I

    network interfaces dual port

    I understand that part. Will I lose connection to the server if I remove the bridge? I can shut the vms down and that’s ok but if I remove the bridge will the ip adress in the web io still work to then create the bond? Thanks
  3. I

    network interfaces dual port

    I’m going to try layer 2+3 When I tried to do it through the web ui it says enp4s0 is in use. Should I try cli again and then reboot or is there another method
  4. I

    network interfaces dual port

    thats what i am trying to figure out now. i cannot find the layer (2+3) or 4 settings anywhere on the router. it just says enable link aggregation yes or no. also in the slaves column in the web ui under bond do i separate them with commas or just a space? enp4s0 enp5so or enp4so, enp5s0
  5. I

    network interfaces dual port

    Both Ethernet cables are attached to the two rj45 ports. I have an asus z10pa d8. From what I understand the two ports next to each other are lan and the third is used for the ikvm module. I set it up on proxmox and then shutdown the system. I enabled link aggregation on the router under lan...
  6. I

    network interfaces dual port

    Yeah im still learning all of the features. I tried doing the bond through the command line and it didn’t work. Could not reach the web ui and got a network interfaces error during boot. I’ll try to do it again in the web ui and see where I went wrong. Thanks
  7. I

    network interfaces dual port

    i see the typo thank you. i will try to get the single one working for now. the lacp i understand but i dont understand some of the codes in that file. like the layer 3 and 4 the rest i understand i think. would i enable on router first and the proxmox or vice versa? thanks for all the help
  8. I

    network interfaces dual port

    hey thanks for the reply ill try that also would this be the correct way to just do one port? auto lo iface lo inet loopback iface enp4s0 inet manual iface enp5s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.100 netmask 255.255.255.0 gateway 192.168.1.1...
  9. I

    network interfaces dual port

    I set this up as few years ago when i ddint understand much. It thought i would get better bandwith by seperating more impotant vms or less of them on vmbr0 and then the rest on vmbr1. if i want bonding what should the settings look like? thanks
  10. I

    network interfaces dual port

    What hi, thanks for the reply what should my etc/network file look like then? thanks
  11. I

    network interfaces dual port

    Hey Proxmox crew, i wanted to create two vmbr with an Ethernet port each. it somewhat works with the config that i have but i get failed to raise network interface on startup. here is my etc/network/interfaces file auto lo iface lo inet loopback iface enp4s0 inet manual auto vmbr0 iface...
  12. I

    Unexpected Shutdown

    Hey avw Thanks for the reply. I dont thinkits a bios issue since the retarts were fine for nearly two years. These shutdowns were happening after upgrading to proxmox 7. here is what i got from the journalctl a few of the lines were in yellow. Aug 12 21:10:56 PVE kernel: .... node #1, CPUs...
  13. I

    Unexpected Shutdown

    Hey Everyone, I have a proxmox server running for about 2 years now. Recently the server has been shutting down and not rebooting. Usually if power fails the server reboot and functions properly. In the past week it has gone down 3 times with no explanation and has to be manually started up...