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 command would you use to find the hostname of the server if yo ony have the ip address?

10 Answers  


What does df command do in linux?

0 Answers  


What are grep patterns called?

0 Answers  


How many types of commands are there in linux?

0 Answers  


How do I find old commands in linux?

0 Answers  






Write a command that will display all .txt files, including its individual permission.

0 Answers  


You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?

0 Answers  


please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in

0 Answers   Google, PGE,


what is the command to view gateway?

5 Answers  


What does grep command do?

0 Answers  


What is the default number of shell commands saved in the history list of .cshrc file?

0 Answers  


How use linux command line?

0 Answers  


Categories