Recently I've been unable to connect Linux client (with strongSwan 5.9.4) to an MX65 (with firmware MX 16.14) using a configuration which was previously working. The strongSwan log shows "received NO_PROPOSAL_CHOSEN error notify" after "IKE_SA [...] established [...]" indicating that the MX65 rejected the client proposals in phase 2. A bit of debugging revealed that the ESP proposal was not accepted due to using modp1024 (DH Group 2). I was able to fix the issue by changing the configured proposal from aes128-sha1-modp1024,3des-sha1-modp1024! to aes128-sha1,3des-sha1!. I suspect the issue started occurring after upgrading the MX65 firmware from MX 14.53 to MX 16.14. However, I don't see any mention of the change in the MX 15.45 or 16.14 release notes, and the Client VPN OS Configuration documentation still shows Phase2 Algorithims: aes128-sha1-modp1024,3des-sha1-modp1024! for Linux. Is this expected behavior? Thanks, Kevin
... View more