I created a build for a digilent zybo zynq7. And I create a small server code I need to run on the board. When I connect the board with ethernet cable to my laptop and try to ping the board I will get the following answer: $ ping fe80::3478:6c8d:ad4e:43f8%eth0 PING fe80::3478:6c8d:ad4e:43f8%eth0(fe80::3478:6c8d:ad4e:43f8%eth0) 56 data bytes From fe80::6504:a10e:942f:7cfd%eth0: icmp_seq=1 Destination unreachable: Address unreachable From fe80::6504:a10e:942f:7cfd%eth0: icmp_seq=2 Destination unreachable: Address unreachable From fe80::6504:a10e:942f:7cfd%eth0: icmp_seq=3 Destination unreachable: Address unreachable
I've configured the eth0 in /etc/network/interfaces. The laptop get the connection to the board but can' t reach it or the gateway. There is no firewall or iptables rules.