Tuesday 5 April 2011

To set speed 10mbps/100mbps of ethernet card in linux

//To set speed 10mbps:

ethtool -s eth0 speed 10 duplex full autonego off

mii-tool eth0

//To set speed 100mbps:

ethtool -s eth0 speed 100 duplex full autonego off

mii-tool eth0

//To set speed autonego

ethtool -s eth0 autonego on

mii-tool eth0

No comments:

Post a Comment

NFS Versions & Packages Required for NFS (LINUX/UNIX)

NFS : Network File System (NFS) protocol allow Linux client to mount remote file systems and interact with those file systems as they are m...

Recently Viewed