My machine is running half duplex mode how to change half
duplex to full duplex?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
what are the features of Linux?
What is clang space engineers?
What is Write Command?
What is df -h command?
Explain difference between swap partition and swap file?
What is kill command?
what command would you use to find the hostname of the server if yo ony have the ip address?
What is ulimit in linux?
How do I run whois command?
Write a command that will display all .txt files, including its individual permission.
How do I run a shell script?