Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VPN: OpenVPN: Instances - Fix support for /30 p2p/net30 instances, 27…
…58f9f only included a partial fix. Although we are able to configure openvpn with small nets, we should follow the same procedure the normal "server" directive would follow (as documented in https://openvpn.net/community-resources/reference-manual-for-openvpn-2-6/). This means the following configuration directives need to be set: * mode server * tls-server * push "topology XXX" << tell the other end which topology we are using * ifconfig-pool start-ip end-ip << a minimal pool containing one address, if we don't push one, openvpn doesn't know the client and will complain about "bad source address from client " * ifconfig my-ip remote-ip
- Loading branch information