User Tools

Site Tools


linux:wireguard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
linux:wireguard [2018/12/24 14:08]
josep
linux:wireguard [2018/12/24 14:09]
josep
Line 12: Line 12:
 Address = 192.168.99.1/​24 Address = 192.168.99.1/​24
 ListenPort = 51820 ListenPort = 51820
-PrivateKey = <server_private.key>+PrivateKey = <key_server_private.key>
 SaveConfig = false SaveConfig = false
  
Line 20: Line 20:
 [Peer] [Peer]
 #Client #Client
-PublicKey = <client_public.key>+PublicKey = <key_client_public.key>
 AllowedIPs = 192.168.99.2/​32 AllowedIPs = 192.168.99.2/​32
 </​code>​ </​code>​
Line 29: Line 29:
 Address = 192.168.99.2/​24 Address = 192.168.99.2/​24
 DNS = 8.8.8.8,​8.8.4.4 DNS = 8.8.8.8,​8.8.4.4
-PrivateKey = <client_private.key>+PrivateKey = <key_client_private.key>
  
 [Peer] [Peer]
 Endpoint = SERVER_HOSTNAME:​51820 Endpoint = SERVER_HOSTNAME:​51820
-PublicKey = <server_public.key>+PublicKey = <key_server_public.key>
 AllowedIPs = 0.0.0.0/0, ::/0 AllowedIPs = 0.0.0.0/0, ::/0
 PersistentKeepalive = 25 PersistentKeepalive = 25
linux/wireguard.txt · Last modified: 2018/12/24 14:14 by josep