Recent content by tillburn

  1. T

    QNAP QXG-10G2T-X710 discussion thread

    Basic command: “ip link set vf mac xx:xx:xx:xx:xx:xx” i.e. ip link set enp33s0f0v0 mac ea:a7:86:7d:85:e0
  2. T

    QNAP QXG-10G2T-X710 discussion thread

    I set the mac addresses in the script even for the VF's highlighted down below, but it seems to be showing a difference mac address than I called out in the script or was expecting to show in proxmox. Red = PF Orange = VF As you can see the mac I called out in the script set correctly for the...
  3. T

    QNAP QXG-10G2T-X710 discussion thread

    Thank you for the reply Heromode! (again). I don't see any errors, looks clean. I will mess around with the the script in segments like you suggested see if I can find the point of failure, great advice. I will also search for SR IOV and the connectx5 cards see if I can find a post with...
  4. T

    QNAP QXG-10G2T-X710 discussion thread

    [Unit] Description=Enable SR-IOV and detach guest VFs from host Requires=network.target After=network.target Before=pve-firewall.service [Service] Type=oneshot RemainAfterExit=yes # Create NIC VFs # Starting SR-IOV ExecStart=/usr/bin/bash -c '/usr/bin/echo 10 >...
  5. T

    QNAP QXG-10G2T-X710 discussion thread

    I swear I watched a video from Wendel @ levelone on this. But I can't find it.
  6. T

    QNAP QXG-10G2T-X710 discussion thread

    I am a total script numb cake here, and I appreciate what you've learned, taught and done here, Thank you! Couple of questions please to help me understand what's happening. " ExecReload=/usr/bin/bash -c 'echo 0000:01:00.3 > /sys/bus/pci/devices/0000\\:01\\:02.1/driver/unbind' " It looks...
  7. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    Yes that was a typo, I did mean to say both switches (ICX boxes).
  8. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    I am reading up on spanning tree and rapid spanning tree, is there any primer you recommend? I feel like I am having some congestion on the network, specifically on the vlan carrying the cable modem as after about 6 hours the download speeds seems to be very slow, but if I reset both routers and...
  9. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    None at all thank you for your help! I do need to plan out the rest of the network conversion phase, mostly around taking the network more vertical with the vlans, using the proxmox to host the vm's/services and using pfsense or something else to handle all the intervlan routing. I think I can...
  10. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    I did try and set up the 6610 like I did the 7250, but lag 1 was not an option on the 6610. Maybe someone else has some input and knowledge they want to drop ;)
  11. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    I attached the configs for both if there is a more convenient way to post the configs I am happy to do that too, let me know. Let me know how I can improve my config please and thank you for helping!
  12. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    I am no expert lol, so take this with a grain of mega salt... A sanity check would be to make sure if using windows that the firewall isn't blocking your tftp server application. command would be: copy tftp flash IPHERE grz10100.bin bootrom (boot works too) Can you sh ver , sh firmware ver...
  13. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    When I enter conf t on the 7250 and enter "interface ?" I get a list of ethernet, group-ve, lag, loopback, management, tunnel, ve. When I enter conf t on the 6610 the interface ? doesn't show "lag". Would assuming that adding dual-mode to the interface eth 1/3/1 after tagging the vlans is the...
  14. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    Ok, I figured out where I was going wrong on the connection between the switches at least. I connected the switches using a dynamic lag (LACP) but I didn't know that I had to set a primary port and then "trunk deploy" command on the 6610 as it has older firmware. So now both switches see each...
  15. T

    Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

    I need some config advice. I have a 7250 flashed, licensed, racked up with UPS + cable modem, POE wifi AP + home office all wired up working fine. I have a 6610 flashed, licensed, racked up with UPS + NAS, Disk shelf, Hypervisor machines, misc servers, Starlink and POE wifi AP in the shop...