Jump to content
Not connected, Your IP: 3.16.212.99

All Activity

This stream auto-updates     

  1. Yesterday
  2. Hello! Sorry for the intrusion, I just wanted to say that I had the same issue in the last days and the procedure that you suggested worked perfectly for me. Thanks a lot!
  3. Hello! The correct FQDN for the various servers is <server name>.airservers.org. However it resolves into IP address 1 only. Each VPN server has 4 entry-IP addresses for various connection modes, but we do not offer domain names for each IP address. For example entry-IP address 1 accepts OpenVPN in TLS Auth mode (for backward compatibility with old OpenVPN versions) and WireGuard, entry-IP address 3 accepts OpenVPN in TLS Crypt mode and WireGuard, and so on. For every detail you can check the "Specs" page "Protocols and entry-IP addresses of each VPN server" section: https://airvpn.org/specs You can use the API to get all the entry IP addresses of all the servers. API instructions and an API navigator are available in your AirVPN account "Client Area" > "API" panel. To make an example based on your request, let's say that you need to know all the info about Teegarden. A first raw search can be performed through the API and filtered accordingly, please see below. The first example shows everything the API can say about Teegarden, the second example prints the THIRD entry IPv4 and IPv6 addresses. Kind regards $ curl -s "https://airvpn.org/api/status/" | grep -A17 -i teegarden "public_name": "Teegarden", "country_name": "United States", "country_code": "us", "location": "Los Angeles", "continent": "America", "bw": 637, "bw_max": 2000, "users": 102, "currentload": 31, "ip_v4_in1": "37.120.132.90", "ip_v4_in2": "37.120.132.92", "ip_v4_in3": "37.120.132.93", "ip_v4_in4": "37.120.132.94", "ip_v6_in1": "2a0d:5600:8:3e:b389:fbfa:508a:1eca", "ip_v6_in2": "2a0d:5600:8:3e:604e:24d0:570c:230f", "ip_v6_in3": "2a0d:5600:8:3e:eceb:3b20:e697:db07", "ip_v6_in4": "2a0d:5600:8:3e:878b:13a8:3b47:98ed", "health": "ok" $ curl -s "https://airvpn.org/api/status/" | grep -A18 -i teegarden | grep in3 | awk -F '"' '{print $4}' 37.120.132.93 2a0d:5600:8:3e:eceb:3b20:e697:db07
  4. I was wondering I do I find the IP address of a server so that I can configure my router. I only see server name but no Ip address itself I tried pinging teegarden.airvpn.org and I get the following results teegarden.airvpn.org: Name or service not known, so how can I find such ip address?
  5. Hello! Please try the following procedure: run Eddie on Eddie's main window uncheck "Remember me" log your account out log your account in (you'll need to re-enter your AirVPN credentials) try again a connection See also https://airvpn.org/forums/topic/58289-openvpn-certificate-has-expired/?do=findComment&comment=231319 Kind regards
  6. DNS challenges not working for letsencrypt with transip api. Even when whitelisting large ranges: Its fine on other connections
  7. Last week
  8. Please provide a system report:
  9. AirVPN Suite does run on the Pi5 but the installation is potentially non-trivial. I posted notes from my installation in this thread The app is command line driven but good once you get the hang of it
  10. Been using it for years, no issues now I get the following loop: (Win 11 upgrade a few weeks ago) I 2024.04.25 12:54:32 - Checking authorization ... . 2024.04.25 12:54:33 - Using WinTun network interface "Eddie (Wintun Userspace Tunnel)" ! 2024.04.25 12:54:33 - Connecting to Achird (Switzerland, Zurich) . 2024.04.25 12:54:33 - Routes, add 185.156.175.37/32 for interface "Ethernet 4 (SAMSUNG Mobile USB Remote NDIS Network Device #3)". . 2024.04.25 12:54:33 - Routes, add 185.156.175.37/32 for interface "Ethernet 4 (SAMSUNG Mobile USB Remote NDIS Network Device #3)", already exists. . 2024.04.25 12:54:33 - OpenVPN > OpenVPN 2.5.5 Windows-MSVC [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Dec 15 2021 . 2024.04.25 12:54:33 - OpenVPN > Windows version 10.0 (Windows 10 or greater) 64bit . 2024.04.25 12:54:33 - OpenVPN > library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10 . 2024.04.25 12:54:33 - OpenVPN > Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key . 2024.04.25 12:54:33 - OpenVPN > Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication . 2024.04.25 12:54:33 - OpenVPN > Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key . 2024.04.25 12:54:33 - OpenVPN > Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication . 2024.04.25 12:54:33 - OpenVPN > TCP/UDP: Preserving recently used remote address: [AF_INET]185.156.175.37:443 . 2024.04.25 12:54:33 - OpenVPN > Socket Buffers: R=[65536->262144] S=[65536->262144] . 2024.04.25 12:54:33 - OpenVPN > UDP link local: (not bound) . 2024.04.25 12:54:33 - OpenVPN > UDP link remote: [AF_INET]185.156.175.37:443 . 2024.04.25 12:54:33 - OpenVPN > TLS: Initial packet from [AF_INET]185.156.175.37:443, sid=ad8171a5 7477c4dc . 2024.04.25 12:54:34 - OpenVPN > VERIFY ERROR: depth=1, error=certificate has expired: C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org, serial=10148936457887096835 . 2024.04.25 12:54:34 - OpenVPN > OpenSSL: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed . 2024.04.25 12:54:34 - OpenVPN > TLS_ERROR: BIO read tls_read_plaintext error . 2024.04.25 12:54:34 - OpenVPN > TLS Error: TLS object -> incoming plaintext read error . 2024.04.25 12:54:34 - OpenVPN > TLS Error: TLS handshake failed . 2024.04.25 12:54:34 - OpenVPN > SIGUSR1[soft,tls-error] received, process restarting . 2024.04.25 12:54:34 - OpenVPN > Restart pause, 5 second(s) ! 2024.04.25 12:54:34 - Disconnecting . 2024.04.25 12:54:34 - Sending soft termination signal . 2024.04.25 12:54:39 - OpenVPN > SIGTERM[hard,init_instance] received, process exiting . 2024.04.25 12:54:39 - Routes, delete 185.156.175.37/32 for interface "Ethernet 4 (SAMSUNG Mobile USB Remote NDIS Network Device #3)". . 2024.04.25 12:54:39 - Routes, delete 185.156.175.37/32 for interface "Ethernet 4 (SAMSUNG Mobile USB Remote NDIS Network Device #3)", not exists. . 2024.04.25 12:54:39 - Connection terminated. I 2024.04.25 12:54:41 - Cancel requested. ! 2024.04.25 12:54:41 - Session terminated.
  11. Hello! We are investigating the problem. Kind regards
  12. Hello! We're glad to inform you that it is back online now. Kind regards
  13. I'm a Japanese person who works on a Macbook with Windows bootcamp. After setting up the ssh connection, I tried to connect to VPN over Tor, but it didn't work. I'll post a photo of the error log. help me. IMG_7916_(1).HEIC IMG_7915_(1).HEIC
  14. Hello, I have the exact same issue to connect to the server Turais. It also has been working for me for years and suddenly I just can't connect to it for several weeks. My log is the same as the one above so I won't paste it here. In addition, this issue is present on Linux using Eddie client as well. Any update would be much appreciated. Thank you.
  15. I have exactly the same issue btw. I had a Pi 4 and it worked fine, now with the Pi 5 it's just a black box. 64bit ofc. I tried a few versions, tried using the mono portable etc. Everything that ran did the same thing.
  16. It's been down since yesterday and it's really impacting me -Also, this is my first post since I purchased service more than 5 years ago, and your forum software is telling me that I've already reached posting limit :-/
  17. @valkyrie89 Hello! Inbound remote port forwarding is a feature divorced from the VPN p-t-p communication protocol, it all relies on NAT configuration through packet mangling, so you can use it both with OpenVPN and WireGuard. Kind regards
  18. Hey folks, I've been trying to wrap my head around the Remote Port Forwarding feature that AirVPN offers, but I can't seem to find a straight answer anywhere, not even in the forum or FAQ section. Now, the "https://airvpn.org/faq/port_forwarding/" page does a decent job of breaking down the basics of port forwarding in the customer area, but here's the thing - it doesn't actually specify whether this nifty feature is solely meant for OpenVPN or if it plays nice with other VPN protocols like WireGuard too. Since I always create my VPN configurations with the "Config Generator" and switch between OpenVPN and WireGuard depending on the use case, it would be very important for me to know if the Remote Port Forwarding function under "Home >> Client Area >> Forwarded ports" can be used equally in both cases. I would be very grateful if one of you has more detailed information on this and can answer this question for me. Thank you very much in advance! Best regards,
  19. Thank you for the explanation. But I can't seem to figure out how to get started with Python, I still have to do some research there.
  20. Hello! Can you please test Eddie 2.24.2 beta and check whether the problem persists or gets resolved? Please see here to download the latest beta version: https://airvpn.org/forums/topic/57401-eddie-desktop-224-beta-released/ Kind regards
  21. @8zXUsOoeym Hello! The problem has been solved, at least according to our tests. Can you please check now? Kind regards
  22. Hello! WireGuard on macOS still lacks a kernel module, so in an agnostic network you should not see a lot of gain from OpenVPN. However, it's also possible that your ISP shapes OpenVPN and not WireGuard, or shapes low ports but not high ports (if you connect WireGuard to port 51820 and OpenVPN to port 443, for example). Please make sure that the tunnel works properly by browsing to https://ipleak.net - when you open that page while the Mac is connected to the VPN, you must not see your "real", ISP-assigned public IP address anywhere. Do you also see performance boost compared to Eddie connecting over WireGuard? If so, MTU could come into play. The CG generates files with MTU set to 1320 bytes (*), Eddie 2.21.8 lets WireGuard pick the default value (1420 bytes, typically), while Eddie 2.24.x defaults to 1320 bytes but lets you configure various, different MTU size in bytes (1280, 1320, 1360, 1400, wg default). (*) You can change it by editing the configuration file with any text editor and changing the line "MTU = 1320". Kind regards
  23. Staff

    Servers

    Hello! Yes, there are many upgrades underway throughout the infrastructure. On top of the usual, periodical system updates, we are adding an important new feature we will announce in the future (maybe as early as June, but don't take it for granted). Kind regards
  24. @blank90 Hello! As @SurprisedItWorks wrote you may rely on https://ipleak.net, or you can also use the AirVPN API. Check your "Client Area" > "API" panel for instructions and commands through the API navigator. With a single fetch you can get all the data of all the servers, for example. Kind regards
  25. In case you face such a situation again or others are curious: At ipleak.net there is a small window at the top where you can enter an IP address you wish to know more about. It will identify an Air server.
  1. Load more activity
×
×
  • Create New...