Wireguard Site-To-Site not working / ER605, V2, Firmware 2.2.2
Hi!
ER605 V2 here, firmware 2.2.2.
Trying to config SITE-TO-SITE (permanent tunnel), but no luck.
How can I add multiple subnets in Peer "Allowed IP" parameter? (On each side).
I can not ping between subnets, but routers can between them.
--------------------------------------------------------
# Subnet A
10.10.2.0/24
# Router A
[Wireguard]
Local IP Address = 10.10.10.2
Listen Port = 51820
[Peers]
Public Key = PubKey Router B
Endpoint = Router B IP
Endpoint Port = 51820
Allowed IP = 10.10.3.0/24 <<<<<<<< THIS IS WHERE I CAN NOT ADD ANOTHER SUBNET
Persistent Keepalive = 16
--------------------------------------------------------
# Subnet B
10.10.3.0/24
# Router B
[Wireguard]
Local IP Address = 10.10.10.3
Listen Port = 51820
[Peers]
Public Key = PubKey Router A
Endpoint = [empty]
Endpoint Port = [empty]
Allowed IP = 10.10.2.0/24 <<<<<<<< THIS IS WHERE I CAN NOT ADD ANOTHER SUBNET
Persistent Keepalive = 16
--------------------------------------------------------
From any device from Subnet A I can ping only to Router B IP.
(ping 10.10.3.1 >> OK)
(ping 10.10.3.101 >> Request timed out!)
From any device from Subnet B I can ping only to Router A IP.
(ping 10.10.2.1 >> OK)
(ping 10.10.2.101 >> Request timed out!)
Any help will be appreciated!
Thanks!