Wireguard Static Configuration

Aus xinux.net
Zur Navigation springen Zur Suche springen

Configuration

schnubel
  • cat /etc/wireguard/wg0.conf
[Interface]
Address =  10.84.252.45/24
PrivateKey = yBOs8znukCFcmlMKHVvDtGygrycnrWofVQZCiceJDWA=
ListenPort = 50002

[Peer]
PublicKey = ULq8e5vYRa2s4phsRBkzOvRC8g819xM0/44rII6wqTg=
PresharedKey = fSne0BxEZR6yiQYHTNUqs1uY5zJm3jS0P78poBnNkY4=
AllowedIPs = 10.83.33.0/24
Endpoint = 10.84.252.33:50002
gustavo
  • cat /etc/wireguard/wg0.conf
[Interface]
Address =  10.84.252.33/24
PrivateKey = OJYseijxQRCfpFeMe3052mfDV6lhvOxpRLeVm9C520Y= 
ListenPort = 50002

[Peer]
PublicKey = 80uEKK7oq3/T51TvUV5HrdwvGhd8WgEM630pz0lqTj8=
PresharedKey = fSne0BxEZR6yiQYHTNUqs1uY5zJm3jS0P78poBnNkY4=
AllowedIPs = 10.83.45.0/24
Endpoint = 10.84.252.45:50002

Systemctl

  • systemctl enable wg-quick@wg0.service
  • systemctl start wg-quick@wg0.service
  • systemctl status wg-quick@wg0.service
  • systemctl stop wg-quick@wg0.service

Test

schnubbel
  • wg
interface: wg0
  public key: C1YoH/VxFLS5PjkhAxi13lG/Uq6jDwxSB5xMVHzm6ys=
  private key: (hidden)
  listening port: 50002

peer: ULq8e5vYRa2s4phsRBkzOvRC8g819xM0/44rII6wqTg=
  preshared key: (hidden)
  endpoint: 10.84.252.33:50002
  allowed ips: 10.83.33.0/24
  latest handshake: 1 minute, 9 seconds ago
  transfer: 220 B received, 308 B sent