iOS10不支持PPTP了,只好再追加搭建个L2TP/IPSec服务器。
使用 https://github.com/philpl/setup-strong-strongswan 构建,真是太容易了。
curl -L -O https://raw.github.com/philplckthun/setup-strong-strongswan/master/setup.sh
chmod +x setup.sh
sudo ./setup.sh
这里注意,要打开udp 1701、500、4500端口。
iptables -I INPUT -p udp --dport 1701 -j ACCEPT
iptables -I INPUT -p udp --dport 500 -j ACCEPT
iptables -I INPUT -p udp --dport 4500 -j ACCEPT
iptables-save
service iptables restart
执行好以后,发现连接失败,看log发现
xl2tpd: /usr/sbin/pppd: In file /etc/ppp/options.xl2tpd: unrecognized option 'crtscts'
这是不用的选项,注释掉,重新启动
/etc/init.d/vpn-assist restart
又发生下边的错误
xl2tpd: /usr/sbin/pppd: In file /etc/ppp/options.xl2tpd: unrecognized option 'lock'
再次注释掉,重新启动,链接OK。
Android手机需要选择 L2TP/IPSec PSK 类型,iPhone需要选择 IPSec 类型。
分享到:
相关推荐
配套说明: http://blog.csdn.net/gogoytgo/article/details/79420745
centos7下搭建ipsec l2tp服务器,使用strongswan来构建ipsec.
本脚本适用环境: ...L2TP(Layer 2 Tunneling Protocol) IPSec(Internet Protocol Security) IKEv2 (Internet Key Exchange v2) 能实现 IPsec 的目前总体上有 openswan,libreswan,strongswan 这3种。
NetworkManager-l2tp是用于NetworkManager 1.8及更高版本的VPN插件,它支持L2TP和L2TP / IPsec(即,基于IPsec的L2TP)连接。 对于L2TP支持,它使用xl2tpd( ) 为了获得IPsec支持,它使用以下任一方法: 利伯...
centos系统下的/bin/sh
Centos安装L2TP+IPSec
Centos7搭建IPSEC上的L2TP服务器.pdf
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 #released updates [updates] name=CentOS-6 - Updates - 163.com baseurl=http://mirrors.163.com/centos/6/updates/$basearch/ #mirrorlist=...
【linux】CentOS 5/6/7 对应版本 repo文件: 可用于解决以下问题: (1)CentOS 报错:There are no enabled repos; (2)yum repolist为0,yum list正常; (3)yum安装无法使用。
3.下载yum源包(http://mirrors.163.com/centos/7/os/x86_64/Packages/) yum-metadata-parser-1.1.4-10.el7.x86_64 PackageKit-yum-1.0.7-6.el7.centos.x86_64 yum-utils-1.1.31-40.el7.noarch 下方两个一起装 yum-...
http://mirrors.btte.net/centos/7/isos/x86_64/ http://mirrors.cn99.com/centos/7/isos/x86_64/ http://mirrors.sohu.com/centos/7/isos/x86_64/ http://mirrors.aliyun.com/centos/7/isos/x86_64/ ...
- **64位**:`http://mirror.centos.org/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1to2.torrent` #### 二、CentOS 6.5安装步骤 1. **安装前准备**: - 确保硬件符合最低要求。 - 准备ISO镜像,并制作...
在linux(我测的为centos)下的TCP/IP测试小程序,linux当服务器端,在终端运行这个程序编译出来的“.o”文件,程序下客户端发送“test tcp/ip ,good”字符串.
CentOS 5 yum源,163 yum源,shouhu yum源
centos7.0 sso下载地址:http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Everything-1804.iso 方案二: centos7.0已经做好的镜像(包含图形化): 链接:...
"Linux镜像地址配置问题(CentOS 8)" 在 Linux 系统中,镜像地址配置是一个非常重要的步骤,因为它直接影响了系统的安装、更新和维护。特别是在 CentOS 8 中,镜像地址配置问题是一个常见的错误。本文将详细介绍 ...
资源内容是postgresql离线安装程序。包括posthresql安装文件、依赖文件、gcc-c++安装文件;还有postgresql安装文档、psql使用指令、postgresql的windows管理客户端。
./yum_source_change.sh 2 xxxx/centos.iso 两个运行参数 2表示执行yum源安装 xxx/centos.iso表示镜像文件全路径 参数说明:1.ftp源安装,2.yum源安装,3.设置aliyun Centos-5.repo,4.设置aliyun Centos-6.repo,5....
中标麒麟v7/银河麒麟v10/uos20/centos7/centos8/其他linux系统在aarch64/arm64的cpu架构下可以使用的electron。 该版本采用源码编译而来,解决electron在aarch64下白屏及崩溃等问题。 electron版本:7.1.4 ...