Hi guys, I'm designing a small embedded TCP/IP stack to learn the protocols. Thus far I have the ARP system setup and working and have began work on the ICMP protocol. I notice that the computer I have the AVR32 connected to does not respond to ARP broadcasts or pings. The system is working however responding to ping requests and storing mac addresses using ARP. The Ping example I've attached to this post shows an example of a ping request, Wireshark just says no response to the ping request.
Any advice would be appreciated, the only thing I can think of doing is setting up my own server using another AVR to connect too. Like why would Windows (10) not like talking to me... Thanks guys.