Windows 10: Windows 10 not responding to ARP requests

Discus and support Windows 10 not responding to ARP requests in Windows 10 Network and Sharing to solve the problem; On an internal LAN no Internet access, I have setup a TFTP server on a Windows 10 Pro PC to serve as a boot server for laboratory devices. The PC's... Discussion in 'Windows 10 Network and Sharing' started by rlwww, Jan 11, 2021.

  1. rlwww Win User

    Windows 10 not responding to ARP requests


    On an internal LAN no Internet access, I have setup a TFTP server on a Windows 10 Pro PC to serve as a boot server for laboratory devices.


    The PC's IP address is 10.1.1.2

    A RPi3, running a DHCP server, is on 10.1.1.1

    Lab devices are in the range 10.1.1.100 through 10.1.1.199


    The boot flash ROM in each device is configured to obtain an IP address from the DHCP server, then use TFTP to fetch a boot image from the PC.


    Using WireShark on another PC, I can see devices sending ARP requests for 10.1.1.2 but there aren't any ARP responses from the PC.


    FYI, when I was running the TFTP server on the RPi3, this all worked. The devices would send ARP requests and the RPi3 would respond. Then the TFTP operations would proceed to load the devices with the request boot images.


    Because we are actively developing and testing new boot images, we want to serve the images off a PC, rather than from the resource constrained RPi3.


    I have searched for the correct options to enable ARP responses, but have not found anything helpful.


    How can I make this work?

    :)
     
    rlwww, Jan 11, 2021
    #1
  2. Yin Gang Win User

    Unexpected ARP Probe and ARP Announcement on Windows 10

    In our system, there are three hosts all connected to the same Ethernet switch, which is illustrated below:

    A (192.168.0.21, WIN10_1809) <-> Switch <-> B (192.168.0.100, Debian Linux 9)

    ^

    |

    C (192.168.0.201, WIN10_1809)

    Between any two of these hosts, there are periodically network communications, both lower-level ping operations and upper-level business messages (based on TCP or UDP).

    Occasionally (like once in a day or two days) host B and host C would find out host A is inaccessible by ping operations (which would last around 7 seconds) while host A would have no problem as of pinging host B and host C. At the same time, the upper-level
    TCP or UDP communications related with host A would also fail while the communications between host B and host C are totally normal.

    The problem happens on multiple systems in our company and it looks like networking hardware (have replaced the switch and the connecting cables) and network traffic (problem still happens even when system is idle and is with less than 1% bandwidth usage)
    don't give a major contribution to the problem.

    Then, by checking the network traffic in the system using Wireshark (captured through the Ethernet switch,

    download
    ), we find out the ping requests have been sent out while no response received:

    No. Time Source Destination Protocol Length Info

    1455 1.509228 192.168.0.100 192.168.0.21 ICMP 98 Echo (ping) request id=0x6812, seq=1/256, ttl=64 (no response found!)

    1848 2.250592 192.168.0.201 192.168.0.21 ICMP 66 Echo (ping) request id=0x30f0, seq=30977/377, ttl=128 (no response found!)

    2413 3.512684 192.168.0.100 192.168.0.21 ICMP 98 Echo (ping) request id=0x6818, seq=1/256, ttl=64 (no response found!)

    3269 5.516020 192.168.0.100 192.168.0.21 ICMP 98 Echo (ping) request id=0x681c, seq=1/256, ttl=64 (no response found!)

    At the same time, ping requests from host A have been replied as observed:

    1130 1.130713 192.168.0.21 192.168.0.100 ICMP 60 Echo (ping) request id=0x0008, seq=2313/2313, ttl=255 (reply in 1133)

    1131 1.130713 192.168.0.21 192.168.0.201 ICMP 60 Echo (ping) request id=0x0008, seq=2312/2057, ttl=255 (reply in 1132)

    1795 2.131109 192.168.0.21 192.168.0.100 ICMP 60 Echo (ping) request id=0x0008, seq=2314/2569, ttl=255 (reply in 1798)

    1796 2.131110 192.168.0.21 192.168.0.201 ICMP 60 Echo (ping) request id=0x0008, seq=2315/2825, ttl=255 (reply in 1797)

    2249 3.131295 192.168.0.21 192.168.0.100 ICMP 60 Echo (ping) request id=0x0008, seq=2316/3081, ttl=255 (reply in 2252)

    2250 3.131296 192.168.0.21 192.168.0.201 ICMP 60 Echo (ping) request id=0x0008, seq=2317/3337, ttl=255 (reply in 2251)

    Also, we find out that host A would initiate an ARP probe and ARP announcement process when the error happens.

    2838 1.501535 SuperMic_78:e0:f1 Broadcast ARP 60 Who has 192.168.0.100? Tell 192.168.0.21

    2841 1.501831 JUMPINDU_64:8b:23 SuperMic_78:e0:f1 ARP 60 192.168.0.100 is at 00:e0:4b:64:8b:23

    2876 1.516569 SuperMic_78:e0:f1 Broadcast ARP 60 Who has 192.168.0.201? Tell 192.168.0.21

    2879 1.516654 SuperMic_8d:2f:67 SuperMic_78:e0:f1 ARP 60 192.168.0.201 is at ac:1f:6b:8d:2f:67

    3234 1.817465 SuperMic_78:e0:f1 Broadcast ARP 60 Who has 192.168.0.21? (ARP Probe)

    4179 2.817637 SuperMic_78:e0:f1 Broadcast ARP 60 Who has 192.168.0.21? (ARP Probe)

    5043 3.817780 SuperMic_78:e0:f1 Broadcast ARP 60 Who has 192.168.0.21? (ARP Probe)

    5897 4.817833 SuperMic_78:e0:f1 Broadcast ARP 60 ARP Announcement for 192.168.0.21

    In which, SuperMic_78:e0:f1 is host A, JUMPINDU_64:8b:23 is host B and SuperMic_8d:2f:67 is host C.

    According to
    RFC 5227
    :

    Before beginning to use an IPv4 address (whether received from manual configuration, DHCP, or some other means), a host implementing this specification MUST test to see if the address is already in use, by broadcasting ARP Probe packets. This also applies
    when a network interface transitions from an inactive to an active state, when a computer awakes from sleep, when a link-state change signals that an Ethernet cable has been connected, when an 802.11 wireless interface associates with a new base station, or
    when any other change in connectivity occurs where a host becomes actively connected to a logical link.

    But from the windows event log on host A, there is no evidence for any event listed above, just the three event logs listed below -- not sure if these are the cause or the effect of the problem:

    ID Source Description

    7040 Service Control Manager The start type of the windows modules installer service was changed from auto start to demand start

    16 Kernel-General The access history in hive \??\C:\ProgramData\Microsoft\Provisioning\Microsoft-Desktop-Provisioning-Sequence.dat was cleared updating 0 keys and creating 0 modified pages

    7040 Service Control Manager The start type of the windows modules installer service was changed from demand start to auto start

    We have also checked the log files in fields and have seen no evidence of problem happening there -- WIN7 and old releases of SW have been used in the fields while WIN10 and new SW are being used at home.

    Have investigated for nearly two months and no root cause has been found. Any advice or suggestion would be greatly appreciated.

    ps. have posted the same question at
    serverfault.com
    .
     
    Yin Gang, Jan 11, 2021
    #2
  3. ARP in windows 10

    "The ARP entry addition failed: Access is denied." How do I delete the ARP entry for the gateway in Windows 10 ?

    I tried as Admin:

    netsh interface ip delete neighbors "LOCAL ETHERNET" 192.168.1.254

    arp -d 192.168.1.254

    but without result.

    PS 192.168.1.254 - gateway

    Regards

    MR
     
    Marcin Roczek, Jan 11, 2021
    #3
  4. hellrazor Win User

    Windows 10 not responding to ARP requests

    Survey Reveals Companies' Early Windows 8 Reactions and Plans

    Bull fucking shit.
     
    hellrazor, Jan 11, 2021
    #4
