- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LINUX LAN COMMANDS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 02:35 AM
05-25-2006 02:35 AM
LINUX LAN COMMANDS
dmesg to ascertain the current speed settings
ethtool -s eth0 speed 100 duplex full
The ethtool command did work. Can anyone advise on what else I need to do please?
Thanks
Chris Chapman
chris.chapman@lexisnexis.co.uk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 03:09 AM
05-25-2006 03:09 AM
Re: LINUX LAN COMMANDS
ethtool eth0
If this is a Red Hat/Fedora or some clone, ro make the changes permament, edit:
/etc/sysconfig/network-scripts/ifcfg-eth0
and add:
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 06:44 AM
05-25-2006 06:44 AM
Re: LINUX LAN COMMANDS
If these commands fail to help:
1) There could be a wiring problem that forces speed downb.
2) A switch port could be configured for 100 BaseT half duplex or the hub may not be capable of better speeds than this.
3) The LAN card itself could have a hardware problem.
Note that most of these problems are not with your system, but external. It may be time to talk to your networking group.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 09:49 AM
05-25-2006 09:49 AM
Re: LINUX LAN COMMANDS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 05:25 PM
05-25-2006 05:25 PM
Re: LINUX LAN COMMANDS
mii-tool -F 100baseTx-FD eth0