Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 824 Bytes

PUBLIC_ADDR.md

File metadata and controls

22 lines (16 loc) · 824 Bytes

Public IP Addresses

By default, NAT is used and RFC 1918 addresses are assigned to the clients for IPv4 and RFC 4193 addresses for IPv6.

In case you want to use routable IPv4 and/or IPv6 addresses you need to modify the configuration and make sure your upstream router routes the appropriate range(s) to your VPN server's IP address(es).

First edit /etc/vpn-user-portal/config.php and set the xRangeFour and/or xRangeSix addresses as appropriate, where x is either w or o depending on whether you are configuring WireGuard or OpenVPN.

Next, modify the firewall according to these instructions.

To apply the configuration changes:

$ sudo vpn-maint-apply-changes