当前位置: 首页 >> Tag标签为 'OpenVPN'

让VPS支持Tun/Tap?

要让VPS支持OpenVPN,让vps支tun/tap是第一步,如果在租用别人的vps,直接找客服要求增加tun/tap即可,要是自己搞的vps呢,那么该找谁要呢,参考OpenVZ官方文档就很容易搞定了:http://wiki.openvz.org/VPN_via_the_TUN/TAP_device
Read the rest of this entry »

OpenVPN:内网无端口映射建立VPN问题

本文介绍的操作均在CentOS 6.0下完成,关于CentOS下如何安装OpenVPN,参考:CentOS6下如何快速安装OpenVPN,本文介绍OpenVPN使用静态密钥建立VPN的方法,关于使用Mode server方式建立OpenVPN,参考本人以前写的文章: OpenVPN在Linux下的安装[CA]OpenVPN使用User/Pass验证登录OpenVPN在Windows下使用User/Pass验证Windows 下使用 CA 验证的 OpenVPN Server 的配置方法。大家慢慢参考。

Read the rest of this entry »

CentOS6下如何快速安装OpenVPN

本文提供最快速、最便捷的安装方法,并非唯一,本文以CentOS 6.0为例,对于CentOS 5.x,只是安装RPMfroge的URL稍有差别而已。

首先安装rpmforge的软件仓库,这里用的是el5,repo和gpg key都是文本文件,所以同样适用于x86_64。

 rpm -ivh http://mirror.neu.edu.cn/dag/redhat/el5/en/i386/dag/RPMS/rpmforge-release-0.5.2-2.el5.rf.i386.rpm

对于el6,使用这个URL:

 rpm -ivh http://mirror.neu.edu.cn/dag/redhat/el6/en/i386/dag/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm

完毕后,安装OpenVPN

yum install openvpn

安装完毕,简单吧。

单网卡多次PPPoE拨号实现方法

本文着重分析如何使用“一块网卡”实现多次PPPoE拨号,大家都知道,在Linux下一块“物理网卡”只能实现一次PPPoE连接,本文列举4种方法来实现该功能。

Read the rest of this entry »

Guide: OpenVPN with Windows 7

  1. If installed – uninstall the current copy of OpenVPN.
  2. Download the installer from one of the following links::
    Read the rest of this entry »