Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposals not match when using iOS 14.01 #51

Open
aioliahexi opened this issue Sep 29, 2020 · 3 comments
Open

proposals not match when using iOS 14.01 #51

aioliahexi opened this issue Sep 29, 2020 · 3 comments

Comments

@aioliahexi
Copy link

05[CFG] received proposals: ESP:AES_CBC_256/HMAC_SHA2_256_128/NO_EXT_SEQ

05[CFG] configured proposals: ESP:AES_CBC_128/HMAC_SHA1_96/NO_EXT_SEQ, ESP:3DES_CBC/HMAC_SHA1_96/NO_EXT_SEQ, ESP:AES_CBC_128/AES_CBC_192/AES_CBC_256/3DES_CBC/BLOWFISH_CBC_256/HMAC_SHA1_96/AES_XCBC_96/HMAC_MD5_96/NO_EXT_SEQ
05[IKE] no acceptable proposal found

05[IKE] failed to establish CHILD_SA, keeping IKE_SA

05[ENC] generating IKE_AUTH response 1 [ IDr AUTH CPRP(ADDR DNS DNS) N(AUTH_LFT) N(MOBIKE_SUP) N(NO_ADD_ADDR) N(NO_PROP) ]

05[NET] sending packet: from 172.17.0.2[4500] to 192.168.188.17[4500] (192 bytes)

04[NET] received packet: from 192.168.188.17[500] to 172.17.0.2[500] (432 bytes)

04[ENC] parsed IKE_SA_INIT request 0 [ SA KE No N(REDIR_SUP) N(NATD_S_IP) N(NATD_D_IP) N((16430)) ]

@aioliahexi
Copy link
Author

The fix method is quite simple.
Add below single line
esp=aes256-sha256-modp2048
in the ipsec.conf

fanchangyong added a commit to fanchangyong/docker-ikev2-vpn-server that referenced this issue Dec 2, 2020
@maxgorovenko
Copy link

Added this line to /etc/ipsec.conf inside docker container, then docker restart container-name, then recreated .mobileconfig file.
May be the last step is not necessary. Thanks.

@Chiorufarewerin
Copy link

Just checked, work without recreating .mobileconfig. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants