Use the Network Settings page to change your VPN network configuration.
In particular, you can configure your server's IPv4
and IPv6
network addresses, and the size of the VPN network space for each protocol respectively. For both protocols, the network address and space must be given in CIDR notation.
For each protocol, you can also provide network configuration scripts.
forward
and nat
rules that allow VPN client devices access to the internal VPN network (FORWARD -i wg0 -j ACCEPT
), and access to the public internet through your Konnect™ VPN service (-t nat -A POSTROUTING -o eth0 -j MASQUERADE
).Learn more about nat
and forwarding
rules. If you wish to change the routing behaviour of your Konnect™ access server deployment by modifying the post-up and post-down scripts, you will need to restart the VPN service.