Jocko wrote:Hi Glaven Clattuck,
As you have enabled bonding feature that means 50% of transfer has a speed 10MB/s.
So I assume it is a wire issue. to valid this, swap the wires between eth0 and eth1. I expect speed transfer to be 10MB/s on eth0
In this case you will have to change it.
Otherwise disable bonding feature and use only eth0 port
Hi Jocko
i don't know why bonding is active. i swap the wire and this is the result:
- Code: Select all
[root@LaCie-5big ~]# ethtool eth0
Settings for eth0:
Supported ports: [ ]
Supported link modes:
Supports auto-negotiation: No
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 8
Transceiver: internal
Auto-negotiation: off
Link detected: no
[root@LaCie-5big ~]# ethtool eth1
Settings for eth1:
Supported ports: [ ]
Supported link modes:
Supports auto-negotiation: No
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
Link detected: yes
Now, both ports show 1000Mb/s and Full Duplex.
I forgot to mention that just one port is connected with router/switch.
My question is: bonding in this sort of configuration, it makes sense?
What and when we need it?