Hello I see on Wireshark an embedded board on which I want to connect. I successful connect to the board if its cable is connected after its startup. However if the cable is connected during the startup process, I can not ping it. This seems to happen only on some configurations (with a moxa hub on which POE devices are connected). Using wireshark I can see that the board is sending 2 IGMP messages in both configuration ( cable connected at startup and cable connected after startup). IGMP message show the correct ip address in both case asked 21 Oct '14, 12:32 Jérémie Guillot |
One Answer:
If you cannot ping the board, there could be several reasons, like:
So, to rule out some possible problems, please do the following:
If you see the ICMP ECHO request being sent to the correct MAC address, but you don't see any answer, it's a problem with the board (either NIC or IP stack). Then Wireshark can't help you any further. If you don't see an ICMP ECHO request, you client does not know where to send it, so it does not get an answer for it's ARP request (check that in the capture file as well). Again: probably a problem within the embedded board. Regards answered 22 Oct '14, 05:35 Kurt Knochner ♦ |
Hello kurt and thanks for your help.
You're right there's no answer to the arp request. So it seems there's a problem with the embedded board. The strange thing is that IGMPv2 message is received...
If it's a bug, the behaviour will likely be 'strange', so the fact that the systems sends out frames does not mean it is also able to receive frames ;-))