在服务器中执行:
wget http://www.coolaj.cn/vpn_centos6.sh
运行脚本
chmod a+x vpn_centos6.sh ./vpn_centos6.sh
执行后有1、2、3种英文,对应如下中文意思。
1. 安装VPN服务
2. 修复VPN
3. 添加VPN用户
如此,添加好VPN用户,在本地建立VPN链接,添加服务器的ip以及您设置的用户名面,就可以轻松使用VPN服务了
VPN速度慢的问题
执行下面命令:
/sbin/iptables -I FORWARD -p tcp --syn -i ppp+ -j TCPMSS --set-mss 1356