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

You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose

0 Answers  


i am working in one company and i attend intervew they asked why do u want to chage company pls give me inteligent answar

3 Answers  


What is filter command in unix?

0 Answers  


Which command is used to see the online manual?

0 Answers  


Which command would you use to create a file system on a new hard drive?

0 Answers  






What is difference between sh and bash?

0 Answers  


1.what is Kernel parameters? 2.how many cpu have use in your machine?

3 Answers   ConSim,


What are two functions the move mv command can carry out?

0 Answers  


How you will uncompress the file?

7 Answers   Linux,


What is help command in linux?

0 Answers  


What are runlevels in linux?

0 Answers  


Why is unix used?

0 Answers  


Categories