You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using openvpn-install.sh script for the automatic installation of an OpenVPN server, and I have some questions regarding editing the settings after installation.
How should I properly edit the OpenVPN server settings after installation using the script? Can I just edit /etc/openvpn/server.conf, or is there a special tool for this?
Do I need to recreate users using openvpn-install.sh after every change in the server settings? For example, I want to change the server protocol from TCP to UDP. Is it enough to just replace proto tcp with proto udp in config file and restart the OpenVPN service (daemon), or is there anything else I should do?
The text was updated successfully, but these errors were encountered:
I am using openvpn-install.sh script for the automatic installation of an OpenVPN server, and I have some questions regarding editing the settings after installation.
How should I properly edit the OpenVPN server settings after installation using the script? Can I just edit /etc/openvpn/server.conf, or is there a special tool for this?
Do I need to recreate users using openvpn-install.sh after every change in the server settings? For example, I want to change the server protocol from TCP to UDP. Is it enough to just replace proto tcp with proto udp in config file and restart the OpenVPN service (daemon), or is there anything else I should do?
The text was updated successfully, but these errors were encountered: