Announcement

Collapse
No announcement yet.

Network bonding not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [DESKTOP] Network bonding not working

    hi

    im having trouble with network bonding in kubuntu 20.04. i finely manage to bong with netpalan but now discovery app center complain about dot having network. but i have internet & can brows & can install form command line.

    when i try to do bonding with the network manager gui the bonding doesn't work.

    this is my netplan file this is the only thing that works other ways in google searches doesn't work

    ill but a link to my yaml file https://drive.google.com/file/d/1-z4...ew?usp=sharing

    # Let NetworkManager manage all devices on this system
    network:
    version: 2
    renderer: networkd # if i use NetworkManager here it doesn't work
    ethernets:
    eports:
    match:
    name: enp*
    bonds:
    bond0:
    interfaces: [eports]
    addresses: [192.168.151.2/24]
    gateway4: 192.168.151.1
    nameservers:
    addresses: [192.168.151.1]
    parameters:
    mode: balance-rr
    lacp-rate: fast
    mii-monitor-interval: 1

    can someone help me here. nothing in google helped
    Last edited by rasitha; Mar 11, 2021, 12:04 AM. Reason: adding a url

    #2
    I'm not exactly sure I understand the problem, but let's see if this helps. Have you tried a wired connection? I'd start directly with the modem; if that works, I'd move to the router; if that works, there's something wrong with your Wi-Fi. Do you have an Ethernet cable you can use for testing purposes?
    Xenix/UNIX user since 1985 | Linux user since 1991 | Was registered Linux user #163544

    Comment


      #3
      no nothing like that. this is got to do with network bonding

      if i use /etc/netplan/01-network-manager-all.yaml to setup a bond connection. if i use the above mentioned way to setup the bond the network works fine. only problem is the software centre Discover gives me an error no network. other than that the network is fine. i think discover looks at the NetworkManager status only.(if the bond is up the network status terns to disconnect)

      if i put NetworkManager as the renderer on the yml file the netwotk doesn't work no network

      if i use the network manager to setup the bond. the bond doesn't work

      what i wont to do is to setup a BOND network with my 2 Network cards.

      in linux mint the network bonding works fine without a problem (im switching form linux mint)
      Last edited by rasitha; Mar 11, 2021, 10:42 PM. Reason: adding some additional texts

      Comment


        #4
        Technically, as Mint is identical to Ubuntu/Kubuntu regarding both networking and package management, the same process should work on both distros.
        Discover (via Packagekit) is actually under the hood still using apt. But Packagekit may be getting in the way (NOT Plasma Discover itself)
        https://github.com/blue-systems/plas...ues/issues/225
        leading to https://bugs.kde.org/show_bug.cgi?id=407807

        I have zero knowledge of bonding or of doing so correctly via Network Manager gui or via nmcli, unfortunately.

        Comment


          #5
          Looks like you need to fully remove NetworkManager

          sudo systemctl disable NetworkManager.service


          Maybe this will help: https://www.kubuntuforums.net/showth...light=networkd

          Please Read Me

          Comment


            #6
            I can live with command line... Tx

            Comment


              #7
              Exactly.. wht i can't understand is why i cant do this with the gui (network manager) coz other distribution can do this..

              Comment


                #8
                Do you mean on other desktops? Plasma's NM GUI is common across distros, as far as I can tell.

                Comment


                  #9
                  Originally posted by claydoh View Post
                  Do you mean on other desktops? Plasma's NM GUI is common across distros, as far as I can tell.
                  sorry yes another desktop environment

                  am i missing something.. i did install ifenslave & added bonding to the /etc/module

                  Comment

                  Working...
                  X