OpenVPN: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
Lanjut ke eksekusi | Lanjut ke eksekusi | ||
./openvpn-install.sh | ./openvpn-install.sh | ||
Welcome to the OpenVPN installer! | |||
The git repository is available at: https://github.com/angristan/openvpn-install | |||
I need to ask you a few questions before starting the setup. | |||
You can leave the default options and just press enter if you are ok with them. | |||
I need to know the IPv4 address of the network interface you want OpenVPN listening to. | |||
Unless your server is behind NAT, it should be your public IPv4 address. | |||
IP address: 10.8.80.180 |
Revision as of 04:05, 19 March 2023
Update | Upgrade
apt-get update apt-get upgrade
Intalasi (cara mudah)
Ini adalah cara termudah install OpenVPN
curl -O https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh
Pastikan filenya sudah berhasil download
ls
Berikan hak akses permission
chmod +x openvpn-install.sh
Lanjut ke eksekusi
./openvpn-install.sh
Welcome to the OpenVPN installer! The git repository is available at: https://github.com/angristan/openvpn-install
I need to ask you a few questions before starting the setup. You can leave the default options and just press enter if you are ok with them.
I need to know the IPv4 address of the network interface you want OpenVPN listening to. Unless your server is behind NAT, it should be your public IPv4 address. IP address: 10.8.80.180