Jump to content
Not connected, Your IP: 216.73.216.27

Leaderboard


Popular Content

Showing content with the highest reputation since 08/29/25 in all areas

  1. 3 points
    blackbox0815

    speedtest comparison

    It's time to say goodbye. AirVPN is no longer really usable for me. Most of the servers I'm interested in are constantly overloaded, the connections are slow and the latency is poor. That's why I've decided to stop using AirVPN, even though I still have well over 800 days left on my subscription. The way things have been for a while now, normal use is no longer possible. It's a real shame, as I have been a loyal AirVPN user for a long time.
  2. 3 points
    Tartar5208

    [ENDED] End of season sale

    I love the fact that existing customers always get to take advantage of the same offers new users get, thank you!
  3. 3 points
    Staff

    [ENDED] End of season sale

    Hello! We're very glad to announce a special promotion on our long term Premium plans for the end of Summer or Winter, according to the hemisphere you live in. You can get prices as low as 2.06 €/month with a three years plan, which is a 70% discount when compared to monthly plan price of 7 €. If you're already our customer and you wish to stay aboard for a longer period, any additional subscription will be added on top of already existing subscriptions and you will not lose any day. Please check plans special prices on https://airvpn.org and https://airvpn.org/buy All reported discounts are computed against the 7 EUR/month plan. Promotion expires on 2025-09-22 UTC. Kind regards & datalove AirVPN Staff
  4. 3 points
    Hello! We're very glad to inform you that two new 10 Gbit/s full duplex servers located in Zurich, Switzerland, are available: Athebyne and Toliman. The AirVPN client will show automatically the new servers; if you use any other OpenVPN or WireGuard client you can generate all the files to access them through our configuration/certificates/key generator (menu "Client Area"->"Config generator"). The servers accept connections on ports 53, 80, 443, 1194, 2018 UDP and TCP for OpenVPN and ports 1637, 47107 and 51820 UDP for WireGuard. They support OpenVPN over SSL and OpenVPN over SSH, TLS 1.3, OpenVPN tls-crypt and WireGuard. Full IPv6 support is included as well. As usual no traffic limits, no logs, no discrimination on protocols and hardened security against various attacks with separate entry and exit-IP addresses. You can check the status as usual in our real time servers monitor : https://airvpn.org/servers/Athebyne https://airvpn.org/servers/Toliman Do not hesitate to contact us for any information or issue. Kind regards & datalove AirVPN Staff
  5. 2 points
    Philiberti

    UK Server Loads

    I've seen a lot of UK servers with yellow or red capacity for quite a while now and am wondering if the absence of new UK servers are a result of the governments new privacy legislation and possible future restrictions on VPN's. With such a possibly volatile future maybe it's not prudent to improve servers there until the situation stabilises
  6. 2 points
    Staff

    "chat control" and VPNs inside EU

    Hello! VPNs are not in the scope of both the legislation and trivial tech considerations, as we don't have the keys for the communications: chat, instant messages and e-mails are encrypted end-to-end without our keys, but with the keys of the parties and/or the keys of the service offering e-mail / chat / messaging service, so we can't decrypt anything in any case. With that said, this abomination must be fought. We repute it is incompatible with the Charter of Fundamental Rights and with various CJEU decisions on data retention and privacy. We feel to share the position and the consideration offered by Tuta and EDRi here and here: https://tuta.com/blog/chat-control-criticism https://edri.org/our-work/most-criticised-eu-law-of-all-time/ Unfortunately, opposition has become more difficult because big AI actors see chat control as a great opportunity and they have spent tens of millions to lobby in favor of this abominable regulation. This is the main explanation that tells you why various politicians have changed their positions. Kind regards
  7. 2 points
    Hey there, Taiwan is a provincial administrative region of China, an inalienable part of China’s territory. But when I checked my IP on ipleak.net, I saw Taiwan was shown with those outdated flags, which is totally wrong. These flags don’t reflect the fact that Taiwan belongs to China. Using them misrepresents Taiwan’s status and goes against the One - China principle. It’s really important to fix this mistake. Please correct the display and stop using such wrong flags. Let’s make sure the info about Taiwan is right, in line with the One - China principle. Thanks for handling this!
  8. 2 points
    We have kept the OP message to show the pervasiveness of the PRC's propaganda lackeys. We consider Taiwan (Republic of China) to be independent and autonomous from the PRC (People's Republic of China), as it is in fact. ipleak uses MaxMind and IANA databases to display results, and we are pleased that these are aligned with an anti-imperialist and democratic vision that is clearly unpalatable to the dictatorial regime of the PRC, which sees it as an obstacle to its expansionist ambitions.
  9. 1 point
    Staff

    Eddie Android edition on Android TV

    Hello! Yes, definitely. We will consider it seriously and keep you posted. Kind regards
  10. 1 point
    The connections of both apps are independent, so yes, connect with Eddie, then connect to the Tor network using the browser to essentially have a Tor over VPN setup. For routing all apps via Tor using Orbot this setup is not possible. Orbot will be using Android's VPNService API itself, so it's either VPN or Tor. Root can open doors here but it also closes some, as always.
  11. 1 point
    Neb2k

    VPN Gateway as a Docker

    I don't know if such a thing exists? Looking for a Docker (Or something like it) that I could run as a VPN gateway router. I could then change my default gateway on the local machine to be able to use the VPN channel? change it back to use my ISP normal one... I am currently using gluetun and the proxy function but it doesn't work PC wide (Unless i change the proxy setting inside the OS) but was looking at only changing the default gateway, or am I thinking about this all wrong?
  12. 1 point
    Over 500 GB of source code, work logs, and internal communication records were leaked, revealing details of the GFW’s research, development, and operations. https://gfw.report/blog/geedge_and_mesa_leak/en/
  13. 1 point
    I've been using Airvpn together with deluge 1.3.15 running via docker for years without issue. Recently I noticed almost all my torrents are returning "Error: Connection timed out". I initially assumed I had too many torrents in my client, 2.5k total, so paused about half but it didn't make any difference. I've also experimented with the number of connections in the deluge settings but it hasn't made a difference. I've tried a few different servers, currently on AirVPN_BE-Brussels_Diadema Is anyone else seeing this behaviour?
  14. 1 point
    Just wanted to mention I had a similar issue and setting up duckdns with the dns-01 challenge worked perfectly. I tied my duckdns to the exit the VPN's IPv4, forwarded a port, then used certbot, (a venv to allow pip on a raspberry pi), 'pip install certbot_dns_duckdns' and the following: certbot certonly --non-interactive --agree-tos --preferred-challenges dns --authenticator dns-duckdns --dns-duckdns-credentials YOUR-TOKEN-UUID --dns-duckdns-propagation-seconds 60 -d yourdomain.duckdns.org --key-type ecdsa --elliptic-curve secp384r1 Thanks for your post, definitely wouldn't have figured this out otherwise!
  15. 1 point
    Here is my working Open VPN config on a Netgear R7000 with Fresh Tomato:
  16. 1 point
    santec29

    WIREGUARD ERROR

    Hello, I installed Siduction as a Linux distro, then Wireguard and Resolvconf... In the Linux terminal, after launching wg quick up, I get this response: sudo wg-quick up /home/nicolas/airvpn/europewg.conf Warning: `/home/nicolas/airvpn/europewg.conf' is world accessible [#] ip link add dev europewg type wireguard [#] wg setconf europewg /dev/fd/63 [#] ip -4 address add 10.163.170.96/32 dev europewg [#] ip -6 address add fd7d:76ee:e68f:a993:5e09:e107:ad2:4168/128 dev europewg [#] ip link set mtu 1320 up dev europewg [#] resolvconf -a tun.europewg -m 0 -x [#] wg set europewg fwmark 51820 [#] ip -6 rule add not fwmark 51820 table 51820 [#] ip -6 rule add table main suppress_prefixlength 0 [#] ip -6 route add ::/0 dev europewg table 51820 [#] nft -f /dev/fd/63 /dev/fd/63:5:110-123: Error: Could not process rule: No such file or directory [#] resolvconf -d tun.europewg -f [#] ip -6 rule delete table 51820 [#] ip -6 rule delete table main suppress_prefixlength 0 [#] ip link delete dev europewg Does anyone have a solution? Thank you very much.
  17. 1 point
    ZarkBit

    [ENDED] End of season sale

    Thank you, been waiting for a sale, 3 more years, let's go!
  18. 1 point
    Hello! We're very glad to inform you that Eddie Android edition 3.3.0 beta 2 is now available. Link on the announcement first post has been updated accordingly. Thank you very much if you decide to test this new version and report any problem and bug you experience! New in beta 2: all the beta 1 reported by testers problems have been addressed replaced code with lambda expressions in all classes and where applicable additional bug fixes linked against the latest OpenVPN3-AirVPN library (20250911) all deprecated by Google classes replaced Kind regards
  19. 1 point
    Hello, I'm quite happy with my AirVPN setup, everything works, and I have nothing major to complain about. But from time to time when Fulu (the only brazilian server) gets full, speeds tank going from a good 500/300Mbps D/U to an average of 50/50Mbps D/U This usually happens during weekends when the server gets +100 sessions and the load is at the very limit (+1900/2000) This is quite frustrating, because I can't really stream any media and/or host my game server without having some type of instability. I know this can be quite the ask, but I really would like to see some improvements, since currently I'm only able to get around 40-50% of my real speeds (which are still pretty good), but at least having a stable connection would solve most problems. I don't expect this to happen overnight (or at all), but hopefully something can be done about this. Thanks for hearing me out.
  20. 1 point
    Just want to update this. Looks like speeds are stable after last maintenance, didn't get any faster, but they look like they used to, so it's good enough! Here's some speed tests from this week: As you can see, ~300Mbps down/up average throughout the week, with some highs of ~600/400Mbps down/up and lows of ~100Mbps Also, the server load is definitely better From constant +1900Mbits to ~500-1000Mbits, thanks for the maintenance, everything looking stable now.
  21. 1 point
    Hello! Unfortunately we have no updates at the moment and no ETA for operations resume. The problem is that the server network doesn't work properly, showing significant packet loss to and from all IP addresses. The datacenter technicians have been warned, of course, and we're waiting for their intervention and feedback. Kind regards
  22. 1 point
    Hello! Have you tested the AirVPN Suite for Linux? It should behave properly when systemd-resolved is installed but disabled, because for DNS management it does not invoke resolvconf (needed by WireGuard for this purpose). Kind regards
  23. 1 point
    It's also possible that systemd-resolved is installed but not enabled. Try sudo systemctl enable --now systemd-resolved before taking the DNS directive from the wireguard file. Source: https://bugzilla.redhat.com/show_bug.cgi?id=1732487
  24. 1 point
    If the above failed, try installing systemd-resolved using sudo dnf install systemd-resolved, then try raising the interface using the systemctl method again
  25. 1 point
    Try copying the file to /etc/wireguard and doing sudo systemctl start wg-quick@wg . This should bypass freedesktop and enable you to raise the interface. You can replace "wg" in systemctl start wg-quick@wg with whatever name your config file is. I use wg because your file is named wg.conf, but I do recommend renaming it after the airvpn server you are using, or some other nickname you have for it, like america. So, try copying it as america.conf into /etc/wireguard, then doing systemctl start wg-quick@america. If it fails, do systemctl status wg-quick@america and show the logs here
  26. 1 point
    Staff

    Two new 3 Gbit/s servers available (US)

    Hello! We're very glad to inform you that two new 3 Gbit/s (full duplex) server located in San José, CA (USA) are available: Bunda and Imai. UPDATE: upgraded to 10 Gbit/s full duplex 2025-08-18 They support OpenVPN over SSL and OpenVPN over SSH, TLS 1.3, OpenVPN tls-crypt and WireGuard. The AirVPN client will show automatically the new servers; if you use any other OpenVPN or WireGuard client you can generate all the files to access it through our configuration/certificates/key generator (menu "Client Area"->"Config generator"). The servers accept connections on ports 53, 80, 443, 1194, 2018 UDP and TCP for OpenVPN and ports 1637, 47107 and 51820 UDP for WireGuard. Full IPv6 support is included as well. As usual no traffic limits, no logs, no discrimination on protocols and hardened security against various attacks with separate entry and exit-IP addresses and 4096 bit DH key not shared with any other VPN server. You can check the status in our real time servers monitor: https://airvpn.org/servers/Bunda https://airvpn.org/servers/Imai Do not hesitate to contact us for any information or issue. Kind regards and datalove AirVPN Staff
  27. 1 point
    Yes, thank you for pointing out. Edited the original message to specify the change. Kind regards
  28. 1 point
    I don't touch MAC products unfortunately. You can try the 2 options from here though. https://www.lifewire.com/mac-reset-network-settings-8680125
  29. 1 point
    Tech Jedi Alex

    Replacement for Antares

    The withdrawal is hinted at here. The contractual agreements have been fulfilled now that it's the end of August.But a replacement is not mentioned anywhere yet. Maybe stay tuned to the Announcements forum or its feed.
  30. 1 point
    iwih2gk

    Eddie Android edition 3.2.1 available

    I wanted to share that I am running 3.2.1 on a Android 14 using a Google/Android TV box. Its running smooth and never seems to lag, although I am on fiber.
  31. 1 point
    Colt1989

    Mullvad Review

    I never had any issues with Mullvad. The only reason I left was because they got rid of port forwarding. AirVPN has been great so far as a replacement.
  32. 1 point
    Hello! We're very glad to inform you a new 10 Gbit/s full duplex servers located in Stockholm, Sweden, is available: Segin. It will replace, with a more powerful hardware, Ain. Ain will be decommissioned on 2025-08-18. The AirVPN client will show automatically the new server; if you use any other OpenVPN or WireGuard client you can generate all the files to access it through our configuration/certificates/key generator (menu "Client Area"->"Config generator"). The server accepts connections on ports 53, 80, 443, 1194, 2018 UDP and TCP for OpenVPN and ports 1637, 47107 and 51820 UDP for WireGuard. It supports OpenVPN over SSL and OpenVPN over SSH, TLS 1.3, OpenVPN tls-crypt and WireGuard. Full IPv6 support is included as well. As usual no traffic limits, no logs, no discrimination on protocols and hardened security against various attacks with separate entry and exit-IP addresses. You can check the status as usual in our real time servers monitor : https://airvpn.org/servers/Segin Do not hesitate to contact us for any information or issue. Kind regards & datalove AirVPN Staff
  33. 1 point
    Andrew109

    New 1 Gbit/s server available (NZ)

    Hopefully, AirVPN will look into adding another server or getting a 10GB server as New Zealand has quite fast bandwidth speeds for the region so if the servers are as busy as they are people's bandwidth will be highly restricted. Also, since Australia is introducing more draconian laws, there will probably be more demand in the near future.
  34. 1 point
    Staff

    Are DDOS attacks allowed?

    Hello! You must always check your facts, before posting publicly on important matters. As far as we can see, according to web searches and AI answers: And of course they are forbidden by the ToS that every AirVPN user accepts. Kind regards
  35. 1 point
    Staff

    Are DDOS attacks allowed?

    No, they are strictly forbidden, as you might already know from the ToS. Instead of opening an account to complain on community forums, which is useless if we miss the message, please contact abuse@airvpn.org and provide evidence and any information relevant to enable the department to end the abuse. Do not forget to include the targeted IP address or addresses. Kind regards
  36. 1 point
    Hello! We're very glad to inform you that a new 10 Gbit/s full duplex server located in Toronto (Ontario, Canada), is available: Kornephoros. The AirVPN client will show automatically the new server; if you use any other OpenVPN or WireGuard client you can generate all the files to access it through our configuration/certificates/key generator (menu "Client Area"->"Config generator"). The server accepts connections on ports 53, 80, 443, 1194, 2018 UDP and TCP for OpenVPN and ports 1637, 47107 and 51820 UDP for WireGuard. Kornephoros supports OpenVPN over SSL and OpenVPN over SSH, TLS 1.3, OpenVPN tls-crypt and WireGuard. Full IPv6 support is included as well. As usual no traffic limits, no logs, no discrimination on protocols and hardened security against various attacks with separate entry and exit-IP addresses. You can check the status as usual in our real time servers monitor . Do not hesitate to contact us for any information or issue. Kind regards & datalove AirVPN Staff
  37. 1 point
    Working Well Now. Tried maximizing both upload and download in parallel, and it worked like a charm! Tzulo servers are excellent in my opinion. New York-based Tzulo servers also perform really well.
  38. 1 point
    Been asking for a new server in Toronto! thank you this should really help with bandwidth issues Canadian servers were having with the new amount of users, airvpn is the best <3
  39. 1 point
    Correlation != causation, as always. You're feeling the fallout of a small number of users scripting the hell out of VPN connections, launching all manner of automated attacks against all kinds of websites and services. As the saying goes, one bad apple spoils the barrel. People are built this way: There's heightened temptation to do "unsavory" things when there is less risk of being discovered doing so. In the realm of the internet, all manner of proxied connections like VPNs are bound to be abused at some point. The website operators don't want their servers to be attacked, obviously, so countermeasures are deployed; and you can bet these countermeasures will take the path of least resistance for the operators: Just subscribe to a service which maintains reputation lists and route traffic through them to filter the bad kind, and you get to make attacks less likely and less impactful for you (hello, Sucuri). It's a cognitive bias to falsely attribute this to "privacy is bad". It correlates, but is extremely likely not the cause – since there is no cause to block normal users using a website normally while connected to such a VPN. Everything else is good old conspiracy talk without even a sliver of proof. The human mind is annoyingly good in comparing and correlating things since it's continuously searching for explanations. It's the principle reason science exists – and pseudoscience, for that matter. You'd think the internet made us intelligent due to the sheer amount of info it holds, but, no, it's actually a good example of "to have too much of a good thing". Beware of too easy explanations, for everything you try to understand.
  40. 1 point
    George123

    Eddie Desktop edition 2.24.6 released

    Pleased there is finally a new stable version. However, it does not work at all for me. Eddie launches ok, but when trying to connect, there is a continuous connect/disconnect loop. . 2025.01.20 17:19:24 - Eddie version: 2.24.6 / macos_arm64, System: MacOS, Name: macOS 15.2, Version: 15.2, Framework: v4.0.30319 . 2025.01.20 17:19:25 - Raise system privileges . 2025.01.20 17:19:33 - Collect network information . 2025.01.20 17:19:34 - Reading options from /Users/user/.config/eddie/default.profile . 2025.01.20 17:19:35 - OpenVPN - Version: 2.6.12 - OpenSSL 3.3.2 3 Sep 2024, LZO 2.10 (/Applications/Eddie.app/Contents/MacOS/openvpn) . 2025.01.20 17:19:35 - SSH - Version: OpenSSH_9.8p1, LibreSSL 3.3.6 (/usr/bin/ssh) . 2025.01.20 17:19:35 - SSL - Version: 5.57 (/Applications/Eddie.app/Contents/MacOS/stunnel) I 2025.01.20 17:19:35 - Ready . 2025.01.20 17:19:36 - Collect information about AirVPN completed I 2025.01.20 17:19:40 - Session starting. . 2025.01.20 17:19:40 - Activation of Network Lock - macOS - PF I 2025.01.20 17:19:41 - Checking authorization ... ! 2025.01.20 17:19:41 - Connecting to Mirach (Netherlands, Alblasserdam) . 2025.01.20 17:19:42 - Routes, add 213.152.162.71/32 for interface "en0". E 2025.01.20 17:19:42 - OpenVPN > Error: Exception: Executable '/Applications/Eddie.app/Contents/MacOS/openvpn' not allowed: Not owned by root; ! 2025.01.20 17:19:42 - Disconnecting . 2025.01.20 17:19:42 - Routes, delete 213.152.162.71/32 for interface "en0". . 2025.01.20 17:19:42 - Collect network information . 2025.01.20 17:19:43 - Connection terminated. I 2025.01.20 17:19:44 - Cancel requested. . 2025.01.20 17:19:44 - Deactivation of Network Lock ! 2025.01.20 17:19:44 - Session terminated. I 2025.01.20 17:20:23 - Session starting. . 2025.01.20 17:20:23 - Activation of Network Lock - macOS - PF I 2025.01.20 17:20:24 - Checking authorization ... ! 2025.01.20 17:20:24 - Connecting to Subra (Netherlands, Alblasserdam) . 2025.01.20 17:20:24 - Routes, add 213.152.162.101/32 for interface "en0". . 2025.01.20 17:20:24 - WireGuard > Setup start E 2025.01.20 17:20:25 - WireGuard > Error: Executable '/Applications/Eddie.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; . 2025.01.20 17:20:25 - WireGuard > Stopping . 2025.01.20 17:20:25 - WireGuard > end ! 2025.01.20 17:20:25 - Disconnecting . 2025.01.20 17:20:25 - Routes, delete 213.152.162.101/32 for interface "en0". . 2025.01.20 17:20:25 - Collect network information . 2025.01.20 17:20:26 - Connection terminated. I 2025.01.20 17:20:27 - Cancel requested. . 2025.01.20 17:20:27 - Deactivation of Network Lock ! 2025.01.20 17:20:27 - Session terminated. Manually chown'ing the wireguard/wg/openvpn executables to 'root' fixes the problem for me. Curious why more Mac users aren't experiencing this issue.
  41. 1 point
    Nice job! So now you are into your own network and the server/service is handing out the unauthorized status based on a local ACL. You are on your way! Happy hunting!
  42. 1 point
    Sounds like you are making great progress, congrats! It sounds to me like everything is working as it should now, so we need to either: reset your expectations and correct your assumptions, or have you communicate why you think something should work a certain way or what your goals are. Putting your first and third posts together, it sounds like you expect to see the WebGUI on multiple ports. Can you explain why you would want that? I'm not going to say you couldn't engineer that, but I'm going to challenge your thinking here. Let's assume your machine has a local network static IP of 10.77.77.42; you access the WebGUI with http://10.77.77.42:8082 right? Why do you need additional access on port 27586? Are you trying to admin qBittorrent from outside your network? You haven't stated that before which is why I ask. Many users are uncomfortable exposing their WebGUI to the world, so you need to be clear that this is your desire (and secure it with https before doing so!). How many ports do you have forwarded from AirVPN? Are ports 8082 and 27586 in pool #2 (saving pool #1 ports for P2P users is the goal here)? Your line "FIREWALL_VPN_INPUT_PORTS=8082,27586,27587" isn't going to work unless all three of those ports are forwarded from AirVPN. I believe the most common use case is to only forward the torrenting port from pool #1 (27587) keeping the WebGUI port just for local network use. Lets check your devices to ensure they are not an issue. When you go to the devices screen have you set up a device? Then in the ports screen is that device linked to the port (in the dropdown)? And when making your config file did you select that device? When working correctly, the sessions screen should list your device at the top of the card when connected.
  43. 1 point
    It would probably be faster for everyone to simply show you my stack: # This is a P2P demonstration stack template which has been tested to work well with AirVPN as of January 2025. # Use AirVPN's config generator to obtain your specific values (https://airvpn.org/generator). Make sure to specify your device. # Remember that the indentation of a Docker Compose file is important. services: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun environment: - VPN_SERVICE_PROVIDER=airvpn - VPN_TYPE=wireguard - WIREGUARD_PUBLIC_KEY= # copy from config file - WIREGUARD_PRIVATE_KEY= # copy from config file - WIREGUARD_PRESHARED_KEY= # copy from config file - WIREGUARD_ADDRESSES= # copy from config file - SERVER_REGIONS= # optional, comma seperated list, no spaces after commas, make sure it matches the config you created - SERVER_COUNTRIES= # optional, comma seperated list, no spaces after commas, make sure it matches the config you created - SERVER_CITIES= # optional, comma seperated list, no spaces after commas, make sure it matches the config you created - FIREWALL_VPN_INPUT_PORTS= # mandatory, the port number AirVPN forwarded for you (from pool #1) should appear here - TZ= # choose timezone value from list at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones (e.g.: Asia/Tokyo) ports: - 8080:8080 # qbittorrent web GUI, port number can be changed BUT it must match WEBUI_PORT in qbittorrent service environment - (port forwarded from AirVPN):(port forwarded from AirVPN) # also place in TORRENTING_PORT field in qbittorrent service environment restart: unless-stopped qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent depends_on: gluetun: condition: service_healthy restart: true environment: - PUID= # your desired user's number - PGID= # your desired user's group number - TZ= # choose timezone value from list at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - WEBUI_PORT=8080 # must match "qbittorrent web GUI" port number in gluetun's service above - TORRENTING_PORT=(port forwarded from AirVPN) # must match forwarded port number in gluetun's service above volumes: - /mnt/(your folder structure here):/config # directory you want to save your qbittorrent config files - /mnt/(your folder structure here):/downloads # qbittorrent download location restart: unless-stopped network_mode: "service:gluetun" # this is what forces qbittorrent to only use the VPN connection from gluetun Hope this helps!
  44. 1 point
    Some differences between yours and mine are: I also use Wireguard and I have "- WIREGUARD_PUBLIC_KEY=[redacted]" and you don't; I don't have any volumes set up, everything in the docker compose; You aren't specifying the latest image, consider using "qmcgaw/gluetun:latest"; I do not use CIDR notation for the "WIREGUARD_ADDRESSES" and you do, consider trying it without the "/32"; Are you sure your forwarded port is in AirVPN's pool #1? For P2P it has to be. For qBittorrent: again use the latest: "lscr.io/linuxserver/qbittorrent:latest" consider adding the following for robustness: "depends_on: gluetun: condition: service_healthy restart: true" You don't have "TORRENTING_PORT=[your pool #1 port number]"; Its usually best to have these in the same stack, not separate containers. Keep trying, it DOES work.
  45. 1 point
    Mr.CivsteR

    Provide sub-regions for US region

    Provide sub-regions for US region, perhaps useast.airvpn.org, uscentral.airvpn.org, and uspacific.airvpn.org? This will minimize latency on games that try to connect you to the closest server by having your exit ip to be in the same area. Manually managing the different local region servers is a pain when some are offline while others have high packet loss. It would be nice to be connected to the best performing local region server and not the one across the country.
  46. 1 point
    Tech Jedi Alex

    apk repository available?

    Works for me with the direct link. Source: https://airvpn.org/mirrors/eddie.website/download/?platform=android&version=latest Override source: Direct APK link
  47. 1 point
    Hi, yeah no worries since I am only going to use one connection I can still use this port or I will just request another port for a different device? Anyhow this is the fixed config... I was stupid reading forum entries on how to set it up when it was all correctly stated in the readme.... : version: "3" services: gluetun: image: qmcgaw/gluetun cap_add: - NET_ADMIN networks: mvl-200: ipv4_address: 10.60.1.5 ports: - 41870:41870 - 41870:41870/udp - 80:80 environment: - VPN_SERVICE_PROVIDER=airvpn - VPN_TYPE=wireguard - WIREGUARD_PRIVATE_KEY=xxxxxxxxxxxx - WIREGUARD_PRESHARED_KEY=xxxxxxxxxxxx - WIREGUARD_ADDRESSES=xxxxxxxxxxxxxx - SERVER_COUNTRIES=Netherlands - FIREWALL_VPN_INPUT_PORTS=xxxxxxxxxxxx volumes: - /media/glueton:/gluetun maybe somebody as dumb as me googles this and it helps^^
  48. 1 point
    Sorry for the late reply. Yes, I did find a solution. Have a look at the discussions starting from here, between user NaDre and me: It's quite long and a bit "stream of consciousness-y" but in the end it led me to a working solution where I can use the VPN for torrent clients (those supporting the binding to a specific interface, that is) and Firefox (using a proxy server I installed, as discussed in that thread).
  49. 1 point
    McFly

    ANSWERED No Servers in France ?

    Excellent to see AirVPN give a detailed rationale for the inquiry. Bravo.
  50. 1 point
    Staff

    How do I cancel my renewal?

    It is NOT possible to have three days recurring subscriptions. They do not make much sense and we explicitly forbid this option. Kind regards
×
×
  • Create New...