My machine is running half duplex mode how to change half
duplex to full duplex?

Answers were Sorted based on User's Feedback



My machine is running half duplex mode how to change half duplex to full duplex?..

Answer / v.balaviswanathan

The command to change from half duplex to ful duplex is

#ethtool -s eth0 speed 100 duplex full

Is This Answer Correct ?    9 Yes 0 No

My machine is running half duplex mode how to change half duplex to full duplex?..

Answer / bala

[root@ns2 ~]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
eth0: negotiated 100baseTx-FD flow-control, link ok
[root@ns2 ~]# ethtool -s eth0 duplex half autoneg off
[root@ns2 ~]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
eth0: 100 Mbit, half duplex, no link
[root@ns2 ~]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
eth0: 100 Mbit, half duplex, link ok

Is This Answer Correct ?    8 Yes 2 No

My machine is running half duplex mode how to change half duplex to full duplex?..

Answer / ramesh

mii-tool -F 100baseTx-FD

Is This Answer Correct ?    3 Yes 0 No

My machine is running half duplex mode how to change half duplex to full duplex?..

Answer / manoj

#ethtool -s eth0 "autoneg off speed 100 duplex full".
& also specify in /etc/sysconfig/network-script/ifcfg-x
(eth0,1,2,3,...)

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

What the command used for search file or files for specific text?

0 Answers  


What is make in linux?

0 Answers  


In which File is Static IP address given so that it becomes Permanent ?

10 Answers   DCM, Wipro,


How do I find cpu in linux?

0 Answers  


Is cmake a compiler?

0 Answers  






What is command example?

0 Answers  


How do display error messages instantly when command fails?

2 Answers   Satyam,


What is a good processor speed?

0 Answers  


what is the roles and responsibilities in linux system admin having 2yrs exp..?

0 Answers   HCL, RNF Technologies,


Which command puts a script to sleep untill a signal is recieved?

0 Answers  


What is cmake in linux?

0 Answers  


how to see the system configuration in your linux system?

7 Answers  


Categories