vpncloud_setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vpncloud_setup [2020/08/06 13:56] – neoon | vpncloud_setup [2021/11/25 22:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === VpnCloud Setup on Debian 10 === | === VpnCloud Setup on Debian 10 === | ||
| - | Installing needed packages | + | Prepare |
| apt-get install sudo gnupg | apt-get install sudo gnupg | ||
| Adding VpnCloud repo | Adding VpnCloud repo | ||
| Line 7: | Line 7: | ||
| sudo apt update | sudo apt update | ||
| sudo apt install vpncloud | 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.1596722175.txt.gz · Last modified: 2021/11/25 22:43 (external edit)
