LAN settings

Hi all,

How do i check whether the LAN is using full-duplex or half-duplex? It'll be best if there is a method on command line but i don't mind using GUI.

Do you have ethtool installed?

If so,

ethtool eth0 (or whatever your interface is)

If you only have a 10/100 NIC, you can use mii-tool too

mii-tool -v eth0

Cheers
ZB