Ungleich IPv4 wireguard VPN » History » Version 5
Nico Schottelius, 06/07/2022 12:17 PM
1 | 1 | Nico Schottelius | h1. Ungleich IPv4 wireguard VPN |
---|---|---|---|
2 | |||
3 | h2. General approach |
||
4 | |||
5 | 3 | Nico Schottelius | The IPv4 Wireguard VPN works pretty much the same as the [[Ungleich IPv6 wireguard VPN]]. |
6 | 1 | Nico Schottelius | For the general information on wireguard, please refer to above page. |
7 | See our "IPv4-as-a-service product page":https://ungleich.ch/u/products/ipv4-as-a-service/ for details. |
||
8 | |||
9 | 2 | Nico Schottelius | h3. How to get an IPv4 address |
10 | |||
11 | * Write an email to support@ungleich.ch |
||
12 | * Include your public wireguard key |
||
13 | 1 | Nico Schottelius | |
14 | h2. IPv4 wireguard VPN endpoints |
||
15 | |||
16 | h3. vpn-18515529.ungleich.ch |
||
17 | |||
18 | The following is a sample configuration for the endpoint vpn-18515529.ungleich.ch: |
||
19 | |||
20 | <pre> |
||
21 | [Interface] |
||
22 | PrivateKey = YOURPRIVATEKEYKERE |
||
23 | ListenPort = 51820 |
||
24 | Address = YOURIPV4ADDRESSHERE/32 |
||
25 | |||
26 | [Peer] |
||
27 | PublicKey = 6BRnQ+dmeFzVCH9RbM1pbJ7u3y3qrl+zUzzYCmC88kE= |
||
28 | Endpoint = vpn-18515529.ungleich.ch:51820 |
||
29 | AllowedIPs = 0.0.0.0/0 |
||
30 | </pre> |
||
31 | 4 | Nico Schottelius | |
32 | h3. vpn-18515530.ungleich.ch |
||
33 | |||
34 | The following is a sample configuration for the endpoint vpn-18515530.ungleich.ch: |
||
35 | |||
36 | <pre> |
||
37 | [Interface] |
||
38 | PrivateKey = YOURPRIVATEKEYKERE |
||
39 | ListenPort = 51820 |
||
40 | Address = YOURIPV4ADDRESSHERE/32 |
||
41 | |||
42 | [Peer] |
||
43 | PublicKey = 5ach7pUQ57aa402LHz1MYh7lyBZS0GvBEw2PC6dMHW4= |
||
44 | Endpoint = vpn-18515530.ungleich.ch:51820 |
||
45 | AllowedIPs = 0.0.0.0/0 |
||
46 | </pre> |