Jump to content
Not connected, Your IP: 216.73.216.118

Staff

Staff
  • Content Count

    11487
  • Joined

    ...
  • Last visited

    ...
  • Days Won

    2022

Everything posted by Staff

  1. 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
  2. @zsam288 Hello! Please answer if you could read our previous questions. Kind regards
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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. UPDATE 2025-09-12: Eddie Android edition 3.3.0 beta 2 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-Beta2/EddieAndroid-3.3.0-beta2.apk This is a build debug and side load is mandatory. $ sha256sum EddieAndroid-3.3.0-beta2.apk 9e6d9619fbb32db29dea369134c9a97020e5e71a0797f3b0d90657f9f7119c07 EddieAndroid-3.3.0-beta2.apk Changelog 3.3.0 beta 2 (VC 35) - Release date: 12 September 2025 by ProMIND [ProMIND] replaced code with lambda expressions in all classes and where applicable [ProMIND] added drawables quick_connect_off_focus and quick_connect_on_focus [ProMIND] updated bundle AirVPN manifest Native Library [ProMIND] updated to OpenVPN3-AirVPN 3.12 (20250911) about.html [ProMIND] replaced the hard coded version values with placeholders (just another rotten piece of the grate grill curse consigned to oblivion) AirVPNUser.java [ProMIND] getOpenVPNProfile(): obsoleted ncp-disable option is no longer added to the profile [ProMIND] class getUserLocation: renamed to getUserLocationAsyncTask. It now inherits AsynchronousTask class AsynchronousTask.java [ProMIND] new class (replacement for Android's deprecated AsyncTask class) ConnectAirVPNServerFragment.java [ProMIND] onCreateView(): replaced deprecated startActivityForResult() ConnectVpnProfileFragment.java [ProMIND] removed deprecated setUserVisibleHint() override [ProMIND] onClickSelectProfileButton(): replaced deprecated startActivityForResult() LogActivity.java [ProMIND] saveLog(): infoDialog is now set to high priority [ProMIND] class SendReportToAirVPN: renamed to SendReportToAirVPNAsyncTask. It now inherits AsynchronousTask class MainActivity.java [ProMIND] navigationViewItemSelected(): "case R.id.nav_about", replace about.html placeholders with corresponding BuildConfig fields [ProMIND] navigationViewItemSelected(): "case R.id.nav_settings:", replaced deprecated startActivityForResult() PackageChooserActivity.java [ProMIND] class ApplicationListLoader: renamed to ApplicationListLoaderAsyncTask. It now inherits AsynchronousTask class QuickConnectFragment.java [ProMIND] onResume(): focus for quick button is requested only in case device is TV [ProMIND] onPause(): clear focus to quick button [ProMIND] btnQuickConnect.setOnFocusChangeListener.onFocusChange(): it now calls setConnectButton() [ProMIND] setConnectButton(): added logic for TV focus images and set them accordingly SettingsActivity.java [ProMIND] selectApplicationFilter(): replaced deprecated startActivityForResult() SettingsManager.java [ProMIND] SettingsManager(): replaced deprecated getDefaultSharedPreferences() with getSharedPreferences() SupportTools.java [ProMIND] class RequestAirVPNDocument: renamed to RequestAirVPNDocumentAsyncTask. It now inherits AsynchronousTask class 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
  10. 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
  11. @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
  12. 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
  13. 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
  14. 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
  15. 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.
  16. 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
  17. 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
  18. 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.
  19. 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
  20. 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
  21. 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
  22. Hello! Please be informed of the following, unavoidable scheduled power maintenance in Tokyo needed by our provider to maintain/replace Automatic Transfer Switch (ATS) systems. Start: Thursday, August 14th, 2025, 02:00 local time (UTC+9) End: Thursday, August 14th, 2025, 03:00 local time (UTC+9) The expected downtime is 30 minutes anywhere in the above mentioned time frame. The downtime will affect every and each server in Tokyo. Kind regards & datalove AirVPN Staff
  23. @jedevnull Hello! Please make sure that the directives airusername and airpassword are correctly set in /etc/airvpn/bluetit.rc. Please check the manual: https://airvpn.org/suite/readme/#bluetit-configuration To have Bluetit start and connect during the system bootstrap, please see here: https://airvpn.org/suite/readme/#automatic-connection-at-boot-or-startup-time The AirVPN Suite User's Manual has been compiled with care and it's your friend. If you have already set all of the above and you still experience problems, please send us the Bluetit log too. Example: sudo journalctl | grep bluetit > bluetit.log Kind regards
  24. @ThisisGabeB Hello! Before anything else, please discern whether the problem is caused by a failed WireGuard connection or not, by connecting WireGuard directly from the host, because similar problems which were initially thought as GlueTun bugs: https://github.com/qdm12/gluetun/issues/2458 turned out to be unrelated to GlueTun. Also check this one, just in case it helps: https://github.com/qdm12/gluetun/issues/2516 Read in particular this answer https://github.com/qdm12/gluetun/issues/2516#issuecomment-2602591109 Kind regards
  25. Hello! In general you don't need IPv6 support by your ISP, but only by the system. Once connected you can use IPv6 (which will be tunneled over the VPN IPv4 connection) if needed. Kind regards
×
×
  • Create New...