Firstly, I am a real newbie, and got assigned to swap our router from Yamaha RTX to Meraki MX68 and then connect the Meraki to another Yamaha RTX router in our separate office.
So please bear with me if the question is actually easy and sound ridiculous.
I have referred to Meraki document and set the Non Meraki peers as below.
Current ipsec setup in our Yamaha RTX
-----
tunnel select 1
ipsec tunnel 101
ipsec sa policy 101 1 esp aes-cbc sha-hmac
ipsec ike hash 1 sha
ipsec ike keepalive use 1 on
ipsec ike local address 1 172.31.8.254
ipsec ike local name 1 SB*
ipsec ike pre-shared-key 1 text [A-removed]
ipsec ike remote address 1 [B-removed]
ip tunnel tcp mss limit auto
tunnel enable 1
-----
so referring above details from current Yamaha router, I input in the Non-Meraki VPN part as below
Public IP - [B-removed]
Remove ID - [B-Removed]
Private subnet - 172.31.2.0/24 (the other end private subnet)
IPSec-Policies - Default
Preshared secret - [A-removed]
Local network subnet is set to 172.31.8.0/24 VPN participation ON.
But I keep getting below error repetitively, no matter what IPsec Policies change to.
msg: initiate new phase 1 negotiation: A.B.C.D[500]<=>A.B.C.D[500]
msg: phase1 negotiation failed due to time up.
I have checked and confirmed the other end Router pre-shared key is correct with my input, and the remote address was set to any, which to my understanding any public IP with correct shared key and IPSec policies should be able to establish VPN tunnel.
Is my understanding correct?
Is there something I'm missing here or did not understand something.