- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Need to set eth3 to auto auto
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
07-31-2006 07:19 AM
07-31-2006 07:19 AM
Need to set eth3 to auto auto
1. how do i change this? (ethtool?)
2. if i change it then can i be on the network or should i be on the console?
This is on redhat.
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 07:41 AM
07-31-2006 07:41 AM
Re: Need to set eth3 to auto auto
Yes. If you use some red hat compatible distro, modify /etc/sysconfig/network-scripts/ifcfg-eth3 and add
ETHTOOL_OPTS="autoneg on"
To make it permanent.
2. if i change it then can i be on the network or should i be on the console?
It's better if you do it at the console, the auto-negotiation process may drop you connection. If it does not works properly, you may not have access to your server remotelly again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 07:45 AM
07-31-2006 07:45 AM
Re: Need to set eth3 to auto auto
Thanks
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 07:49 AM
07-31-2006 07:49 AM
Re: Need to set eth3 to auto auto
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
Thanks
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 08:13 AM
07-31-2006 08:13 AM
Re: Need to set eth3 to auto auto
ethtool -s eth3 autoneg on
Then modify your ifcfg-eth3 file and comment the ETHTOOL_OPS line.
Some device have problems with autonegotiation enabled, it's normal to disable the autonegotiation. Why do you want to enable the autonegotiation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 09:44 AM
07-31-2006 09:44 AM
Re: Need to set eth3 to auto auto
Thanks
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 12:05 AM
08-01-2006 12:05 AM
Re: Need to set eth3 to auto auto
Most 10/100 or Gigabit cards today use autonegotiation by default so you shouldn't have to set anything. The only time you typically need to set something is if you want something other than the default which will be determined through the negotiation process.
Ethtool is certainly one method of configuring the driver, however, modules.conf or modprobe.conf can also be use. The syntax for setting individual drivers may vary depending on which driver you use.