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 #380

Open
burajiruhito opened this issue Sep 24, 2023 · 1 comment
Open

AirVPN port forwarding #380

burajiruhito opened this issue Sep 24, 2023 · 1 comment

Comments

@burajiruhito
Copy link

I opened the port on the AirVPN server and configured the container according to the instructions by placing the correct port in the deluge, I added the forwarded port in the container but the port still appears as closed.

@alllexx88
Copy link

You shouldn't do the last step you mentioned: adding "the forwarded port in the container". Do you mean VPN_INPUT_PORTS? Quoting the readme:

IMPORTANT
Please note 'VPN_INPUT_PORTS' is NOT to define the incoming port for the VPN, this environment variable is used to define port(s) you want to allow in to the VPN network when network binding multiple containers together, configuring this incorrectly with the VPN provider assigned incoming port COULD result in IP leakage, you have been warned!.

Or did you add it via -p PORT:PORT arguments to the run command? That's also wrong.

The port forwarding is done by the VPN provider (AirVPN in your case), and it goes through the VPN tunnel, so you just open the port on the AirVPN server and configure deluge Incoming Port in Network preferences accordingly. I don't use AirVPN, but similar steps work fine with AzireVPN, I don't see how your case would differ.

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