Install
centos8
debian
conf file
- allowed ips 로 접속할 ip 제한가능
- 모든 0000해두면 네트워크 인터페이스로 접속 못하는 이슈 생김
make and up
system
Do not your wg setconf, use wg-quick up conf.file
Quick Start - WireGuard
You'll first want to make sure you have a decent grasp of the conceptual overview, and then install WireGuard. After that, read onwards here.
https://www.wireguard.com/quickstart/#command-line-interface
trailofbits/algo
To connect to your AlgoVPN using WireGuard from Ubuntu, make sure your system is up-to-date then install WireGuard: # Update your system: sudo apt update && sudo apt upgrade # If the file /var/run/reboot-required exists then reboot: [ -e /var/run/reboot-required ] && sudo reboot # Install WireGuard: sudo apt install wireguard openresolv For installation on other Linux distributions, see the Installation page on the WireGuard site.
https://github.com/trailofbits/algo/blob/master/docs/client-linux-wireguard.md
How to Set Up WireGuard VPN Client on Ubuntu Desktop
You need a working WireGuard VPN server. Learn how to set that up here: How to Set Up WireGuard VPN Server on Ubuntu First we update our Ubuntu host machine then install WireGuard: $ sudo apt update $ sudo apt install wireguard Info You may see over the web that you should install WireGuard with ppa, like: $ sudo add-apt-repository ppa:wireguard/wireguard This is an outdated method and as we seen in https://launchpad.net/%7Ewireguard: This formerly was responsible for producing a PPA for WireGuard on Ubuntu.
https://tech.serhatteker.com/post/2021-01/how-to-set-up-wireguard-client-on-ubuntu-desktop/

