Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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


SSR Config

https://docs.128technology.com/docs/plugin_wireguard/






  • No labels