Project

General

Profile

Actions

Ungleich IPv4 wireguard VPN

General approach

The IPv4 Wireguard VPN works pretty much the same as the Ungleich IPv6 wireguard VPN.
For the general information on wireguard, please refer to above page.
See our IPv4-as-a-service product page for details.

How to get an IPv4 address

IPv4 wireguard VPN endpoints

vpn-18515529.ungleich.ch

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

[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

vpn-18515530.ungleich.ch

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

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

[Peer]
PublicKey = 5ach7pUQ57aa402LHz1MYh7lyBZS0GvBEw2PC6dMHW4=
Endpoint = vpn-18515530.ungleich.ch:51820
AllowedIPs = 0.0.0.0/0

Updated by Nico Schottelius almost 2 years ago · 5 revisions