Exported on 22-Sep-2021 14:43:23
Parameters
1 - Upload OpenVPN Installer Script
Uploads an OpenVPN installer script written in Bash.
Login as user {Linux User} on node {Linux Node}
2 - Make Installer File Executable
Makes the installer file executable.
Login as user {Linux User} on node {Linux Node}
chmod +x ~/attune_uploads/openvpn-install.sh
3 - Run OpenVPN Server Installer
Runs the installer to setup a OpenVPN server on the target machine.
Then you can download the client configuration file using scp, sftp or transfer.sh.
To download the OpenVPN configuration file quickly with transfer.sh run the following command:
curl --upload-file ~/client.ovpn https://transfer.sh
Once downloaded, use this configuration file with your favourite VPN client to connect to the VPN server.
Login as user {Linux User} on node {Linux Node}
sudo AUTO_INSTALL=y ~/attune_uploads/openvpn-install.sh
Installs OpenVPN Server On Linux Servers With AttuneOps
This Blueprint Installs OpenVPN VPN Server On Linux Servers
OpenVPN provides flexible VPN solutions for businesses to secure all data communications and extend private network services while maintaining security.
Attune makes it easy with this blueprint to launch a OpenVPN server in few clicks on any Linux server.
Pre-Blueprint Attune setup
Steps Involved