Wireguard Static Configuration: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
 
[Interface]
 
[Interface]
 
Address =  10.84.252.45/24
 
Address =  10.84.252.45/24
PrivateKey = mLwHm48y8fRQrez3XrUzL3rSqgy51GwVj+W3/JuVxm4=
+
PrivateKey = yBOs8znukCFcmlMKHVvDtGygrycnrWofVQZCiceJDWA=
 
ListenPort = 50002
 
ListenPort = 50002
  
 
[Peer]
 
[Peer]
 
PublicKey = ULq8e5vYRa2s4phsRBkzOvRC8g819xM0/44rII6wqTg=
 
PublicKey = ULq8e5vYRa2s4phsRBkzOvRC8g819xM0/44rII6wqTg=
PresharedKey = 7zyF6E3dQtpiJHBhOix46/MsSkHk2FukYQtZ3rAjJtg=
+
PresharedKey = fSne0BxEZR6yiQYHTNUqs1uY5zJm3jS0P78poBnNkY4=
 
AllowedIPs = 10.83.33.0/24
 
AllowedIPs = 10.83.33.0/24
 
Endpoint = 10.84.252.33:50002
 
Endpoint = 10.84.252.33:50002
Zeile 23: Zeile 23:
  
 
[Peer]
 
[Peer]
PublicKey = C1YoH/VxFLS5PjkhAxi13lG/Uq6jDwxSB5xMVHzm6ys=
+
PublicKey = 80uEKK7oq3/T51TvUV5HrdwvGhd8WgEM630pz0lqTj8=
PresharedKey = 7zyF6E3dQtpiJHBhOix46/MsSkHk2FukYQtZ3rAjJtg=
+
PresharedKey = fSne0BxEZR6yiQYHTNUqs1uY5zJm3jS0P78poBnNkY4=
 
AllowedIPs = 10.83.45.0/24
 
AllowedIPs = 10.83.45.0/24
 
Endpoint = 10.84.252.45:50002
 
Endpoint = 10.84.252.45:50002

Version vom 18. Dezember 2019, 11:57 Uhr

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