Thema:

Windows 10 not responding to ARP requests

Loading...
  1. Windows 10 not responding to ARP requests - Similar Threads - responding ARP requests

  2. 2 different interfaces in arp -a

    in Windows 10 Network and Sharing
    2 different interfaces in arp -a: Hi,I've recently had an unknown device connected on my network which disappeared as soon as it was detected and was looking into arp -a to try to gain some insight on the connections to my network.When I open arp -a I get 2 interfaces. One that shows the MAC-addresses and...
  3. 2 different interfaces in ARP -a

    in Windows 10 Gaming
    2 different interfaces in ARP -a: Hi,I've recently had an unknown device connected on my network which disappeared as soon as it was detectected and was looking into arp -a to try to gain some insight on the connections to my network.When I open arp -a I get 2 interfaces. One that shows the MAC-addresses and...
  4. How to clear ARP Cache in Windows 11/10

    in Windows 10 News
    How to clear ARP Cache in Windows 11/10: [ATTACH]ARP or Address Resolution Protocol in Windows is responsible for resolving IP addresses to MAC addresses to speed up connection over a local network. So instead of asking the router where is a particular device, again, it would simply use the already resolved IP to...
  5. ARP type "invalid"

    in Windows 10 Network and Sharing
    ARP type "invalid": Hi, I'm fail to connect to a server on my LAN directly using the local IP address, which is statically configured on my router. I began basic troubleshooting and tried to ping the server and got `Destination host unreachable`. Then tried to connect to the same server using...
  6. ARP Entry Information

    in Windows 10 Network and Sharing
    ARP Entry Information: Where can I get ARP Entry information? Are they stored in a file? https://answers.microsoft.com/en-us/windows/forum/all/arp-entry-information/8018c8a9-de82-41d4-a779-149c42ea8466
  7. Unexpected ARP Probe and ARP Announcement on Windows 10

    in Windows 10 Network and Sharing
    Unexpected ARP Probe and ARP Announcement on Windows 10: In our system, there are three hosts all connected to the same ethernet switch, which is illustrated below: A 192.168.0.21, WIN10_1809 <-> Switch <-> B 192.168.0.100, Debian Linux 9 ^...
  8. New Cortana introduced in Windows 10 2004 does not respond to requests or messages.

    in Cortana
    New Cortana introduced in Windows 10 2004 does not respond to requests or messages.: I am currently running Windows 10 Home Insider Preview Build 20161, although the problem has persisted since I joined the insider program. Whenever I send something to Cortana, she does not respond or acknowledge that I sent anything at all. I have tried: -using...
  9. Cortana doesn't respond on the first request

    in Cortana
    Cortana doesn't respond on the first request: I have an original Surface Pro sitting on my counter that use it mainly as a voice assistant. If I haven't talked to Cortana in a few hours, the first time I ask her something she wakes up with "Hey Cortana", but doesn't hear my next command or question and then just...
  10. arp command

    in Windows 10 Drivers and Hardware
    arp command: I am seeing in arp command 224.0.0.22 and cannot flush from system with netsh interface ipv4 delete arpcache https://answers.microsoft.com/en-us/windows/forum/all/arp-command/81e70cc1-c9ba-4c5e-ae00-e9d8c2a4184a