-
Content Count
11289 -
Joined
... -
Last visited
... -
Days Won
1933
Everything posted by Staff
-
@gxxxx Hello! Please test WireGuard (in place of OpenVPN) and also compare your torrent software settings with the following guide: https://airvpn.org/faq/p2p You can find the instructions to run and configure WireGuard on compatible systems here: https://airvpn.org/download or you can run one of our native programs supporting WIreGuard, if available for your system. Kind regards
-
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
@Greyzy Malwarebytes' behavior has been unspeakable for years, and it seems even worse now that they are trying to promote their VPN. We're very glad that you resolved the problem. If only you had mentioned Malwarebytes earlier we would have immediately identified the problem because Malwarebytes has been infamous for blocking VPNs and other services for no reason for over a decade now. In this case it does not block VPN protocols, but it poisons even the innocuous resolution of domain names bypassing both your hosts and DNS settings. Imagine which degree of control over your machine you have given to Malwarebytes, up to the point to cause malfunctions requiring intensive work to be resolved. https://airvpn.org/forums/topic/59721-malwarebytes-blocking-airvpn/?do=findComment&comment=233910 Be more careful when you let other software control your system against your will next time. Kind regards -
ANSWERED The requested port is not available
Staff replied to nattraversal's topic in Troubleshooting and Problems
Hello! Just to avoid potential confusion, the limit is 5 ports per account. Only accounts registered with the earlier contractual agreements can still enjoy 20 ports, i.e. the change enforced on June 2023 is not retro-active: https://airvpn.org/forums/topic/56405-port-forwarding-availability-change/ We are finalizing a deep infrastructure change, started more than 6 months ago, which will avoid port exhaustion for many years (we guess for the whole company lifetime) and which will allow us to offer more inbound forwarded ports per account (if needed) at a fair price. The change will not rely on "regional" or "server group" ports, so the comfort of the current system will remain. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
@Greyzy Hello! According to your screenshots and provided that your description is accurate, Fritz!Box is resolving the same domain name differently for different devices. This is a typical behavior of filters (parental control etc.) applied on a device basis. Different devices querying the Fritz!Box as DNS can have different resolutions. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
@Greyzy Hello! Just an additional verification: please check filter lists in the Fritz!Box and make sure that AirVPN domain names are not included. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
@Greyzy Hello! Our regional (country / continent / world) domain names for "best" servers change their records frequently, according to https://airvpn.org/faq/servers_ip/ . That's why you can get a different resolution every 5 minutes. This matter is totally irrelevant for the problem you experience, don't worry about it. It is possible that Vodafone is messing up your DNS queries. We saw this shameful behavior in the past, many years ago, by Vodafone Italia, which re-directed anything to port 53 to force resolution of names by its own DNS servers and also prevent any other protocol to port 53. We can't rule out, according to all the data you provided, that this is the case for you too, with the addition of some acrimony against our VPN domain names. The problem should get resolved by DNS over TLS to port 853. Unfortunately Windows 7, as far as we know, can't support it, but Windows 10 (which runs in another machine of yours) and the router can: please test it. Once the router is configured properly for DNS over TLS, you can configure your Windows 7 system to query only the router for names resolution (in the DNS settings enter only the router address in your local network). Important side note: please consider to drop Windows 7 as it is an abandoned system ever since a long time ago. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
@Greyzy Hello! The domain name included in the configuration file generated by the Configuration Generator is fully qualified, as you can verify independently. The problem is always the same as you can see even from nslookup: poisoned/wrong resolution (into a non-routable address). The problem is not in domain names or configuration files. Specific example for de3.vpn.airdns.org: note how Quad9 (9.9.9.9) resolves correctly and this adds another strange piece to the puzzle because nslookup said that it queried Quad9 to resolve de3.vpn.airdns.org, but gets an answer that surely does not come from Quad9. This suggests some worrying scenario, but don't let us jump to conclusions too early: just switch to DNS over TLS (supported by Quad9). Configuration needs a little bit of documentation, please check (while you are in the VPN): https://www.elevenforum.com/t/enable-dns-over-tls-dot-in-windows-11.9012/ DNS over TLS will ensure that your DNS queries will not be tampered by your ISP or any MITM (when you are in the VPN you are already protected as the DNS is inside the VPN, but when you're not connected to the VPN you're not protected). $ drill @9.9.9.9 de3.vpn.airdns.org ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 27288 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; de3.vpn.airdns.org. IN A ;; ANSWER SECTION: de3.vpn.airdns.org. 300 IN A 37.120.217.245 ;; AUTHORITY SECTION: ;; ADDITIONAL SECTION: ;; Query time: 151 msec ;; SERVER: 9.9.9.9 ;; WHEN: Wed Jun 26 20:58:14 2024 ;; MSG SIZE rcvd: 52 Also, please answer to the relevant question by @go558a83nk Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
Hello! Same as before we guess, although you did not send new log: name resolution problem. Please re-check DNS settings and test resolution with "nslookup" command. According to the previous recommendations you must set DNS properly on the router too. Kind regards -
ANSWERED How to expose docker services to the internet?
Staff replied to kuchito's topic in Troubleshooting and Problems
@kuchito Hello! No, please take note it's 29898. From your description we infer that Jellyfin listens to port 29892 but from the compose file it appears that you forced Gluetun to re-direct packets for port 29898 to port 80. On your AirVPN account port panel you forwarded inbound port 29898 to your local port 29898. Therefore: fix the error in the compose file: packets to port 29898 must be directed to port 29898 (and not 80) fix the error in Jellyfin configuration. It must listen to port 29898 and not 29892 Alternatively (deprecated), do not touch Jellyfin configuration but modify the compose file to re-direct packets for port 29898 to port 29892 (we would not recommend this solution, it's somehow messy). Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
Hello! Hopefully nothing serious has happened and let's hope that their site will be up again soon. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
Hello! On each PC and on the router. PC DNS settings take precedence, but if a PC queries also the router (even if only as a fallback) then it's essential that the router DNS is not poisoned. So change them all. Please check https://www.opennic.org Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
Hello! Change DNS settings, have your system query only Quad9 and OpenNIC. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
Hello! Nothing related to *.airdns.org, therefore the problem is not there. However, your hosts file has been edited to prevent license verification by Adobe servers. Kind regards -
ANSWERED Can't connect via WireGuard anymore
Staff replied to Greyzy's topic in Troubleshooting and Problems
Hello! Names resolution order in Windows default settings is: hosts file DNS NetBIOS DNS is queried if no match is found on the hosts file. hosts file is typically edited by filter programs to force some domain names to resolve into non routable IP addresses, as it happened in your case with our FQDNs. Just to make two examples, to block resolution of ad related names, or prevent access to dangerous services. Please check your hosts file and also make sure that your machine queries a neutral DNS (we recommend Quad9, 9.9.9.9, for commitment to privacy and neutrality). Kind regards -
Eddie alternatives for Linux (with AirVPN configs)
Staff replied to hedgehoq's topic in Other VPN competitors or features
Hello! The AirVPN Suite is not "close" to official software, it is indeed official software for Linux by AirVPN. It is the only official software by AirVPN capable to run also on Linux distributions not based on systemd. Kind regards -
ANSWERED Intermittent qBittorent Issue
Staff replied to nighthawk68's topic in Troubleshooting and Problems
@nighthawk68 Hello! If the VPN connection goes down and up and the virtual network interface is destroyed and re-created, qBittorrent could need a re-start in order to bind to the interface again. Kind regards -
ANSWERED Turn off auto payments?
Staff replied to FoxySkittles's topic in Troubleshooting and Problems
Hello! In AirVPN you can only make recurring payments through PayPal if you authorise PayPal to bill you at set intervals. Every other payment method does not support periodic billing. Deleting the mentioned authorisation is an operation that takes a few seconds and can be done at any time. If in doubt, please consult PayPal documentation: https://www.paypal.com/us/cshelp/article/what-is-an-automatic-payment-and-how-do-i-update-or-cancel-one-help240 Kind regards -
ANSWERED Connection drops in Italy
Staff replied to Catacomb5442's topic in Troubleshooting and Problems
Hello! We can't reproduce, we're very sorry... If you connect via WiFi, and you have administrative access into the Vodafone station/router, please test a different channel: https://www.metageek.com/training/resources/why-channels-1-6-11/ Kind regards -
Hello! Since WireGuard works in UDP and does not fail, while OpenVPN fails in UDP, you have a block (either self inflicted or by your ISP) of some kind. Some options (not an exhaustive list): a block against UDP to specific ports only a block against specific ports a block against OpenVPN a block against OpenVPN to specific ports only Kind regards
-
Hello! Unexpected indeed. Can you please try to (when you don't mind being disconnected): renew your key (on your AirVPN account "Client Area" > "Device" > "Details" panel click "Renew") disconnect all of your sessions re-connect with the new key (you will need new configuration files, or just logout/login on Eddie) check whether the problem persists or not and update this thread Kind regards
-
ANSWERED An instance of eddie is already running?
Staff replied to manmonopoly's topic in Troubleshooting and Problems
Hello! The problem is solved. User started Eddie minimized, did not realize that it was running (failed to check the system tray) and tried to run it again, so the error message was appropriate. Kind regards -
@dshbfjdsaauj Hello! Eddie keeps a safety backup of the system settings (firewall and DNS) it modifies. If Eddie can't restore the DNS settings because of a crash or of a kill without grace, at the next run Eddie will realize it is in a "dirty" state and will rely on the safety backup files to restore the settings at the next clean shutdown. Therefore running Eddie and shutting it down properly should solve the issue with no need of additional manual fix. Of course if a crash occurs the crash itself should be investigated in the first place, please feel free to describe the problem more thoroughly. Kind regards
-
ANSWERED "Reverse" Split Tunneling Guidance
Staff replied to Pmac1980's topic in Troubleshooting and Problems
Hello! You may consider a virtual machine connected to the VPN for an effective traffic splitting with good compartmentalization. You would run Call of Duty on the "not connected to the VPN" host (run CoD outside the VM for optimal performance of the game itself) and anything else, i.e. all the other applications that need tunneled traffic, inside the VM, which will be connected to the VPN. Kind regards -
ANSWERED Connection drops in Italy
Staff replied to Catacomb5442's topic in Troubleshooting and Problems
Hello! We can't reproduce... can you tell us which operator you connect to (check the roaming if necessary)? Kind regards -
Hello! Note the above and this: You specifically configured Eddie to ignore the DNS push by the server and let the packets to your default DNS slip through the Network Lock. Kind regards