<?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: Eth0 Nic reported RX Packets errors and drops in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782867#M83835</link>
    <description>Errors and dropped packets may be also because a bad network speed negotiation between the network interface and the switch. Try configuring manually the speed for both. Use ethtool on linux. Check your switch documentation about how to set the speed and duplex.</description>
    <pubDate>Thu, 04 May 2006 15:00:40 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-05-04T15:00:40Z</dc:date>
    <item>
      <title>Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782865#M83833</link>
      <description>RX packets:3891851066 errors:435 dropped:435 overruns:0 frame:0&lt;BR /&gt;&lt;BR /&gt;No problems on the TX packets though;&lt;BR /&gt;TX packets:4334435256 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&lt;BR /&gt;I am running RHAS 3.0 with Kernel 2.4.21-15.EL&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Thu, 04 May 2006 13:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782865#M83833</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-05-04T13:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782866#M83834</link>
      <description>Shalom Jorge,&lt;BR /&gt;&lt;BR /&gt;Dropped packets can be due to firewall reject, actual local network problems or problems with any point between your system and the system trying to connect.&lt;BR /&gt;&lt;BR /&gt;If there are no other problems, its probably not worth a time intensive investigation. That is especially true if the system is exposed to the Internet.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 May 2006 14:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782866#M83834</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-04T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782867#M83835</link>
      <description>Errors and dropped packets may be also because a bad network speed negotiation between the network interface and the switch. Try configuring manually the speed for both. Use ethtool on linux. Check your switch documentation about how to set the speed and duplex.</description>
      <pubDate>Thu, 04 May 2006 15:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782867#M83835</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-04T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782868#M83836</link>
      <description>Do firewall drops actually appear in ifconfig stats?&lt;BR /&gt;&lt;BR /&gt;Anyway, it might be good to look at the link-level stats.  ethtool -S &lt;INTERFCACE&gt; if you have it.  That could give more detailed information about the drops if they are at the NIC/driver level&lt;/INTERFCACE&gt;</description>
      <pubDate>Thu, 04 May 2006 20:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782868#M83836</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-05-04T20:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782869#M83837</link>
      <description>Likely a duplex problem on the swithch end.&lt;BR /&gt;If the server is hardcoded to full-duplex &lt;BR /&gt;with a fixed speed the swithc will auto&lt;BR /&gt;negotiate to half duplex.  &lt;BR /&gt;It will then stop sending packets if the server sends data while the switch is sending&lt;BR /&gt;data.  &lt;BR /&gt;Try setting the server to auto negotiate. &lt;BR /&gt;&lt;BR /&gt;Quick fix may be unplug the cable for a &lt;BR /&gt;few seconds and then plug it back in.&lt;BR /&gt;&lt;BR /&gt;I have also seen Cisco switches silently&lt;BR /&gt;drop to half duplex even if they are&lt;BR /&gt;hard-coded to full-duplex if the server&lt;BR /&gt;loadd the driver and doesn't configure it&lt;BR /&gt;right away.&lt;BR /&gt;&lt;BR /&gt;Recommended solution is to get the swich&lt;BR /&gt;set to auto-negotiate duplex.&lt;BR /&gt;&lt;BR /&gt;Alternatively, this can be fixed by removing&lt;BR /&gt;the driver from the /etc/modules list, if &lt;BR /&gt;it isn't built into the kernel.  Use &lt;BR /&gt;modules.conf to load the driver when you&lt;BR /&gt;try to configure eth0, or load the &lt;BR /&gt;module when you configure the interface.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 09:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782869#M83837</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-05-05T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782870#M83838</link>
      <description>Check duplexing, speed, autonegotiation, physical cable, and firewalls for issues.  You may also want to change out NICs and switch ports, if applicable.</description>
      <pubDate>Fri, 05 May 2006 13:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782870#M83838</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-05-05T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782871#M83839</link>
      <description>I would have expected at least a few TX errors if there was a duplex issue, although I _suppose_ if the transmitting side was FDX it might not record the FCS errors on its transmitted packets.</description>
      <pubDate>Fri, 05 May 2006 14:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782871#M83839</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-05-05T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 Nic reported RX Packets errors and drops</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782872#M83840</link>
      <description>Thanks so much for the advice.&lt;BR /&gt;&lt;BR /&gt;I think I'll try to set flow control at the NIC and the switch first.  Second, I will try to tune the kernel buffers to handle more packets.&lt;BR /&gt;&lt;BR /&gt;I will let you all know the result in a few days.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Fri, 05 May 2006 16:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-nic-reported-rx-packets-errors-and-drops/m-p/3782872#M83840</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-05-05T16:13:51Z</dc:date>
    </item>
  </channel>
</rss>

