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

How do I permanently set ulimit in linux?

0 Answers  


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

0 Answers  


Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of a quarter.

7 Answers   HP, IBM,


You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?

0 Answers  


What does chmod 666 do?

0 Answers  






How is grep so fast?

0 Answers  


Explain trap command; shift command, getopts command of linux?

0 Answers  


What does && mean in linux?

0 Answers  


What is p command?

0 Answers  


What is SFC command?

0 Answers  


In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>

3 Answers   Six Sigma,


What are system commands?

0 Answers  


Categories