Difference between revisions of "Wireguard"

From Steak Wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
==windows==
 
==windows==
download, run installer
+
download, run installer, add empty tunnel
 
<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, add empty tunnel

[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)