<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to set eth3 to auto  auto in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834289#M84071</link>
    <description>You never mentioned the type of network card your using or the driver.  These are important.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Aug 2006 07:05:33 GMT</pubDate>
    <dc:creator>Al Licause</dc:creator>
    <dc:date>2006-08-01T07:05:33Z</dc:date>
    <item>
      <title>Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834283#M84065</link>
      <description>I need to set my eth3 interface to auto speed and auto duplex..This is the main interface (which the machine uses as ip). my questions are&lt;BR /&gt;&lt;BR /&gt;1. how do i change this? (ethtool?)&lt;BR /&gt;&lt;BR /&gt;2. if i change it then can i be on the network or should i be on the console?&lt;BR /&gt;&lt;BR /&gt;This is on redhat.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Mon, 31 Jul 2006 14:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834283#M84065</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-07-31T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834284#M84066</link>
      <description>1. how do i change this? (ethtool?)&lt;BR /&gt;&lt;BR /&gt;Yes. If you use some red hat compatible distro, modify /etc/sysconfig/network-scripts/ifcfg-eth3 and add&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="autoneg on"&lt;BR /&gt;&lt;BR /&gt;To make it permanent.&lt;BR /&gt;&lt;BR /&gt;2. if i change it then can i be on the network or should i be on the console?&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 14:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834284#M84066</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-31T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834285#M84067</link>
      <description>so..how do i set it to auto speed and auto duplex using ethtool?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Mon, 31 Jul 2006 14:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834285#M84067</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-07-31T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834286#M84068</link>
      <description>this is what my ifcfg-eth3 looks like&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Mon, 31 Jul 2006 14:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834286#M84068</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-07-31T14:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834287#M84069</link>
      <description>You can use:&lt;BR /&gt;&lt;BR /&gt;ethtool -s eth3 autoneg on&lt;BR /&gt;&lt;BR /&gt;Then modify your ifcfg-eth3 file and comment the ETHTOOL_OPS line.&lt;BR /&gt;&lt;BR /&gt;Some device have problems with autonegotiation enabled, it's normal to disable the autonegotiation. Why do you want to enable the autonegotiation?</description>
      <pubDate>Mon, 31 Jul 2006 15:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834287#M84069</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-31T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834288#M84070</link>
      <description>this was recommended by the network guys. they said this NIC is connected to gig capable switch.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Mon, 31 Jul 2006 16:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834288#M84070</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-07-31T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set eth3 to auto  auto</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834289#M84071</link>
      <description>You never mentioned the type of network card your using or the driver.  These are important.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-set-eth3-to-auto-auto/m-p/3834289#M84071</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2006-08-01T07:05:33Z</dc:date>
    </item>
  </channel>
</rss>

