Hi All,
Im trying to test IKEv2 with the latest builds but have been having issues with 6.38rc37, according to the rc thread the version 6.38rc29 works with Azure – but i cannot find where to download older RC’s - can anyone point me in the right direction?
I would like to test out 6.38rc29 with an azure route based vpn. here is my config for it:
/ip ipsec proposal
add auth-algorithms=sha1 enc-algorithms=aes-128-cbc lifetime=1h name=Azure pfs-group=none
/ip ipsec peer
add address=REDACTED hash-algorithm=sha1 enc-algorithm=aes-256,3des exchange-mode=ike2 lifetime=3h dpd-interval=disable-dpd generate-policy=port-override nat-traversal=no secret=REDACTED
/ip ipsec policy
add dst-address=10.1.0.0/24 proposal=Azure sa-dst-address=REDACTED sa-src-address=REDACTED src-address=10.1.1.0/24 tunnel=yes
I can send the support.rif if needed, the issue im getting in ipsec debug i get “peer confirmed”, “reply retransmission” then “unknown socket”. then after SA is installed “spi not registred” and traffic sends but nothing back then SA gets killed.
Thankyou!