Wireguard Static Configuration: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ ;schnubel *cat /etc/wireguard/wg0.conf <pre> [Interface] Address = 10.84.252.45/32 PrivateKey = mLwHm48y8fRQrez3XrUzL3rSqgy51GwVj+W3/JuVxm4= ListenPort = 50…“)
 
Zeile 1: Zeile 1:
 
+
=Configuration=
 
 
 
;schnubel
 
;schnubel
 
*cat /etc/wireguard/wg0.conf
 
*cat /etc/wireguard/wg0.conf

Version vom 18. Dezember 2019, 11:09 Uhr

Configuration

schnubel
  • cat /etc/wireguard/wg0.conf
[Interface]
Address =  10.84.252.45/32
PrivateKey = mLwHm48y8fRQrez3XrUzL3rSqgy51GwVj+W3/JuVxm4=
ListenPort = 50002

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

[Peer]
PublicKey = C1YoH/VxFLS5PjkhAxi13lG/Uq6jDwxSB5xMVHzm6ys=
PresharedKey = 7zyF6E3dQtpiJHBhOix46/MsSkHk2FukYQtZ3rAjJtg=
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