[Installation/Configure] How to Disable auth & paraphrase.
Posted: Wed Jan 08, 2020 8:27 pm
I am using 2 VM. One VM is as a openvpn server & another VM is for openvpen client.
I am using amazon linux 2
As I am new to openvpn I used this guide.
https://devops-fu.org/2019/03/25/how-to-install-and-configure-openvpn-on-amazon-linux/
Here at the end it was asking for pem paraphrase & then client.ovpn got generated. Now whenever I try to connect using clinetVM using cmd openvpn --config client.ovpn
Here it was asking for some password.
*How to Disable this Password?*
As I am only using this setup. I wanted to to turn off encryption for. eg cipher
I changed
auth none
cipher none
In both client.ovpn & server.conf
Now whenever I try to restart openvpn using cmd
service openvpn restart
It is giving me an error..
Can anyone please help me on this
I am using amazon linux 2
As I am new to openvpn I used this guide.
https://devops-fu.org/2019/03/25/how-to-install-and-configure-openvpn-on-amazon-linux/
Here at the end it was asking for pem paraphrase & then client.ovpn got generated. Now whenever I try to connect using clinetVM using cmd openvpn --config client.ovpn
Here it was asking for some password.
*How to Disable this Password?*
As I am only using this setup. I wanted to to turn off encryption for. eg cipher
I changed
auth none
cipher none
In both client.ovpn & server.conf
Now whenever I try to restart openvpn using cmd
service openvpn restart
It is giving me an error..
Can anyone please help me on this
