Operating System - Linux
1753717 Members
4288 Online
108799 Solutions
New Discussion

Re: Forcing the NIC interface to 100 Mbps Full Duplex

 
SOLVED
Go to solution
Vitaly Karasik_1
Honored Contributor

Re: Forcing the NIC interface to 100 Mbps Full Duplex

modinfo module

or on module's site / from authors / from Google

AFAIK, for e1000 you should use

options e1000 Speed=100,Duplex=Full
Aris Cruz
New Member

Re: Forcing the NIC interface to 100 Mbps Full Duplex

Another alternate for RHAS3 is edit your /etc/sysconfig/network-scripts/ifcfg-eth0[1,2]

add this line:

ETHTOOL_OPTS="speed 100 duplex full autoneg off"

The network script checks for the variable ETHTOOL_OPTS and will set your duplex for you. This may work with RHAS2.1, depending on the update version you are running
Ian Derringer
Regular Advisor

Re: Forcing the NIC interface to 100 Mbps Full Duplex

Great! I will try that and let you know.

Thanks,
Ian
Noordhoek
New Member

Re: Forcing the NIC interface to 100 Mbps Full Duplex

Hi, where exactly do you place this line in the eth0 file when using VI editor. 

ETHTOOL_OPTS="speed 100 duplex full autoneg off"

 

I have tried placing it at the end (looks like the end) and saving it but it does not make any changes,..  THank You