-
Content Count
11530 -
Joined
... -
Last visited
... -
Days Won
2038
Everything posted by Staff
-
AirVPN is terribly slow nowadays - Is it only me?!
Staff replied to stupidcats's topic in Troubleshooting and Problems
Hello, feel free to open a support ticket. We simply can't help in any way with vague indications. In general, we can state that if you have tried different servers and the problem is the same on all of them, the issue is on your side (your ISP, your system, a part of your hardware...) because the likelihood that dozens of different providers and different datacenters and different servers have all the very same problem at the very same time is so absurdly low to be safely considered impossible. The real time servers monitor and our monitoring systems show that there are no problems in our infrastructure as usual. Kind regards -
Hello! We do not block anything! It's only that any socks and http proxy work in TCP, they do not and can not support UDP. Kind regards
-
qBittorrent causes DNS leaks on VPN
Staff replied to rainmakerraw's topic in Troubleshooting and Problems
There are no DNS leaks on Linux. What it could happen is that your torrent client queries its own DNS servers bypassing resolv.conf, but the query is tunneled anyway. Kind regards Even if your own ipleaks.net reveals the google DNS that I set my router to? Only while torrenting? Hello! There are no DNS leaks in Linux. Now you're writing a different thing, though. ipleak.net uses your browser to reveal DNS queried by your node, so it does not necessarily display DNS servers queried by other programs which do not comply with system settings. Either the tunnel is not established or your resolv.conf nameservers include your router DNS server, or directly Google DNS server(s). In both cases Linux complies to the settings, it's not a leak. Can we see /etc/resolv.conf content while your system is connected to a VPN server? Kind regards -
New 100 Mbit/s server available: Izar (IN) - EXPERIMENTAL
Staff replied to Staff's topic in News and Announcement
Hello! It has been withdrawn. Kind regards -
Hello! Please talk about this feature in this topic: https://airvpn.org/topic/12796-ui-improvements-for-osx-yosemite/ Do you know another OS X app that has this kind of option, maybe an open source app? Kind regards
-
Hello! About the Dark mode, it's a new Yosemite feature that's not well documented. From what we understand, in Dark mode, only AirVPN app still remains with the menubar in Light mode because it's running with elevated privileges. When you specify the Dark mode in System Preferences > General, it will be valid only for the standard user, not the elevated user. You can try to run sudo defaults write /Library/Preferences/.GlobalPreferences AppleInterfaceStyle Darkto enable Dark mode on ALL users, after that AirVPN will start in Dark mode. The icon will not be visible, sorry. The next version will have an icon compatible to both Dark and Light mode. We currently don't understand well how this impacts the standard user settings. If you notice problems, revert with sudo defaults write /Library/Preferences/.GlobalPreferences AppleInterfaceStyle Light To view the current setting: sudo defaults read /Library/Preferences/.GlobalPreferences AppleInterfaceStyle About the ability to hide the icon from the dock: it seems not possible to show/hide that icon at runtime. Do you know an application that have this kind of options in its preferences? For example uTorrent has this option in Windows, but not under OS X. Kind regards
-
Hello! It will be /Applications/AirVPN.app/Contents/MacOS/AirVPN -clibut unfortunately it doesn't work with the current 2.7 release.It will be fixed in the next release. Kind regards
-
Drop all traffic if VPN disconnects with iptables
Staff replied to Someone Else's topic in General & Suggestions
Hello, some quick suggestions: you should allow also packets to/from 255.255.255.255 for those users who use DHCP. Comment "allow all on tun+" is not totally correct, FORWARD is dropped. But it should be accepted. Communication inside the local network is not allowed, which will bring big trouble at reboot (since rules are made persistent): no communication with a router etc. Kind regards -
Just setting up the Air VPN client v 2.7
Staff replied to !@ROCK4aXc@!'s topic in Eddie - AirVPN Client
Hello! No, when Eddie is shut down the firewall is restored to original setting. This is intentional. Furthermore if Eddie crashes the firewall is not restored to original settings, so "Network Lock" remains enabled, which is good under a security point of view. Kind regards -
Hello! The tun interface (the virtual network interface used by OpenVPN) does not come up. Try this: https://airvpn.org/topic/8320-solved-connects-but-ip-doesnt-change-on-windows-server-essentials-2012/?do=findComment&comment=8321 If all of the above does not fix the problem, try to upgrade to OpenVPN 2.3.6. It's available here: https://openvpn.net/index.php/open-source/downloads.html If you run the Eddie installed version after the upgrade Eddie will use the new OpenVPN version. If you run Eddie portable version, after the installation of OpenVPN (that you should perform anyway so you'll have the tun/tap interface driver up to date) you'll need to paste the new openvpn.exe in Eddie directory. Kind regards
-
Hello, various Eddie screenshots are available here: https://airvpn.org/software Kind regards
-
Not connecting just taking me back to log in
Staff replied to rustledust's topic in Troubleshooting and Problems
Hello! Assuming that you're running our client Eddie, please click "Logs" tab, click "Copy to clipboard" icon and paste into your message. Kind regards -
Hello! Either with our client, with any other OpenVPN wrapper, or with OpenVPN itself, the authentication method is always the same. It is based on a ta.key (used for TLS pre-auth, this is just to add some security and protection to our servers), double-certificate (ca.crt and user.crt, respectively server/CA and client certificate) and of course the client secret key user.key. By default the .ovpn configuration file generated by the Configuration Generator is embedded with keys and certificates. You can force the CG to generate split files by ticking "Advanced Mode" and "Separate certs/keys from .ovpn files". Kind regards
-
ANSWERED Stop running Tor servers behind AirVPN
Staff replied to 6501166996442015's topic in Blocked websites warning
This. It's a service and one which I choose to actually use my PC. I really don't understand why the needs of a few should cause annoying behaviour for the majority. Nobody is asking that AirVPN bans TOR from all of their machines. On the other hand, facing really annoying stuff and asking for a solution, it's disheartening to be told "it's the world's fault, let's wait for the whole world to change their collective mind, meanwhile suck it up". To the staff: you say you know who's using TOR. I don't care *who* is using it. But I would like some numbers as part of the discussion. What percentage of users is doing it (by the way, if I understand things clearly, it's not enough to be using it to mark a server as an exit node, you need to setup a relay for it, right?)? Hello! We will not disclose any data. We are anyway working on an effective solution which will make everybody happy, including protocol discriminators and Net Neutrality purists. If everything goes well, we will be able to apply the solution in a matter of few days. Kind regards -
Hello! Anyway, we just added the "Entry-IP" field for servers, and the "Best Server" by country/continent/planet. Kind regards
-
Error Attempting to Generate Config FIles.
Staff replied to RedSoxWin2013's topic in Troubleshooting and Problems
Hello, can you please try again now? Kind regards -
Hello, a DNS leak is when a DNS query is sent out of the tunnel. It does not even reach our servers. If a DNS query reaches our server, then it has been tunneled, and we want to leave our clients the freedom to use their favorite DNS, in case they do not want to use our VPN DNS. In case they want to force the VPN DNS, the option you suggest looks just like "Force DNS", which is already implemented in Eddie. Some confusion here, you talk about "config generator section of the Client Area" and at the same time propose a "server side" feature. You propose a "Force all applications use Air's VPN server" but the iptables refers to "--dport 53", another mistake. In any case, on client side, all we can implement is done in AirVPN Client. Yes, maybe in the future we can enhance the Config Generator to create some scripts to prevent leaks, but we need to write it in every platform, not only Linux/iptables. On server side: - There isn't any 'application leak' that we can manage, because if a packet reaches our server, there isn't any leak. - There isn't any 'DNS leak', because if a DNS query reaches our server, it's already inside the VPN tunnel. Note: 'DNS Leak' normally means a DNS request sent outside the VPN tunnel. You are a Linux guy, and DNS leaks never happen in Linux. DNS leak in Windows exists because Windows sometimes sends the DNS query to the DNS server set on the standard interface (lacking also a global DNS) regardless of the VPN tunnel being estabilished or not. If a Windows executes a DNS query outside the tunnel, our server never receives it, so it's impossible to prevent Windows DNS leaks on server side. Kind regards
-
Hello! We are in contact with Hadar datacenter technicians, they are investigating. Kind regards
-
Hello, try to tick "Force DNS" in "AirVPN" -> "Preferences" -> "Advanced". Kind regards Is already ticked Hello! Good, now set your favorite public DNS on your physical network card while Eddie is NOT running. After that, "Force DNS" will set VPN DNS when the connection is on, and restore your favorite DNS when the connection is off (assuming that you do not kill Eddie abruptly but you shut it down normally). If you need references: http://www.opennicproject.org/configure-your-dns/how-to-change-dns-servers-in-windows-7 Kind regards
-
IS my location REALLY hidden? It seems not.
Staff replied to syncswim's topic in Troubleshooting and Problems
Hello! Please note: geo-localization is based on javascript and is not necessarily related to your IP address. Kind regards -
Hello! You can resolve .airvpn.org. For example: $ dig @95.85.9.86 acrux.airvpn.org +short 37.48.81.12 Kind regards
-
We don't have any, we're sorry. Kind regards
-
Traffic not routing through vpn tun0
Staff replied to gevero's topic in Troubleshooting and Problems
Hello, might it be that the OpenVPN version you run directly is not the same version run by Eddie? Compare OpenVPN logs version output in Eddie logs with OpenVPN logs version output when you run it directly. Kind regards -
qBittorrent causes DNS leaks on VPN
Staff replied to rainmakerraw's topic in Troubleshooting and Problems
There are no DNS leaks on Linux. What it could happen is that your torrent client queries its own DNS servers bypassing resolv.conf, but the query is tunneled anyway. Kind regards -
Hello! We're very glad to inform you that new 1 Gbit/s servers located in Canada are available: Almach and Spica. The AirVPN client will show automatically the new servers, while if you use the OpenVPN 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, 2018 UDP and TCP. Just like every other Air server, Almach and Spica support OpenVPN over SSL and OpenVPN over SSH. As usual no traffic limits, no logs, no discrimination on protocols and hardened security against various attacks with separate entry and exit-IP addresses. Do not hesitate to contact us for any information or issue. Kind regards and datalove AirVPN Team
