Archive for September, 2010

Set network interface to 100 mbit full duplex (eth0) in CentOS

Add this line to /etc/sysconfig/networking/devices/ifcfg-eth0
(or any other nic if you need to)

ETHTOOL_OPTS="autoneg off speed 100 duplex full"

Make sure your switch also has this configured this way.

No Comments »