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
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
Comment