Results 1 to 10 of 10

Thread: Can't get bonding to work

  1. #1
    Join Date
    Jan 2014
    Beans
    160

    Can't get bonding to work

    I am having a problem getting NIC bonding to work. This is on a computer with dual Intel onboard gigabit ethernet, and while both interfaces work, when I go through the GUI to setup a bond, it doesn't work. In the networking menu, there's literally no way to check the bond.

    Also, when I do it the official ubuntu way, it's with static IP only, when messing with the network interfaces config file. I need it to use DHCP as the computers IP is managed with my server.

    Is there any way to get this to work?

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't get bonding to work

    Yes, use static IP addresses for each card. https://help.ubuntu.com/community/UbuntuBonding

    I'm not aware of a method to use dhcp and bonding.

    http://askubuntu.com/questions/38257...sing-networkma

    The consensus seems to be that NetworkManager does not handle bonding well. I have always used the old-fashioned way--configuration files.

    In reference to bonding throughput, it depends on how it is set up: http://askubuntu.com/questions/29334...n-ubuntu-10-04
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Jan 2014
    Beans
    160

    Re: Can't get bonding to work

    Quote Originally Posted by tgalati4 View Post
    Yes, use static IP addresses for each card. https://help.ubuntu.com/community/UbuntuBonding

    I'm not aware of a method to use dhcp and bonding.

    http://askubuntu.com/questions/38257...sing-networkma

    The consensus seems to be that NetworkManager does not handle bonding well. I have always used the old-fashioned way--configuration files.

    In reference to bonding throughput, it depends on how it is set up: http://askubuntu.com/questions/29334...n-ubuntu-10-04
    When I try the method outlined officially in the link you specify, here's what happens.

    eth0 shows "Non managed" or something like that in the networking menu, and eth1 shows an IP that is NOT what I specified in the configuration file, in fact the router thinks it's not my computer. Also, IPv6 fails to work correctly.

    Then on top of it, network communications tend to be half broken. Sometimes data transfer works, sometimes it just can't stop. and I did verify that each NIC works on it's own just fine. Connected with CAT6 to a full gigabit switch, using round robin.

  4. #4
    Join Date
    Jan 2014
    Beans
    160

    Re: Can't get bonding to work

    Here's my snag. While I can browse websites via IPv6 when I try this, any website that's IPv4 only, does not load at all.





    You'll notice that it's not even claiming the IP address I told it to do.

  5. #5
    Join Date
    Jan 2014
    Beans
    160

    Re: Can't get bonding to work

    *sigh* This post has been lost in the forum again, once again no help here that actually gets me anywhere. I'm about ready to say forget this.

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't get bonding to work

    What is the output of:

    Code:
    cat /etc/NetworkManager/NetworkManager.conf
    You need to make sure you allow NetworkManager use your ifup/ifdown settings.

    Everything is fixable. Patience is key.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Jan 2014
    Beans
    160

    Re: Can't get bonding to work

    The computer is not networkable right now so here's a pic.



    Patience is one thing, but good documentation is another.

  8. #8
    Join Date
    Jan 2014
    Beans
    160

    Re: Can't get bonding to work

    Ok so how patient am I supposed to be again?

  9. #9
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Can't get bonding to work

    Well - you certainly don't need to wait a week before bumping your thread. About 24 hours is just fine.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  10. #10
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't get bonding to work

    Try managed=true and reboot.

    Additionally, I think there is a conflict between how your switch handles IPv6 and how your Ubuntu setup handles IPv6. I would switch off all IPv6 on your computer (search the forums for how to do that) and make sure bonding works in IPv4 mode. You want to isolate and solve one problem at a time. And yes, patience implies time.

    A forum such as this is not designed for instantaneous problem solving. It is more for suggestions and guidance. If any problems get solved on these forums, then that is a bonus.

    All linux documentation that you read are suggestions. They may or may not work in your situation. If they work, then great. If they don't, then there is more work to do.
    Last edited by tgalati4; October 13th, 2014 at 03:18 AM.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •