Getting destination unreachable on ping of non link local address on two Linux computers connected with switch
So I have two PCs running Linux and connected with switch. I want to configure non link local IPv6 addresses on network interface(fd53::1 for example)
Im setting it up on computer2 with:
sudo ip -6 addr add fd53::1/64 dev eth0
Now when I try to ping it from computer1 it says destination unreachable, address unreachable.
It works when I try to add fe80::1/64 which is link local.
It shows fd53::1 as failed on ip -6 neigh show
Erik Arutiunian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.