Issue with priority of interfaces in bonding


Go to solution Solved by FirbyKirby,

Recommended Posts

Hello, I have the following interfaces: 10G NIC (set up as eth0) and a 1G NIC (set up as eth1) bonded together in active-backup. The bond works fine but it always defaults to eth1 for some reason, every time I reboot the server it switches back to eth1.

 

I'm viewing the active slave using /sys/class/net/bond0/bonding/active_slave and changing it using

 

echo eth0 > /sys/class/net/bond0/bonding/active_slave

 

but I would really like the bond to always use eth0 when it's up. Any way to force it ?

 

Thanks in advance for the help.

Link to comment
  • 2 weeks later...
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.