LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Debian server 8 nic bonding help (https://www.linuxquestions.org/questions/linux-server-73/debian-server-8-nic-bonding-help-4175579300/)

mati-92 05-12-2016 05:22 AM

hi guys

thank you for the help, i have managed to solve this myself i was reading a site and discovered that i needed to put a bonding.conf file in the /etc/modprobe.d/ location to get it working. my cisco is reporting that the port channel is up and my cat /proc/net/bonding/bond0 is reporting that it is set 802.3ad and set to fast.

big thank you to dgorack foe helping and putting up with me.

peace

mati

dgorack 05-12-2016 01:38 PM

I'm glad it's working for you now. Please post the contents of your bonding.conf so that anyone else having the same or similar issues can reference your solution.

Thanks.

mati-92 05-12-2016 02:08 PM

Quote:

Originally Posted by dgorack (Post 5544532)
I'm glad it's working for you now. Please post the contents of your bonding.conf so that anyone else having the same or similar issues can reference your solution.

Thanks.

the final soloution to my problem. This file was creating under the /etc/modprobe.d location.

Code:

alias bond0 bonding
options bonding mode=802.3ad miimon=100 downdelay=200 updelay=200 primary=eth0



All times are GMT -5. The time now is 04:40 PM.