comments (5)

  • VPSUser 002

    - 8 years ago

    Hi and Thanks for helping me , can i set Signed Certificate instead easy rsa and create profile after set Signed Valid Certificate? also i want authentication with Radius , can you help me please??

  • iytrew

    - 7 years ago

    Hello, I got a problem while trying to do what is written at paragraph "GENERATE KEYS & CERTIFICATES" (issuing the command "cp -rf /usr/share/easy-rsa/2.0/* /etc/openvpn/easy-rsa"). I've installed easy-rsa v3, and I cannot find vars file.

    Thank you, anyway.

    • Sligs

      - 7 years ago

      having the same issue with easy-rsa v3 all instructions for v2 which is older version now..

  • Sligs

    - 7 years ago

    have the same issue with Easy RSA 3.0

  • Gateway problem

    - 6 years ago

    Hi,

    I've setup OpenVPN, but it seems not to redirect gateway. I have: push "redirect-gateway def1"
    push "dhcp-option DNS 8.8.8.8"
    push "dhcp-option DNS 8.8.4.4" server 10.8.0.0 255.255.255.0 in the server.config

    and:

    iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT --to 45.61.48.5

    I have no idea what might be wrong, especially that i have the same setup elsewhere and it's working.