IOS14.2 cannot connect to l2tp solution, iphone cannot connect to l2tp solution, configure the server to truncate the output of SHA-256 hash to 128 bits

admin6年前IT技术3103

 The solution is actually very simple:

 
Take the l2tp solution of centos 7 as an example:
Modify the "sha2-truncbug=yes" in the file /etc/ipsec.conf to "sha2-truncbug=no"
You can implement the official Apple solution "Configure the server to truncate the output of SHA-256 hash to 128 bits".
 
shutdown -r now Restart the server and it will be ok, and your iphone can connect to l2tp.

相关文章

php输出数组关键技术与JQUERY解析数组

php输出数组关键技术与JQUERY解析数组

 $arr = array();  //声明空数组array_push($arr, $row);//拼接数组echo json_encode($arr, JSON_UNESCAPE...

树莓派安装软件

 apt-get install ...

汇成制造行业CMS企业建站系统v11.1

汇成制造行业企业网站cms系统v11.1管理地址:http://您的网站/admin/login.asp后台帐号:admin后台密码:admin演示地址:˂a href="ceshi/zhizhao/...

javascript 的array数组保存到mysql数据库

 第一步在javascript里创建数组 var wordList = new Array();1第二步给后台传送数据之前要把数组变成字符串形式   wordL...

WINDOWS 10 PPTP服务器的搭建流程

WINDOWS 10 PPTP服务器的搭建流程

Windows Server 2003/2008/2008 R2的方法是完全一样的,没有任何区别。不过2008 R2系统要先打开服务管理,添加角色,安装“网络策略和访问服务”,...

php正则提取中文

<?php$str = "用户名123阿斯蒂芬dfsdf阿道夫";//把结果放在$chinese中//GBK/GB2312使用:preg_match_all("/[...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。