Project

General

Profile

Ungleich IPv4 wireguard VPN » History » Revision 3

Revision 2 (Nico Schottelius, 10/13/2021 03:29 PM) → Revision 3/5 (Nico Schottelius, 10/13/2021 03:31 PM)

h1. Ungleich IPv4 wireguard VPN 

 


 h2. General approach 

 The IPv4 Wireguard VPN works pretty much the same as the [[Ungleich IPv6 wireguard VPN]]. [[Ungleich_IPv6_wireguard_VPN]]. 
 For the general information on wireguard, please refer to above page. 
 See our "IPv4-as-a-service product page":https://ungleich.ch/u/products/ipv4-as-a-service/ for details. 

 h3. How to get an IPv4 address 

 * Write an email to support@ungleich.ch 
 * Include your public wireguard key 

 

 h2. IPv4 wireguard VPN endpoints 

 h3. vpn-18515529.ungleich.ch 

 The following is a sample configuration for the endpoint vpn-18515529.ungleich.ch: 

 <pre> 
 [Interface] 
 PrivateKey = YOURPRIVATEKEYKERE 
 ListenPort = 51820 
 Address = YOURIPV4ADDRESSHERE/32 

 [Peer] 
 PublicKey = 6BRnQ+dmeFzVCH9RbM1pbJ7u3y3qrl+zUzzYCmC88kE= 
 Endpoint = vpn-18515529.ungleich.ch:51820 
 AllowedIPs = 0.0.0.0/0 
 </pre>