Bugfix for Android 6 and 7
- Add "sha2-truncbug=yes" to /etc/ipsec.conf to fix VPN connections on Android 6 (Marshmallow) and 7 (Nougat) - Ref: https://libreswan.org/wiki/FAQ#Configuration_Matters
This commit is contained in:
parent
525f39d141
commit
89d75f7243
@ -218,6 +218,7 @@ conn shared
|
||||
dpdaction=clear
|
||||
ike=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
sha2-truncbug=yes
|
||||
|
||||
conn l2tp-psk
|
||||
auto=add
|
||||
|
@ -205,6 +205,7 @@ conn shared
|
||||
dpdaction=clear
|
||||
ike=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||
sha2-truncbug=yes
|
||||
|
||||
conn l2tp-psk
|
||||
auto=add
|
||||
|
Loading…
x
Reference in New Issue
Block a user