Difference between revisions of "Wireguard"

From Steak Wiki
Jump to navigationJump to search
(Created page with "wireguard has a few setup scenarios. each are unique. ==windows== <pre> [Interface] PrivateKey = (it should auto populate this for you)(public key is above in text field)...")
 
Line 4: Line 4:
  
 
==windows==
 
==windows==
 
+
download, run installer
 
<pre>
 
<pre>
 
[Interface]
 
[Interface]

Revision as of 21:24, 20 June 2023

wireguard has a few setup scenarios. each are unique.


windows

download, run installer

[Interface]
PrivateKey = (it should auto populate this for you)(public key is above in text field)                          
Address = (the ip you want on the vpn net/32 for one ip)

[Peer]
PublicKey = (find it on server)
AllowedIPs = (what you want to be able to connect to on vpn lan)
Endpoint = (ipaddress:port)