vpncloud_setup
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vpncloud_setup [2020/08/06 13:53] – created neoon | vpncloud_setup [2021/11/25 22:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === VpnCloud Setup on Debian 10 === | ||
| + | Prepare | ||
| apt-get install sudo gnupg | apt-get install sudo gnupg | ||
| + | Adding VpnCloud repo | ||
| echo "deb https:// | echo "deb https:// | ||
| + | wget https:// | ||
| + | sudo apt update | ||
| + | sudo apt install vpncloud | ||
| + | Config / | ||
| + | listen: 3210 | ||
| + | peers: | ||
| + | - xxx.xxx.xxx.xxx: | ||
| + | - xxx.xxx.xxx.xxx: | ||
| + | peer_timeout: | ||
| + | dst_timeout: | ||
| + | shared_key: " | ||
| + | crypto: chacha20 | ||
| + | device_name: | ||
| + | device_type: | ||
| + | mode: normal | ||
| + | subnets: | ||
| + | - 10.0.1.0/24 | ||
| + | ifup: " | ||
| + | ifdown: " | ||
| + | Start | ||
| + | sudo service vpncloud@myVPN start | ||
| + | | ||
| + | Startup | ||
| + | systemctl enable vpncloud@myVPN | ||
vpncloud_setup.1596722002.txt.gz · Last modified: 2021/11/25 22:43 (external edit)
