OpenVpn配置

时间:2014-11-16 13:24:24

标签: ubuntu ubuntu-14.04 openvpn

我正在尝试为ubuntu 14.04配置openvpn 我按照https://openvpn.net/index.php/open-source/documentation/howto.html的说明进行操作。根据说明,我必须单独下载easyrsa并在easy-rsa子目录中初始化PKI。

. ./vars
./clean-all
./build-ca

I'm lost in these steps.

3 个答案:

答案 0 :(得分:1)

您需要先使用以下命令安装easy-rsa:

sudo apt-get install easy-rsa

我建议然后将asy rsa移到你的openvpn目录中:

cp -r / usr / share / easy-rsa / / etc / openvpn

然后为密钥创建一个目录:

mkdir / etc / openvpn / easy-rsa / keys

然后你可以运行:

cd / etc / openvpn / easy-rsa

来源./vars

./清理所有

./积聚CA

答案 1 :(得分:1)

您可以使用此脚本使用单个命令轻松地在服务器上安装和配置openvpn

public class Person
{
    public string FirstName { get; set;}
    public string LastName { get; set;}
    [JsonIgnore]
    public string Json { get; set; }

    [JsonProperty("Json")]
    private JRaw MyJson
    {
        get { return new JRaw(this.Json); }
        set { this.Json = value.ToString(); }
    }        
}

答案 2 :(得分:0)

您应该编辑文件夹写入权限。 sudo chmod + x openvpn