Hello All,
I try to create a bonding on my system everything is OK on the switch (Aruba 1830) the trunk is up and the 2 interfaces are active and on the system everything is OK about network configuration too.
On my system I’ve 4 interfaces, one is used in a VLAN, there are identical.
I tried 2 modes LACP and LOADBALANCE but none work.
I checked my BIOS configuration everything is OK, secure boot is disabled.
Below log of the system :
root@truenas[~]# cat /proc/net/bonding/bond1
Ethernet Channel Bonding Driver: v6.12.33-production+truenas
Bonding Mode: load balancing (xor)
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
Peer Notification Delay (ms): 0
Slave Interface: enp3s0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: a8:b8:e0:06:23:5e
Slave queue ID: 0
Slave Interface: enp4s0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: a8:b8:e0:06:23:5f
Slave queue ID: 0
Log of /var/log/messages :
Nov 10 10:58:34 truenas kernel: bond1: (slave enp3s0): Enslaving as an active interface with an up link
Nov 10 10:58:34 truenas kernel: bond1: (slave enp4s0): Enslaving as an active interface with an up link
Nov 10 10:58:37 truenas kernel: igc 0000:02:00.0 enp2s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 10 10:58:37 truenas kernel: igc 0000:04:00.0 enp4s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Nov 10 10:58:41 truenas kernel: igc 0000:03:00.0 enp3s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
root@truenas[~]# ifconfig -a
bond1: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet X.X.X.X netmask 255.255.255.0 broadcast X.X.X.X
inet6 fe80::aab8:e0ff:fe06:235e prefixlen 64 scopeid 0x20
ether a8:b8:e0:06:23:5e txqueuelen 1000 (Ethernet)
RX packets 36 bytes 13110 (12.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 83 bytes 17696 (17.2 KiB)
TX errors 0 dropped 6 overruns 0 carrier 0 collisions 0
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet X.X.X.X netmask 255.255.255.0 broadcast X.X.X.X
inet6 fe80::aab8:e0ff:fe06:235d prefixlen 64 scopeid 0x20
ether a8:b8:e0:06:23:5d txqueuelen 1000 (Ethernet)
RX packets 1377 bytes 211937 (206.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1122 bytes 196652 (192.0 KiB)
TX errors 0 dropped 1 overruns 0 carrier 0 collisions 0
device memory 0x83700000-837fffff
enp3s0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
ether a8:b8:e0:06:23:5e txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7 bytes 4882 (4.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x82d00000-82dfffff
enp4s0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
ether a8:b8:e0:06:23:5e txqueuelen 1000 (Ethernet)
RX packets 36 bytes 13110 (12.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 76 bytes 12814 (12.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x82300000-823fffff
enp5s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether a8:b8:e0:06:23:60 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 memory 0x81900000-819fffff
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 1127 bytes 171617 (167.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1127 bytes 171617 (167.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Thank you in advance for your help.
smokyrun
