Skip to content

openvpn: Enable IPv6 for server and client outside the tunnel

Sunil Mohan Adapa requested to merge sunilmohan/freedombox:openvpn-ipv6 into master

This enables clients to connect to servers on IPv6 networks. After the connection, the tunnel works just like before.

  • Make sure that after upgrading the server configuration, if the server is running (which means it was enabled), restart the server to reflect the new configuration.

  • Don't increment the app version number as it has already been incremented in this release cycle.

Tests:

  • Check that the listen address before the change is 0.0.0.0:1194 and after upgrade (temporarily increment app version number again) the listen address automatically changes to *:1194.

  • Download the new client profile and use it connect to the server on IPv4 network and observe that there is error during connection.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading