1- Install VPN agent on the Client
2- Configure the server site
https://docs.128technology.com/docs/plugin_wireguard/
VPN Agent | |
---|---|
https://www.wireguard.com/install/ | |
Linux Config | https://www.youtube.com/watch?v=88GyLoZbDNw&ab_channel=BlackHatBlackHat wg0 is like a loopback address, the routing still need physical interface/Network |
create the publicĀ and private key | wg genkey | tee privatekey | wg pubkey > publickey |
set the peer ( both end ) | can use a file: or wg set wg0 peer <client-public-key> allowed-ips <client-ip-address>/32 wg-quick up wg0 |
check state | wg |
SSR Config | |
https://docs.128technology.com/docs/plugin_wireguard/ | |