fpga-network-stack icon indicating copy to clipboard operation
fpga-network-stack copied to clipboard

test ping failed

Open chxibin opened this issue 7 years ago • 2 comments

Hi Dsidler, I use the code you have provided to create a project for a test on board vcu118 . After download the bit , the Ehernet was linked up ,but when I use the ping test :ping 10.1.212.209,it was failed. So I try to use the chipscope to debug,and I found that the network_module have received the ARP request message ,and transferred to the network_stack module, it seems that the arp_server_subnet_ip module dropped the ARP message and it haven't reply a ARP response message. Do you have any suggestions? thank you !

chxibin avatar Sep 19 '18 07:09 chxibin

can you try arping and observe in wireshark if you get a response from the FPGA.

dsidler avatar Oct 17 '18 20:10 dsidler

It seems the default ip address is 11.1.212.209

GraceDouX avatar Oct 07 '23 09:10 GraceDouX