-
Content Count
11386 -
Joined
... -
Last visited
... -
Days Won
1978
Everything posted by Staff
-
Hello, yes it's ok. Doing so ensures Google that there's a human being using the service. Kind regards
-
Hello! Serpentis is in Sweden, not in the Netherlands. Google displays that message when the search engine receives multiple queries from the same IP address according to a pattern which seems to identify a bot, an automated script or anything similar that sends non-manual queries. Kind regards
-
Hello, answered in your ticket (wrong TLS cipher setting). Kind regards
-
ANSWERED Web Browsing broken, VOIP works fine?
Staff replied to manypopes's topic in Troubleshooting and Problems
Hello, it looks like a DNS issue. Please make sure that one of your nameservers (the first one) is 10.4.0.1 (VPN DNS IP address) - check /etc/resolv.conf. If your system queries a non-public DNS, the queries might be dropped if they come from an unknown network. Alternatively accept DNS push from our servers according to our guide https://airvpn.org/topic/9608-how-to-accept-dns-push-on-linux-systems-with-resolvconf, it's the most elegant solution (it requires resolvconf or openresolv). Kind regards -
@citruhead Hello, please try different servers, ports and protocols. In particular test 53 UDP and as a second attempt 80 TCP. Kind regards
-
Hello, the Air client is portable, it's a stand-alone executable. You don't install or uninstall it. Kind regards
-
Hello, we have had a momentary problem for a few minutes preventing access to the Air client for Windows only. The problem has been fixed, we apologize for any inconvenience. Kind regards
-
Unable to connect / watch netflix & hulu through DE servers
Staff replied to sakisf's topic in Troubleshooting and Problems
Hello, Netflix US and Hulu are already accessible from our German servers, please make sure that your system uses the VPN DNS. Kind regards -
Hello! We don't mean to claim that you did not configure qBittorrent correctly, but simply that qBittorrent does not bind to tun0 in reality: your description simply means that. After you have made sure that tun0 is your tun/tap interface (check with command "ifconfig"), a thing that you can try is running qBittorrent only when tun0 is up. Then shut down the VPN connection and see what happens to qBittorrent. If it continues to communicate through eth+ (or wlan+ etc.) then the bind option does not work properly. Kind regards
-
Running the client as a service to allow RDP connections
Staff replied to wsbladmin's topic in Eddie - AirVPN Client
Hello! No, the Air client for Windows can't run as a service, BUT you can run OpenVPN as a service. Our Configuration Generator will prepare all the files OpenVPN needs to connect to our servers according to your preferences. Kind regards -
https://www.torproject.org/ Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis Funding Exit nodes. Also with our monthly recurring donations, TorServers.net powers relays on top of the Tor Network Status - Bandwidth Ranking Funding Relay nodes. We are hosting Relay nodes under our control. Incoming and outgoing data encrypted form does not allow us to discriminate. For a full list of our Relay nodes, look at the Mission page. Notes All TOR nodes managed by us redirect to this topic, if their homepage is requested.
-
Hello, really not, that's not how it should work at all. Clearly qBittorrent is not bound to tun0. Kind regards
-
Hello, make sure that you do NOT select "PayPal subscription" because for a recurring payments a PayPal account is necessary. Kind regards
-
Really strange issue with qBittorrent and AirVPN
Staff replied to Helios210's topic in Troubleshooting and Problems
@st4r Hello, are you running any firewall or security program that might "think" that a sustained UDP flow is an UDP flood attack? When you connect OpenVPN in UDP, all the incoming and outgoing traffic is UDP only. We have seen in the past that mis-configured firewall or packet inspection programs (especially on Windows, but sometimes on routers too) wrongly identify the regular UDP flow as a flood, and start dropping packets, effectively causing the system to disconnect from the VPN. Kind regards -
@dolla45 Hello, reviewing your ticket, it's 3 days that support tells you to paste correctly certificates and key. You have been told 3 times in the ticket and one time here that you wrongly pasted certificates. Problem was detected almost immediately and support staff could not do anything else, since you kept ignoring repeatedly the instructions... Kind regards
-
Hello, Air is based on OpenVPN. Is OpenVPN included in the router firmware? Kind regards
-
Hello, it does not seem a DNS issue: the connection to the VPN server, according to the logs you sent us in the ticket, is not established at all for a certificate error (OpenVPN exits with fatal error because it can't read a certificate). Can you please re-check certificates and key? Please make sure that there's no mismatch between ca.crt and user.crt.Also, can you please send us a screenshot of your pfsense OpenVPN configuration page? Kind regards
-
Hello, Chrome by Google is not open source software. Google Chrome takes a lot of code from Chromium, an open source browser developed by the Chromium Project. Initially Chromium was a Google project, but now it's maintained exclusively by the community. There are some important differences between the two browsers, apart the fact that Chromium is free and open source, while Chrome is not (it's freeware). Please see also here http://en.wikipedia.org/wiki/Chromium_%28web_browser%29 Kind regards
-
Mac Os X Maverick issue with applying firewall
Staff replied to avalanche's topic in Troubleshooting and Problems
Hello! Please make sure that your internal network is in 192.168.0.0/16, then try to add the following rules: pass out quick inet from 192.168.0.0/16 to 192.168.0.0/16 pass out quick inet from any to 255.255.255.255 The first rule allows communications within your local network, the second rule enables DHCP discovery and negotiation. Kind regards -
Why is not forwarding ports in the router "very important"? It would actually seem to be benign. When a VPN has been established, it will just be an open port in the router that won't get traffic because the IP address is not visible to a swarm. So please explain. Thank you. Hello! If the torrent client has no bind to the tun interface and you forward on the router the very same port that the torrent client listens to (and therefore the same remotely forwarded port as well), an adversary can get a reply (from the torrent client) to packets sent to your real IP AND to the VPN public IP on that port. For an adversary with the ability to monitor/wiretap your Internet line, it becomes therefore trivial to time-correlate your p2p activity (or any service running behind a VPN server) and discover your activities on the p2p swarm (or anyway discover that the service running behind the VPN is YOUR service). Kind regards
-
Hello, port forwarding has nothing to do with connecting to a Bittorrent tracker. The tracker is contacted by the torrent client via http or udp and obviously the operation does not need any port forwarding on the client side. Port forwarding is a way to make a service that's running on a client machine behind the VPN NAT reachable from the outside. Please see our FAQ answers for more information. Kind regards
-
Hello! No, it seems wrong. Consider that Comodo evaluates rules from top to bottom. So your first rule allows everything to/from anywhere. Kind regards
-
Where do I activate Socks in AIRVPN client?
Staff replied to matango's topic in Troubleshooting and Problems
Hello! You need to right-click the Air client tray icon and select "Preferences". You'll see a "Proxy" section where you define the type of proxy (http or socks), proxy IP and port. Kind regards