OpenWrt Wireguard multiple peers

I have a network that looks like
10.10.10.1 OpenWrt Server
10.10.10.2 Peer 1
10.10.10.3 Peer 2
I can ping from Server each of the Peers and vice versa but I cannot ping neither Peer from the other. What am i misunderstanding? Isn't the server supposed to route the connection?

Server configuration:
peer1:
allowed ips: 10.10.10.3/32

peer2:
allowed ips: 10.10.10.2/32

Peer1 configuration:
peer:
allowed ips: 10.10.10.1/32

Peer2 configuration:
peer:
allowed ips: 10.10.10.1/32

Try this, on Peer 1 and 2 use as Allowed IPs:
10.10.10.0/24 instead of 10.10.10.1/32

That worked! Thank you

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.