Mint 21 and 802.3ad Link Aggregation

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
m_fife
Level 1
Level 1
Posts: 5
Joined: Thu Aug 11, 2022 10:50 am

Mint 21 and 802.3ad Link Aggregation

Post by m_fife »

I just upgraded from 20.3 to 21.0. I have an 802.3ad Link Aggregation set up with 2 ports between my UniFi switch (also port configured for 802.3ad). In 20.3 my connection established immediately upon boot - internet and all shares were available instantly. Once I upgraded to 21 it takes around 30-60 seconds to establish a connection. I have changed zero settings before of after the upgrade and everything appears to be configured correctly. The bond is established on the enp8 NIC.

ifconfig

Code: Select all

bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>  mtu 1500
        inet 192.168.1.33  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::fd5d:671c:ae98:d15a  prefixlen 64  scopeid 0x20<link>
        ether 1e:1d:00:81:f8:e5  txqueuelen 1000  (Ethernet)
        RX packets 272578  bytes 213673593 (213.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 220524  bytes 60020695 (60.0 MB)
        TX errors 0  dropped 13 overruns 0  carrier 0  collisions 0

br-295b0438f703: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.18.0.1  netmask 255.255.0.0  broadcast 172.18.255.255
        inet6 fe80::42:41ff:fe25:9abd  prefixlen 64  scopeid 0x20<link>
        ether 02:42:41:25:9a:bd  txqueuelen 0  (Ethernet)
        RX packets 16937  bytes 32045388 (32.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 17295  bytes 48157847 (48.1 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

br-c7c0771ca924: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.20.0.1  netmask 255.255.0.0  broadcast 172.20.255.255
        inet6 fe80::42:aff:fe43:b70d  prefixlen 64  scopeid 0x20<link>
        ether 02:42:0a:43:b7:0d  txqueuelen 0  (Ethernet)
        RX packets 43  bytes 1924 (1.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 441  bytes 41508 (41.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

docker0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        ether 02:42:2b:36:32:92  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 1c:1b:0d:08:6d:44  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xef300000-ef320000  

enp2s0f0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:10:18:6c:10:04  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp2s0f1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:10:18:6c:10:06  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp8s0f0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500
        ether 1e:1d:00:81:f8:e5  txqueuelen 1000  (Ethernet)
        RX packets 257788  bytes 206061783 (206.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 220278  bytes 59992968 (59.9 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp8s0f1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500
        ether 1e:1d:00:81:f8:e5  txqueuelen 1000  (Ethernet)
        RX packets 14790  bytes 7611810 (7.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 246  bytes 27727 (27.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 30566  bytes 49246752 (49.2 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 30566  bytes 49246752 (49.2 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth6373940: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::241d:3aff:fe1c:693b  prefixlen 64  scopeid 0x20<link>
        ether 26:1d:3a:1c:69:3b  txqueuelen 0  (Ethernet)
        RX packets 7538  bytes 30737008 (30.7 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8042  bytes 6069055 (6.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth7450135: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::4fd:dbff:fe74:521  prefixlen 64  scopeid 0x20<link>
        ether 06:fd:db:74:05:21  txqueuelen 0  (Ethernet)
        RX packets 1020  bytes 108997 (108.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1392  bytes 7512053 (7.5 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth8047102: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::6064:36ff:fec7:6952  prefixlen 64  scopeid 0x20<link>
        ether 62:64:36:c7:69:52  txqueuelen 0  (Ethernet)
        RX packets 1960  bytes 325311 (325.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2592  bytes 736700 (736.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth02d877b: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::546a:44ff:fe07:f601  prefixlen 64  scopeid 0x20<link>
        ether 56:6a:44:07:f6:01  txqueuelen 0  (Ethernet)
        RX packets 108  bytes 8914 (8.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 510  bytes 65904 (65.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth08a6c12: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::a816:4ff:fe10:5b42  prefixlen 64  scopeid 0x20<link>
        ether aa:16:04:10:5b:42  txqueuelen 0  (Ethernet)
        RX packets 1229  bytes 211879 (211.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1326  bytes 292139 (292.1 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth12f45b5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::9026:5bff:fe19:ccec  prefixlen 64  scopeid 0x20<link>
        ether 92:26:5b:19:cc:ec  txqueuelen 0  (Ethernet)
        RX packets 922  bytes 101085 (101.0 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1339  bytes 6105353 (6.1 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth14e04cc: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::c073:1ff:feaa:6b9d  prefixlen 64  scopeid 0x20<link>
        ether c2:73:01:aa:6b:9d  txqueuelen 0  (Ethernet)
        RX packets 1125  bytes 92454 (92.4 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1533  bytes 5359881 (5.3 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth15a4725: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::ac7d:e0ff:fe45:1ca1  prefixlen 64  scopeid 0x20<link>
        ether ae:7d:e0:45:1c:a1  txqueuelen 0  (Ethernet)
        RX packets 121  bytes 17433 (17.4 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 478  bytes 57801 (57.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth1ad1d9d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::cc96:2aff:febd:95c2  prefixlen 64  scopeid 0x20<link>
        ether ce:96:2a:bd:95:c2  txqueuelen 0  (Ethernet)
        RX packets 10  bytes 548 (548.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 381  bytes 44992 (44.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth1b6c0ba: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::20fe:1ff:fe84:66ad  prefixlen 64  scopeid 0x20<link>
        ether 22:fe:01:84:66:ad  txqueuelen 0  (Ethernet)
        RX packets 42  bytes 20574 (20.5 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 455  bytes 47650 (47.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth228f94d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::287b:1bff:fe4a:1fd0  prefixlen 64  scopeid 0x20<link>
        ether 2a:7b:1b:4a:1f:d0  txqueuelen 0  (Ethernet)
        RX packets 1287  bytes 134658 (134.6 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1631  bytes 9300062 (9.3 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth29d7111: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::e049:2eff:fe4e:54b0  prefixlen 64  scopeid 0x20<link>
        ether e2:49:2e:4e:54:b0  txqueuelen 0  (Ethernet)
        RX packets 2202  bytes 289918 (289.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2334  bytes 725429 (725.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth2eb04ec: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::4c38:59ff:feeb:75ac  prefixlen 64  scopeid 0x20<link>
        ether 4e:38:59:eb:75:ac  txqueuelen 0  (Ethernet)
        RX packets 51  bytes 5702 (5.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 419  bytes 64534 (64.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth385cbe4: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::287b:c7ff:fe9a:1831  prefixlen 64  scopeid 0x20<link>
        ether 2a:7b:c7:9a:18:31  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 382  bytes 45129 (45.1 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth3dbd550: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::2877:66ff:fe9d:8606  prefixlen 64  scopeid 0x20<link>
        ether 2a:77:66:9d:86:06  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 382  bytes 45129 (45.1 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth3fc5d8b: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::d01f:8bff:fe27:fbdc  prefixlen 64  scopeid 0x20<link>
        ether d2:1f:8b:27:fb:dc  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 377  bytes 44736 (44.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth4b6eaef: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::f076:64ff:fe0a:295c  prefixlen 64  scopeid 0x20<link>
        ether f2:76:64:0a:29:5c  txqueuelen 0  (Ethernet)
        RX packets 15  bytes 942 (942.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 392  bytes 45795 (45.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth5b25c1d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::347f:36ff:fe62:3fde  prefixlen 64  scopeid 0x20<link>
        ether 36:7f:36:62:3f:de  txqueuelen 0  (Ethernet)
        RX packets 1061  bytes 140718 (140.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1648  bytes 4078391 (4.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth6ee6ec9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::507e:33ff:fe11:acdc  prefixlen 64  scopeid 0x20<link>
        ether 52:7e:33:11:ac:dc  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 379  bytes 44860 (44.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth81c9e10: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::203d:68ff:febe:35aa  prefixlen 64  scopeid 0x20<link>
        ether 22:3d:68:be:35:aa  txqueuelen 0  (Ethernet)
        RX packets 63  bytes 7357 (7.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 430  bytes 68585 (68.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth897660f: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::30a0:8fff:fe10:f8c3  prefixlen 64  scopeid 0x20<link>
        ether 32:a0:8f:10:f8:c3  txqueuelen 0  (Ethernet)
        RX packets 190  bytes 30135 (30.1 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 577  bytes 153329 (153.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vetha698e65: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::3002:77ff:feb5:50ac  prefixlen 64  scopeid 0x20<link>
        ether 32:02:77:b5:50:ac  txqueuelen 0  (Ethernet)
        RX packets 363  bytes 75527 (75.5 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 721  bytes 110878 (110.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethaaa5a36: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::b4b1:a7ff:fe9d:a394  prefixlen 64  scopeid 0x20<link>
        ether b6:b1:a7:9d:a3:94  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 379  bytes 44860 (44.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethadbe557: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::84aa:37ff:fe5d:8b2e  prefixlen 64  scopeid 0x20<link>
        ether 86:aa:37:5d:8b:2e  txqueuelen 0  (Ethernet)
        RX packets 21  bytes 1342 (1.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 381  bytes 44944 (44.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethadde959: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::1094:7cff:fe9e:6940  prefixlen 64  scopeid 0x20<link>
        ether 12:94:7c:9e:69:40  txqueuelen 0  (Ethernet)
        RX packets 458  bytes 440660 (440.6 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 839  bytes 470631 (470.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethb167795: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::a813:64ff:fef8:7330  prefixlen 64  scopeid 0x20<link>
        ether aa:13:64:f8:73:30  txqueuelen 0  (Ethernet)
        RX packets 9  bytes 438 (438.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 387  bytes 45467 (45.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethb9770ec: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::54e9:d9ff:fe51:1318  prefixlen 64  scopeid 0x20<link>
        ether 56:e9:d9:51:13:18  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 380  bytes 45013 (45.0 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethbbab1d6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::e828:35ff:fe9f:f161  prefixlen 64  scopeid 0x20<link>
        ether ea:28:35:9f:f1:61  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 377  bytes 44736 (44.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethc45b919: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::b845:28ff:fe9e:3559  prefixlen 64  scopeid 0x20<link>
        ether ba:45:28:9e:35:59  txqueuelen 0  (Ethernet)
        RX packets 3  bytes 138 (138.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 379  bytes 44860 (44.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethcdd1a2e: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::f406:80ff:fea4:18ae  prefixlen 64  scopeid 0x20<link>
        ether f6:06:80:a4:18:ae  txqueuelen 0  (Ethernet)
        RX packets 31  bytes 2764 (2.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 399  bytes 51260 (51.2 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethd7e3456: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::cff:18ff:fe06:f189  prefixlen 64  scopeid 0x20<link>
        ether 0e:ff:18:06:f1:89  txqueuelen 0  (Ethernet)
        RX packets 125  bytes 18227 (18.2 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 509  bytes 79395 (79.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethdc4d8fd: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::2c85:dcff:fe2c:968e  prefixlen 64  scopeid 0x20<link>
        ether 2e:85:dc:2c:96:8e  txqueuelen 0  (Ethernet)
        RX packets 54  bytes 5423 (5.4 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 420  bytes 83169 (83.1 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethef8552a: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::a47e:3cff:fec0:92c7  prefixlen 64  scopeid 0x20<link>
        ether a6:7e:3c:c0:92:c7  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 377  bytes 44744 (44.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethf61b771: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::3829:fff:fe30:a0c7  prefixlen 64  scopeid 0x20<link>
        ether 3a:29:0f:30:a0:c7  txqueuelen 0  (Ethernet)
        RX packets 1192  bytes 141373 (141.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1542  bytes 8249160 (8.2 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
iwconfig

Code: Select all

lo        no wireless extensions.

enp2s0f0  no wireless extensions.

enp2s0f1  no wireless extensions.

enp8s0f0  no wireless extensions.

enp8s0f1  no wireless extensions.

enp0s31f6  no wireless extensions.

br-295b0438f703  no wireless extensions.

docker0   no wireless extensions.

br-c7c0771ca924  no wireless extensions.

veth1b6c0ba  no wireless extensions.

veth228f94d  no wireless extensions.

veth2eb04ec  no wireless extensions.

veth02d877b  no wireless extensions.

veth897660f  no wireless extensions.

veth15a4725  no wireless extensions.

vethaaa5a36  no wireless extensions.

vetha698e65  no wireless extensions.

veth08a6c12  no wireless extensions.

veth12f45b5  no wireless extensions.

veth29d7111  no wireless extensions.

vethef8552a  no wireless extensions.

veth6ee6ec9  no wireless extensions.

veth3fc5d8b  no wireless extensions.

veth7450135  no wireless extensions.

veth5b25c1d  no wireless extensions.

vethf61b771  no wireless extensions.

vethadde959  no wireless extensions.

vethdc4d8fd  no wireless extensions.

vethbbab1d6  no wireless extensions.

veth6373940  no wireless extensions.

vethd7e3456  no wireless extensions.

veth385cbe4  no wireless extensions.

veth81c9e10  no wireless extensions.

vethb9770ec  no wireless extensions.

veth1ad1d9d  no wireless extensions.

veth3dbd550  no wireless extensions.

veth8047102  no wireless extensions.

vethadbe557  no wireless extensions.

vethc45b919  no wireless extensions.

veth4b6eaef  no wireless extensions.

veth14e04cc  no wireless extensions.

vethcdd1a2e  no wireless extensions.

vethb167795  no wireless extensions.

bond0     no wireless extensions.
inxi -F

Code: Select all

System:
  Host: plexmediaserver Kernel: 5.15.0-46-generic x86_64 bits: 64
    Desktop: Cinnamon 5.4.9 Distro: Linux Mint 21 Vanessa
Machine:
  Type: Desktop System: Gigabyte product: Z170XP-SLI v: N/A
    serial: <superuser required>
  Mobo: Gigabyte model: Z170XP-SLI-CF v: x.x serial: <superuser required>
    UEFI: American Megatrends v: F22f date: 03/09/2018
CPU:
  Info: quad core model: Intel Core i7-6700K bits: 64 type: MT MCP cache:
    L2: 1024 KiB
  Speed (MHz): avg: 1728 min/max: 800/4200 cores: 1: 1580 2: 1776 3: 1973
    4: 1690 5: 1961 6: 1524 7: 1588 8: 1732
Graphics:
  Device-1: NVIDIA TU116 [GeForce GTX 1650 SUPER] driver: nvidia v: 515.65.01
  Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: nvidia
    gpu: nvidia resolution: 3840x2160~60Hz
  OpenGL: renderer: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2
    v: 4.6.0 NVIDIA 515.65.01
Audio:
  Device-1: Intel 100 Series/C230 Series Family HD Audio
    driver: snd_hda_intel
  Device-2: NVIDIA TU116 High Definition Audio driver: snd_hda_intel
  Sound Server-1: ALSA v: k5.15.0-46-generic running: yes
  Sound Server-2: PulseAudio v: 15.99.1 running: yes
  Sound Server-3: PipeWire v: 0.3.48 running: yes
Network:
  Device-1: Intel Ethernet I219-V driver: e1000e
  IF: enp0s31f6 state: down mac: 1c:1b:0d:08:6d:44
  Device-2: Broadcom NetXtreme II BCM5709 Gigabit Ethernet driver: bnx2
  IF: enp2s0f0 state: down mac: 00:10:18:6c:10:04
  Device-3: Broadcom NetXtreme II BCM5709 Gigabit Ethernet driver: bnx2
  IF: enp2s0f1 state: down mac: 00:10:18:6c:10:06
  Device-4: Broadcom NetXtreme II BCM5709 Gigabit Ethernet driver: bnx2
  IF: enp8s0f0 state: up speed: 1000 Mbps duplex: full
    mac: 1e:1d:00:81:f8:e5
  Device-5: Broadcom NetXtreme II BCM5709 Gigabit Ethernet driver: bnx2
  IF: enp8s0f1 state: up speed: 1000 Mbps duplex: full
    mac: 1e:1d:00:81:f8:e5
  IF-ID-1: bond0 state: up speed: 2000 Mbps duplex: full
    mac: 1e:1d:00:81:f8:e5
  IF-ID-2: bonding_masters state: N/A speed: N/A duplex: N/A mac: N/A
  IF-ID-3: br-295b0438f703 state: up speed: 10000 Mbps duplex: unknown
    mac: 02:42:41:25:9a:bd
  IF-ID-4: br-c7c0771ca924 state: up speed: 10000 Mbps duplex: unknown
    mac: 02:42:0a:43:b7:0d
  IF-ID-5: docker0 state: down mac: 02:42:2b:36:32:92
  IF-ID-6: veth02d877b state: up speed: 10000 Mbps duplex: full
    mac: 56:6a:44:07:f6:01
  IF-ID-7: veth08a6c12 state: up speed: 10000 Mbps duplex: full
    mac: aa:16:04:10:5b:42
  IF-ID-8: veth12f45b5 state: up speed: 10000 Mbps duplex: full
    mac: 92:26:5b:19:cc:ec
  IF-ID-9: veth14e04cc state: up speed: 10000 Mbps duplex: full
    mac: c2:73:01:aa:6b:9d
  IF-ID-10: veth15a4725 state: up speed: 10000 Mbps duplex: full
    mac: ae:7d:e0:45:1c:a1
  IF-ID-11: veth1ad1d9d state: up speed: 10000 Mbps duplex: full
    mac: ce:96:2a:bd:95:c2
  IF-ID-12: veth1b6c0ba state: up speed: 10000 Mbps duplex: full
    mac: 22:fe:01:84:66:ad
  IF-ID-13: veth228f94d state: up speed: 10000 Mbps duplex: full
    mac: 2a:7b:1b:4a:1f:d0
  IF-ID-14: veth29d7111 state: up speed: 10000 Mbps duplex: full
    mac: e2:49:2e:4e:54:b0
  IF-ID-15: veth2eb04ec state: up speed: 10000 Mbps duplex: full
    mac: 4e:38:59:eb:75:ac
  IF-ID-16: veth385cbe4 state: up speed: 10000 Mbps duplex: full
    mac: 2a:7b:c7:9a:18:31
  IF-ID-17: veth3dbd550 state: up speed: 10000 Mbps duplex: full
    mac: 2a:77:66:9d:86:06
  IF-ID-18: veth3fc5d8b state: up speed: 10000 Mbps duplex: full
    mac: d2:1f:8b:27:fb:dc
  IF-ID-19: veth4b6eaef state: up speed: 10000 Mbps duplex: full
    mac: f2:76:64:0a:29:5c
  IF-ID-20: veth5b25c1d state: up speed: 10000 Mbps duplex: full
    mac: 36:7f:36:62:3f:de
  IF-ID-21: veth6373940 state: up speed: 10000 Mbps duplex: full
    mac: 26:1d:3a:1c:69:3b
  IF-ID-22: veth6ee6ec9 state: up speed: 10000 Mbps duplex: full
    mac: 52:7e:33:11:ac:dc
  IF-ID-23: veth7450135 state: up speed: 10000 Mbps duplex: full
    mac: 06:fd:db:74:05:21
  IF-ID-24: veth8047102 state: up speed: 10000 Mbps duplex: full
    mac: 62:64:36:c7:69:52
  IF-ID-25: veth81c9e10 state: up speed: 10000 Mbps duplex: full
    mac: 22:3d:68:be:35:aa
  IF-ID-26: veth897660f state: up speed: 10000 Mbps duplex: full
    mac: 32:a0:8f:10:f8:c3
  IF-ID-27: vetha698e65 state: up speed: 10000 Mbps duplex: full
    mac: 32:02:77:b5:50:ac
  IF-ID-28: vethaaa5a36 state: up speed: 10000 Mbps duplex: full
    mac: b6:b1:a7:9d:a3:94
  IF-ID-29: vethadbe557 state: up speed: 10000 Mbps duplex: full
    mac: 86:aa:37:5d:8b:2e
  IF-ID-30: vethadde959 state: up speed: 10000 Mbps duplex: full
    mac: 12:94:7c:9e:69:40
  IF-ID-31: vethb167795 state: up speed: 10000 Mbps duplex: full
    mac: aa:13:64:f8:73:30
  IF-ID-32: vethb9770ec state: up speed: 10000 Mbps duplex: full
    mac: 56:e9:d9:51:13:18
  IF-ID-33: vethbbab1d6 state: up speed: 10000 Mbps duplex: full
    mac: ea:28:35:9f:f1:61
  IF-ID-34: vethc45b919 state: up speed: 10000 Mbps duplex: full
    mac: ba:45:28:9e:35:59
  IF-ID-35: vethcdd1a2e state: up speed: 10000 Mbps duplex: full
    mac: f6:06:80:a4:18:ae
  IF-ID-36: vethd7e3456 state: up speed: 10000 Mbps duplex: full
    mac: 0e:ff:18:06:f1:89
  IF-ID-37: vethdc4d8fd state: up speed: 10000 Mbps duplex: full
    mac: 2e:85:dc:2c:96:8e
  IF-ID-38: vethef8552a state: up speed: 10000 Mbps duplex: full
    mac: a6:7e:3c:c0:92:c7
  IF-ID-39: vethf61b771 state: up speed: 10000 Mbps duplex: full
    mac: 3a:29:0f:30:a0:c7
Bluetooth:
  Device-1: Cambridge Silicon Radio Bluetooth Dongle (HCI mode) type: USB
    driver: btusb
  Report: hciconfig ID: hci0 state: up address: 00:1A:7D:DA:71:13 bt-v: 2.1
Drives:
  Local Storage: total: 3.29 TiB used: 1.19 TiB (36.0%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: WDS500G2B0C-00PXH0
    size: 465.76 GiB
  ID-2: /dev/sda vendor: Samsung model: HD120IJ size: 111.79 GiB
  ID-3: /dev/sdb vendor: Western Digital model: WD30EZRX-00D8PB0
    size: 2.73 TiB
Partition:
  ID-1: / size: 456.89 GiB used: 263.56 GiB (57.7%) fs: ext4
    dev: /dev/nvme0n1p2
  ID-2: /boot/efi size: 511 MiB used: 5.2 MiB (1.0%) fs: vfat
    dev: /dev/nvme0n1p1
Swap:
  ID-1: swap-1 type: file size: 2 GiB used: 0 KiB (0.0%) file: /swapfile
Sensors:
  System Temperatures: cpu: 29.8 C mobo: 27.8 C gpu: nvidia temp: 42 C
  Fan Speeds (RPM): N/A gpu: nvidia fan: 35%
Info:
  Processes: 775 Uptime: 11m Memory: 31.31 GiB used: 6.79 GiB (21.7%)
  Shell: Bash inxi: 3.3.13
Last edited by LockBot on Sat Feb 11, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Mint 21 and 802.3ad Link Aggregation

Post by deepakdeshp »

Do you know if the kernel remains the same after upgrade?
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
m_fife
Level 1
Level 1
Posts: 5
Joined: Thu Aug 11, 2022 10:50 am

Re: Mint 21 and 802.3ad Link Aggregation

Post by m_fife »

deepakdeshp wrote: Thu Aug 11, 2022 1:32 pm Do you know if the kernel remains the same after upgrade?
Kernel went from 5.4 -> 5.15.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Mint 21 and 802.3ad Link Aggregation

Post by deepakdeshp »

Install the 5.4 kernel and boot the machine to it in grub-- advace options and test. Good luck
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
m_fife
Level 1
Level 1
Posts: 5
Joined: Thu Aug 11, 2022 10:50 am

Re: Mint 21 and 802.3ad Link Aggregation

Post by m_fife »

deepakdeshp wrote: Thu Aug 11, 2022 9:06 pm Install the 5.4 kernel and boot the machine to it in grub-- advace options and test. Good luck
5.4 is no longer an option in Update Manager.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Mint 21 and 802.3ad Link Aggregation

Post by deepakdeshp »

Install mainline which should help with kernel 5.4
https://ubuntuhandbook.org/index.php/20 ... -mint/amp/
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
m_fife
Level 1
Level 1
Posts: 5
Joined: Thu Aug 11, 2022 10:50 am

Re: Mint 21 and 802.3ad Link Aggregation

Post by m_fife »

deepakdeshp wrote: Fri Aug 12, 2022 1:12 pm Install mainline which should help with kernel 5.4
https://ubuntuhandbook.org/index.php/20 ... -mint/amp/
Due to some annoying issue with Mint 21 and depreciated keys when adding repos it wouldn't let me install Mainline. Soooooo, I TimeShifted myself back to Mint 20.3 and magically this is fixed. Looking like a bunch of network issues with 21. Gonna stay on 20.3 until this is sorted.
User avatar
SMG
Level 25
Level 25
Posts: 31992
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Mint 21 and 802.3ad Link Aggregation

Post by SMG »

deepakdeshp wrote: Fri Aug 12, 2022 1:12 pm Install mainline which should help with kernel 5.4
https://ubuntuhandbook.org/index.php/20 ... -mint/amp/
Please do not advise people to use the 5.4 kernel on LM21. The newest kernel to be used on LM21 is the 5.15 kernel.

If people need to use the 5.4 kernel then they must use an LM20 version.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Networking”