码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 6 32位

时间:2015-10-28 14:18:07      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:

  1. #运行:
  2. cat /dev/net/tun
  3. #返回的必须是:
  4. cat: /dev/net/tun: File descriptor in bad state
  5. #运行:
  6. cat /dev/ppp
  7. #返回的必须是:
  8. cat: /dev/ppp: No such device or address
  9. # 方式一安装
  10. bash -c "$(curl http://files.cnblogs.com/files/yzpopulation/vpn_centos6.sh)"
  11. # 方式二安装
  12. wget http://www.hi-vps.com/shell/vpn_centos.sh
  13. chmod a+x vpn_centos.sh
  14. bash vpn_centos.sh
  15. #常见错误
  16. #VPN连接过程可能有很多错误,下面是一些VPN连接错误的原因:
  17. #691错误
  18. #用户名或密码错误。
  19. #619错误
  20. #上层路由器不支持GRE协议。您所在网络的路由器不支持,请更换路由器,或者使用L2TP连接。
  21. #742错误
  22. #服务器不支持加密连接。取消加密即可。
  23. #错误678、错误800
  24. #服务器未开启vpn服务或远程计算机无响应。





CentOS 6 32位

标签:

原文地址:http://www.cnblogs.com/yzpopulation/p/4916957.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!