Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can try first to use a 'ping' command to send packets to your board and see if you get any reply. Check also the transmit an receive LEDs on the board to see if any packets are received or transmitted.
I'd suggest to install Wireshark on your PC to see all the packets that go on the Ethernet interface. When you ping your board, you should see the following packets: Your PC -> Broadcast : ARP request Board -> Your PC: ARP reply Your PC -> Board: ICMP echo request Board -> Your PC: ICMP echo reply