Forums

Bane
Bane
Offline
Resolved
0 votes
I am seeing about 2.9% packet loss on my ClearOS box since upgrading to 7.3. What can I do to troubleshoot this? I have verified that it is not my local network as I see no loss to any other systems on the network, I only see loss when using ping plotter against the LAN interface of my clearOS box or when using ping plotter out to an Internet site.

When I run ifconfig, it is showing 0 errors on all interfaces. The cards are Intel 82583V using device driver e1000e.

The system reports are not showing anything obvious. What should I look at next?

Thanks,
Attachments:
Friday, April 21 2017, 02:50 PM
Share this post:
Responses (6)
  • Accepted Answer

    Saturday, April 22 2017, 12:41 PM - #Permalink
    Resolved
    0 votes
    tcpdump works outside the interfaces so you could run tcpdump on your LAN and WAN interfaces at the same time and capture the packets to file. You should then be able to do a 1-to-1 match between the interfaces for both outgoing and incoming interfaces.
    [edit]
    Remember pings use ICMP tather than TCP or UDP
    [/edit]

    It is possible also to log firewall messages but there is no point going down that route unless the tcpdump shows packets being dropped between the interfaces.

    BTW, if you upgrade the NIC driver, unless you're good at the command line, you need to reboot the server for the change to take effect.
    The reply is currently minimized Show
  • Accepted Answer

    Bane
    Bane
    Offline
    Saturday, April 22 2017, 06:54 AM - #Permalink
    Resolved
    0 votes
    My switch shows no errors on the port.

    I changed the LAN interface of the clearOS box to another port on the card and the result is the same. The WAN/Internet interface is also on the same card. It is a 4 port Intel NIC.

    I've attached a ping plot graph of pinging another host on my network. Ping plotter is on the same host in both cases, both he nas and clearOS are connected to the same switch. I've also tried swapping cables and switch ports. Literally the only packet loss I see anywhere on my network is tot he LAN nterface of clear OS.

    I've also attached a graph of ping plotting google DNS.

    Nick Howitt wrote:

    You only want the e1000e driver. The other is completely different.

    If ping plotter shows the issue to the LAN interface, doesn't that rule out a ClearOS routing issue? Are your NIC's standalone or on the motherboard? Can you check any switches and cables on the LAN between the workstation and ClearOS?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, April 22 2017, 06:05 AM - #Permalink
    Resolved
    0 votes
    You only want the e1000e driver. The other is completely different.

    If ping plotter shows the issue to the LAN interface, doesn't that rule out a ClearOS routing issue? Are your NIC's standalone or on the motherboard? Can you check any switches and cables on the LAN between the workstation and ClearOS?
    The reply is currently minimized Show
  • Accepted Answer

    Bane
    Bane
    Offline
    Saturday, April 22 2017, 02:20 AM - #Permalink
    Resolved
    0 votes
    Also, I can run a ping from the clear OS SSH shell to a well known internet server such as google's DNS at 8.8.8.8, and never see a drop. The drop only seems to happen from the LAN to Internet interface, indicating that there is some kind of issue with the ClearOS routing between the interfaces.
    The reply is currently minimized Show
  • Accepted Answer

    Bane
    Bane
    Offline
    Saturday, April 22 2017, 01:58 AM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    I'm not sure how to track the packet loss down, but there is a later ElRepo e1000e driver than is available in the kernel. I have it compiled here. You're welcome to try it.


    Do you know what version should show up if is installed correctly? Also, are both RPM's needed or just the one with e1000 in the name?

    Thanks,
    The reply is currently minimized Show
  • Accepted Answer

    Friday, April 21 2017, 06:20 PM - #Permalink
    Resolved
    0 votes
    I'm not sure how to track the packet loss down, but there is a later ElRepo e1000e driver than is available in the kernel. I have it compiled here. You're welcome to try it.
    The reply is currently minimized Show
Your Reply