I have two systems that both tunnel to a core routing server. These systems both have a client address from the same /64 IPv6 prefix. From each client, I can ping the server with no problems and vice versa.
However, I cannot ping other clients. I was wondering if there was any way to accomplish this.
Here is the error when I try to ping another client:
PING 2602:fed2:7706::4(2602:fed2:7706::4) 56 data bytes
From 2602:fed2:7706::2 icmp_seq=1 Time exceeded: Hop limit
Where 2602:fed2:7706::2
is the local client, and 2602:fed2:7706::4
is the other client I am trying to ping.
Edit: The clients do still need to be able to ping the server. Essentially I want to create a big mesh network between all the clients and the server.