-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi,
I've just tried to install Mysterium and can honestly say that the NAT support and the troubleshooting docs are less than ideal.
From the Mysterium's engine/deployment point of view the fact that there does not seem to be any way to disable UPnP or NAT-PNP support is problematic - while trying to resolve an issue having a dynamic solution like UPnP around is not helpful and turning off the feature at the router may have an impact on other things deployed.
As for the current troubleshooting docs, here are the issues I've been fighting with.
-
There is no clear separation of openvpn and wireguard configuration, with openvpn just showing up in the 'Enable NAT traversal' config file example - that is the only reference to it.
-
Under the "Port forwarding" section it would be helpful to list the ports required. The config file example is not that helpful as both ranges are described as listen.ports.
-
This section of the docs does not provide any example of how to restart the service after changing the config file. You have to hunt around the rest of the docs for such an example.
I hope these can help.