Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AirVPN port forwarding support #104

Open
mlsh0 opened this issue Nov 17, 2024 · 2 comments
Open

AirVPN port forwarding support #104

mlsh0 opened this issue Nov 17, 2024 · 2 comments

Comments

@mlsh0
Copy link

mlsh0 commented Nov 17, 2024

URL to the Wiki page

https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/airvpn.md

What's misleading?

Wiki states that port forwarding is avaible for AirVPN however gluetun logs show someting different
ERROR VPN settings: provider settings: port forwarding: port forwarding cannot be enabled: value is not one of the possible choices: airvpn must be one of perfect privacy, private internet access, privatevpn or protonvpn

Copy link

⚠️ This is the Gluetun WIKI and any issue unrelated to the issue will be instantly closed as not planned without any explanation.

qdm12 is more or less the only maintainer so please:

  • do not ask for updates, be patient
  • 👍 the issue to show your support instead of commenting

qdm12 usually checks Wiki issues at least once per month and tries to resolve them all before a new Gluetun release.

@jinja2ninja
Copy link

I think this may just be a case of inaccurate documentation. Can you do the test described here? What works for me is following the airvpn setup on the page you linked, which doesn't involve using the VPN_PORT_FORWARDING=on environment variable. If I do add the environment variable to my container, I get the same issue you're describing.

This is how I have mine setup on version v3.39.1:

    environment:
      - VPN_SERVICE_PROVIDER=airvpn
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=<private key>
      - WIREGUARD_PRESHARED_KEY=<preshared key>
      - WIREGUARD_ADDRESSES=<ip address>
      - SERVER_NAMES=<server name>
      - FIREWALL_VPN_INPUT_PORTS=<my airvpn port>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants