rhel 3 duplex setting

how do you tell what duplex mode your box is running?

kinda like cat /proc/meminfo for memory usage..

is there a similar procedure that shows if the live kernel is running at 100-full or half etc...?

For interface eth0

# ethtool eth0

If ethtool isn't on your box, try mii-tool although that only knows upto and including 100/Full.

Cheers
ZB

You can either

cat /etc/modules.conf

/mii-tool -V

Regards,

Mike