Related Tutorials
How to Write Tutorials by Markdown and Earn MoneyInstalling LAMP (Linux Apache MySQL and PHP) Stack on CentOS 7 64bit
Setup and Configuration of FreeRadius + MySql on Ubuntu 14.04 64bit
Install and Configure CSF (ConfigServer Firewall) on Centos7 64bit
Generate a CSR (Certificate Signing Request) inside cPanel
comments (5)
VPSUser 002
- 8 years agoHi 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 agoHello, 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 agohaving the same issue with easy-rsa v3 all instructions for v2 which is older version now..
Sligs
- 7 years agohave the same issue with Easy RSA 3.0
Gateway problem
- 6 years agoHi,
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.