先说我搭建过程中出现的问题吧: 按照 教程搭建好之后出现了619错误,查看日志:/var/log/messages: Nov 20 09:46:20 localhost pptpd[7498]: GRE: read(fd=6,buffer=8059680,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check
打算自建VPN,新购买了一个虚拟服务器,centOS6.6 自带的是python2.6,因为比较习惯python2.7,所以就升级到最新的python2.7.12 首先要安装:sudo yum install gcc-c++ 在没有安装gcc-c++ 的时候,会报错:configure: error: no acceptable C compiler found in $PATH 然后下载python2.7.12源文件:python-2.7.5.tgz(此处我是在先在官网下好,https://w