Guest User!

You are not Sophos Staff.

[8.050][FEATURE][OPEN] ports loading out of order, especially with multiple dual/quad port nics

I have a system with multiple, multi port nics.  One is an intel dual port pci-e x4 gig nic, the other an intel quad port pci-e x4 gig nic.  What I'm seeing is the ports on these nics loading out of order and in between the ports on the other multi port nic

one would expect the ports on each nic to be loaded sequentially as in dual nic loaded as eth1 + eth2 and quad nic then loaded as eth3-eth6.  instead its loading the quad port as eth1, eth3,eth4 and eth6 with the ports from the dual port nic as eth2 and eth5.
Parents
  • I've also found that if I have a pci-e nic which uses same chip/driver as my systems onboard realtek gig nic, that instead of initializing the nics left to right, it seems to load them right to left, but adds the onboard nic as 2nd in line even though its the most 'left' device and normally would have been eth0
Reply
  • I've also found that if I have a pci-e nic which uses same chip/driver as my systems onboard realtek gig nic, that instead of initializing the nics left to right, it seems to load them right to left, but adds the onboard nic as 2nd in line even though its the most 'left' device and normally would have been eth0
Children
  • Not really a bug, IMHO; Linux loads these in order of detection on the Bus, and also in the order of MAC address.  I do wish that Astaro would include an option under the hardware tab for the Network Interfaces so that an admin could reorder them via the GUI.  For now, though, you can change the order by editing the /etc/udev/rules.d/70-persistent-net.rules file (only works on Version 8.*** -- Version 7 did not use Udev).

    CTO, Convergent Information Security Solutions, LLC

    https://www.convergesecurity.com

    Advice given as posted on this forum does not construe a support relationship or other relationship with Convergent Information Security Solutions, LLC or its subsidiaries.  Use the advice given at your own risk.

  • Not really a bug, IMHO; Linux loads these in order of detection on the Bus, and also in the order of MAC address.  I do wish that Astaro would include an option under the hardware tab for the Network Interfaces so that an admin could reorder them via the GUI.  For now, though, you can change the order by editing the /etc/udev/rules.d/70-persistent-net.rules file (only works on Version 8.*** -- Version 7 did not use Udev).



    Thanx, I'll give that a try.

    Definitely would be nice to have the reorder option in interfaces.

    I also think that for some reason, between 8.060 and 8.0.65 the order changed yet again because after update, I had to change cabling connections yet again as half my connections stopped working.