I've setup an FPGA to recieve ethernet packets and look at the IP address of the sender, if it matches my PC, increase a display counter.
I only see the counter increase when I send broadcast messages, for example, ping 191.9.255.255 from my pc 191.9.50.7 mask 255.255.0.0
If I try to ping an unused IP address on the network, the request never reaches my FPGA, the network switch doesn't try to send it there.
Any idea how I can resolve this?