PDA

View Full Version : Network Bonding on Ubuntu Desktop 20.04



gourmetsaint
May 29th, 2020, 04:30 AM
Long term ICT but my first foray into Linux. I have a home server which I have installed Ubuntu Desktop 20.04 for ease of setup for a newby. I have all my network shares and Plex running fine.


The server has dual 1Gb NICs. I would like to use bonding (mode 0) to take advantage of the bandwidth. The yaml file in netplan only has a couple lines and sets renderer to networkmanager. The /etc/modules file is empty.


What do I need to do to bond my two NICs?

Thanks in advance.

nick-kostov
June 3rd, 2020, 10:45 AM
Check my https://ubuntuforums.org/showthread.php?t=2444718&highlight=bonding .

gourmetsaint
June 4th, 2020, 12:14 PM
I eventually worked it out. I needed to add to the .yaml file for the bond specs and used try function. The syntax is a little different from the networkd version. There are restrictions on parameter settings and it does not support "name gooping". Thanks for the help.