fpgasystems / fpga-network-stack

Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
BSD 3-Clause "New" or "Revised" License
699 stars 256 forks source link

test ping failed #4

Open chxibin opened 5 years ago

chxibin commented 5 years ago

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 !

dsidler commented 5 years ago

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

GraceDouX commented 9 months ago

It seems the default ip address is 11.1.212.209