Jump to content
Not connected, Your IP: 216.73.216.117

Staff

Staff
  • Content Count

    11466
  • Joined

    ...
  • Last visited

    ...
  • Days Won

    2011

Everything posted by Staff

  1. Hello! We do not see any packet loss (checked from all the other VPN servers across the world as usual), so it should be a problem specific to your routing. Maybe an mtr report can help shed some light. https://www.hivelocity.net/kb/mtr-report-how-to-generate-in-linux-and-windows/ Kind regards
  2. Hello! We checked after you posted your message and there were no days old connections, except one which is really active and that you are probably using successfully as we see data exchange and correct handshake. We could never see days old stuck connection slots, with your or any other account, if you see them please warn us. Kind regards
  3. @Hutchinman Hello! Thanks a lot for your tests, the bug has been noted and it will be addressed in the near future during the 3.3.0 beta testing (currently ongoing). Kind regards
  4. Hello! Probably you mean OpenVPN over SSL. If so, not in the imminent version 3.3.0, we're sorry, but it could come in the next one. Kind regards
  5. Exactly, that's why you need to update it. If the file is still outdated on the source repository, update it manually, you have all the info you need. Or you can wait for an update by the maintainer. Kind regards
  6. @zsam288 Hello! Please answer if you could read our previous questions. Kind regards
  7. Hello! You need to update the file from which GlueTun gets information about AirVPN servers. https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md Kind regards
  8. Hello! Nothing to fix, just wait for the connection slot to be freed up. WireGuard is a very silent protocol and intentionally lacks various features including a "goodbye" notification to each other by the parties. The VPN server will assume that the peer is no more there after two minutes of missing packets. Currently you have only one used connection slot. Kind regards
  9. Hello! This does not seem to be the case, the DNS query is tunneled, even when the destination is an "alien" DNS. If you have gathered evidence that in some way the DNS query is tunneled outside the VPN tunnel (with Network Lock enabled) can you please tell us how to reproduce step by step so we can re-check with tools like Wireshark? The only thing we can think of is when Firefox forces a DNS query to the gateway, the gateway is your router, and you keep your own ISP DNS configured on the router (so DNS queries to the router are not blocked by Network Lock, which allows anything to the router, and then the router forwards the DNS query to your ISP DNS), is this your case? Kind regards
  10. 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
  11. Thank you very much! airvpn.org/tv must link to the latest stable release, that's correct. The other points will be investigated immediately. Thank you so much, as usual, for your tests! Can you tell us your Android TV version as well as your TV box brand and model? Kind regards
  12. Hello! Since we could not manage to keep the same IP addresses the names will be changed. We're working to make them available as soon as possible. They are already connected to the network and we are configuring them. After that, we will need a few days for testing and if everything is fine they will be "published". Kind regards
  13. Hello! Eddie Android edition is a fully integrated with AirVPN, free and open source WireGuard and OpenVPN GUI client. It is based on official WireGuard library and latest OpenVPN3-AirVPN library (free and open source software library by AirVPN), allowing comfortable connections to both OpenVPN and WireGuard servers. We're very glad to inform you that Eddie Android edition 3.3.0 beta 1 is now available. It is linked against updated libraries and it aims at perfect compatibility with Android 15 and 16 and revamped ergonomics. It also aims at keeping full compatibility with Android 5.1.1 and higher versions. Thank you very much if you decide to test this new version and report any problem and bug you experience! What's new full compatibility with Android 15 and 16. Compatibility with Android 5.1.1 and higher versions maintained improvements in ergonomics for faster and more comfortable use updated OpenSSL, OpenVPN3-AirVPN and WireGuard libraries see the complete changelog at the bottom If you decide to test, please report at your convenience any bug and problem in this thread. If possible generate a report from the app in a matter of seconds: by tapping the paper plane icon on the Log view bar rightmost side you will generate a full system report which will include both log and logcat and have it sent to our servers. Then you just need to send us the link the app shows you (open a ticket if you prefer to do it in private). Download link, checksum and changelog https://eddie.website/repository/Android/3.3.0-Beta1/EddieAndroid-3.3.0-beta1.apk This is a build debug and side load is mandatory. $ sha256sum EddieAndroid-3.3.0-beta1.apk c9255e4367c8b81bb58242a0cb87419170379313a02c1ec2bf5d8028cb6a0524 EddieAndroid-3.3.0-beta1.apk Changelog 3.3.0 beta 1 - Release date: 18 August 2025 by ProMIND [ProMIND] removed default font override definition. It now uses system default [ProMIND] revised all UI layout in order to conform to new specifications Native Library [ProMIND] completely removed the obsolete non JNI code, related declarations and functions (so long, obnoxious grill grate, and no thanks for all the rotten fish) [ProMIND] updated to version 3.0.0, API 9 [ProMIND] updated to OpenVPN3-AirVPN 3.12 (20250606) [ProMIND] updated to WireGuard f333402 [ProMIND] updated to OpenSSL 3.5.1 [ProMIND] common.hpp: included file <openvpn/log/logbasesimple.hpp> in order to conform to new OpenVPN3 logging specifications [ProMIND] openvpnclient.hpp: removed deleted OpenVPN3 methods tun_builder_add_dns_server(), tun_builder_add_search_domain() and tun_builder_set_adapter_domain_suffix() [ProMIND] openvpnclient.hpp: added OpenVPN3 method tun_builder_set_dns_options() AndroidManifest.xml [ProMIND] set MainActivity's theme to StartupTheme style colors.xml [ProMIND] added startupBackground color main_drawer.xml [ProMIND] logout item has been grouped and moved to the bottom styles.xml [ProMIND] added StartupTheme style OpenVPNTunnel.java [ProMIND] removed onTunBuilderSetAdapterDomainSuffix() method QuickConnectFragment.java [ProMIND] checkPermissions(): updated notification manager and channel. Added extra warning text to dialog. [ProMIND] onResume(): request focus for btnQuickConnect SettingsActivity.java [ProMIND] layout: added summary text for notification channel layout [ProMIND] onCreate(): updated notification manager and channel SettingsManager.java [ProMIND] SYSTEM_OPTION_SHOW_MESSAGE_DIALOGS_DEFAULT is now set to false VPNService.java [ProMIND] alertNotification(): updated notification manager and channel How to sideload Eddie Android edition on Android TV and FireOS devices https://airvpn.org/android/eddie/apk/tv Kind regards & datalove AirVPN Staff
  14. Hello! Yes. We asked to decommission Xuange at the end of the next billing period but they decommissioned Xuange now. Anyway, the new, two 20 Gbit/s servers (10 Gbit/s full duplex) in Zurich are connected and working, we are configuring them. Then we need to test them and finally they will become available. Kind regards
  15. @simbad Hello! The matter will go under the attention of Eddie's developer, but please note that development does not focus on Raspbian as it is obsolete. In the meantime, you (and the readers) can also consider the AirVPN Suite if needed (allowing full integration with both WireGuard and OpenVPN). It has been successfully tested on Pi 3 and 4 with Raspberry Pi OS 32 & 64 bit, including Legacy. https://airvpn.org/forums/topic/73446-linux-airvpn-suite-200-available/ It can be run on old Raspbian based systems too (check the proper package for your case https://airvpn.org/linux/suite/ ). For your specific case, the Suite, specifically Bluetit, can be configured to start and connect during the system bootstrap with a wide range of flexible options. Kind regards
  16. Hello! We inform you that the following servers in Zurich (CH) will be decommissioned within the specified date: Alpherg (2025-08-22) Xuange (2025-09-16) They will be replaced by two 10 Gbit/s servers in Zurich with more powerful hardware. Kind regards & datalove AirVPN Staff
  17. Hello! You find the link to the repository you look for in Eddie Android edition's guide or you can use a search engine. For your comfort we duplicate it here once again: https://gitlab.com/AirVPN/EddieAndroid Kind regards
  18. Hello! None of the AirVPN programs function as antivirus software and can never quarantine a file: AirVPN programs lack any code designed for that purpose. Could you please explain this matter in more detail? Kind regards
  19. 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.
  20. Not so simple in the UK, at least for sites that are willing to comply with the fringe lunatic Ofcom obligations: you need to prove your age by sending the scan of a valid ID document, by paying with a credit card proving that you are 18 or over, or by verifying your age by sending your photo (with strong compliance against fake photos, similar to what you do with banks) for facial estimation (other privacy invasive methods are allowed): https://www.bbc.com/news/articles/c1k81lj8nvpo Porn sites are also obliged to refuse connections from VPN, Tor and proxy. Similar legal frameworks (but theoretically less privacy invasive) are being discussed in the USA and in various EU countries. Kind regards
  21. Hello! To clarify the matter for reader's comfort, there was only one problem: Eddie refusing to start apps not owned by root. The message "No port(s) open" is correct, as it is thrown when the device linked to the port(s) is not connected (or when the user disables the port forwarding for that port on the port control panel). Kind regards
  22. Hello! It is normal with most (or all?) listening programs. They need an incoming unsolicited connection to determine that they can receive it, otherwise they obviously can't know (*). Therefore the decision of most designers is showing the port firewalled until evidence of the contrary comes in. Kind regards (*) unless they maintain an external infrastructure, have the client contact this infrastructure, tell it to send an incoming packet to verify... questionable and probably not worth the effort especially with a p2p software.
  23. 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
  24. Hello! We're very glad to inform you a new 10 Gbit/s full duplex server located in Bucharest, Romania, is available: Nembus. 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 them through our configuration/certificates/key 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/Nembus  Do not hesitate to contact us for any information or issue. Kind regards & datalove AirVPN Staff
  25. Hello! We're very glad to inform you a new 10 Gbit/s full duplex server located in Miami, Florida (USA), is available: Dziban. 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 them through our configuration/certificates/key 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/Dziban Do not hesitate to contact us for any information or issue. Kind regards & datalove AirVPN Staff
×
×
  • Create New...