Leaderboard
Popular Content
Showing content with the highest reputation on 05/05/21 in all areas
-
1 point
ANSWERED Peer IP addresses showing in NETSTAT dispite being connected to VPN
OpenSourcerer reacted to killersdontdie665 for a post in a topic
Thanks @OpenSourcerer for clarifying this for me -
1 point
ANSWERED Ubuntu 20 - How to stop the system asking for password on each start of Eddie
Alvar Hanso reacted to OpenSourcerer for a post in a topic
Eddie Preferences > General > Don't ask elevation every run (when checked, installs a systemd service) -
1 point
ANSWERED Peer IP addresses showing in NETSTAT dispite being connected to VPN
killersdontdie665 reacted to OpenSourcerer for a post in a topic
Your torrent client, and anything else on your PC, creates connections via the AirVPN server, not with it. If you use a browser to browse to duckduckgo.com or so while connected, the browser is connecting to the website, because ultimately it's the browser that wants to download DuckDuckGo's front page, not the AirVPN server. The IP DuckDuckGo will see connecting will be that of the AirVPN server, though. Same with torrent peers: It's your torrent client wanting to download pieces from others, so the client will establish the connections. Peers will see the AirVPN server exit IP, though, because those connections were made via the AirVPN server. -
1 point
ANSWERED Issue: RTNETLINK answers: Operation not supported
niyucozi reacted to OpenSourcerer for a post in a topic
The OpenVPN config file, in your case AirVPN_TCP-443-Entry4.ovpn. It's not ideal because OpenVPN will exit with a non-zero return code. If you've got some logic checking if OpenVPN exited cleanly, it will break that. If v6 is disabled anyway, there is no real reason to endure those errors. But it's your choice in the end, OpenVPN will work despite them. -
1 point
ANSWERED Issue: RTNETLINK answers: Operation not supported
niyucozi reacted to OpenSourcerer for a post in a topic
By not requesting IPv6 routes from the server. If you look closely, it only happens if OpenVPN wants to set -6 routes. Your system seems to have no support for that, or you disabled it intentionally. In the config, comment out or delete this line: # UV_IPV6 = yes . -
1 pointHi, I just downloaded the program, but when I choose a server it gets stuck in "checking IPv4." These are the logs. Anybody knows how to fix this? Thanks! ! 2021.04.22 18:59:19 - Connecting to Libra (United States of America, Atlanta, Georgia) . 2021.04.22 18:59:20 - OpenVPN > OpenVPN 2.5.1 x86_64-apple-darwin19.5.0 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [MH/RECVDA] [AEAD] built on Mar 9 2021 . 2021.04.22 18:59:20 - OpenVPN > library versions: OpenSSL 1.1.1j 16 Feb 2021, LZO 2.10 . 2021.04.22 18:59:20 - OpenVPN > Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key . 2021.04.22 18:59:20 - OpenVPN > Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication . 2021.04.22 18:59:20 - OpenVPN > Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key . 2021.04.22 18:59:20 - OpenVPN > Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication . 2021.04.22 18:59:20 - OpenVPN > TCP/UDP: Preserving recently used remote address: [AF_INET]64.42.179.69:443 . 2021.04.22 18:59:20 - OpenVPN > Socket Buffers: R=[786896->262144] S=[9216->262144] . 2021.04.22 18:59:20 - OpenVPN > UDP link local: (not bound) . 2021.04.22 18:59:20 - OpenVPN > UDP link remote: [AF_INET]64.42.179.69:443 . 2021.04.22 18:59:20 - OpenVPN > TLS: Initial packet from [AF_INET]64.42.179.69:443, sid=6acc667d 9ca89c94 . 2021.04.22 18:59:20 - OpenVPN > VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org . 2021.04.22 18:59:20 - OpenVPN > VERIFY KU OK . 2021.04.22 18:59:20 - OpenVPN > Validating certificate extended key usage . 2021.04.22 18:59:20 - OpenVPN > ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication . 2021.04.22 18:59:20 - OpenVPN > VERIFY EKU OK . 2021.04.22 18:59:20 - OpenVPN > VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Libra, emailAddress=info@airvpn.org . 2021.04.22 18:59:20 - OpenVPN > Control Channel: TLSv1.3, cipher TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, 4096 bit RSA . 2021.04.22 18:59:20 - OpenVPN > [Libra] Peer Connection Initiated with [AF_INET]64.42.179.69:443 . 2021.04.22 18:59:20 - OpenVPN > ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address . 2021.04.22 18:59:20 - OpenVPN > route: writing to routing socket: File exists . 2021.04.22 18:59:20 - OpenVPN > PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway ipv6 def1 bypass-dhcp,dhcp-option DNS 10.23.14.1,dhcp-option DNS6 fde6:7a:7d20:130e::1,tun-ipv6,route-gateway 10.23.14.1,topology subnet,ping 10,ping-restart 60,ifconfig-ipv6 fde6:7a:7d20:130e::10d2/64 fde6:7a:7d20:130e::1,ifconfig 10.23.14.212 255.255.255.0,peer-id 0,cipher AES-256-GCM' . 2021.04.22 18:59:20 - OpenVPN > Pushed option removed by filter: 'redirect-gateway ipv6 def1 bypass-dhcp' . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: timers and/or timeouts modified . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: compression parms modified . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: --ifconfig/up options modified . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: route-related options modified . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: peer-id set . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: adjusting link_mtu to 1625 . 2021.04.22 18:59:20 - OpenVPN > OPTIONS IMPORT: data channel crypto options modified . 2021.04.22 18:59:20 - OpenVPN > Data Channel: using negotiated cipher 'AES-256-GCM' . 2021.04.22 18:59:20 - OpenVPN > Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key . 2021.04.22 18:59:20 - OpenVPN > Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key . 2021.04.22 18:59:20 - OpenVPN > ROUTE_GATEWAY 192.168.43.1/255.255.255.0 IFACE=en0 HWADDR=a4:83:e7:1f:e8:90 . 2021.04.22 18:59:20 - OpenVPN > GDG6: remote_host_ipv6=n/a . 2021.04.22 18:59:20 - OpenVPN > ROUTE6_GATEWAY fe80::5ab1:fff:fe6c:586e IFACE=en0 . 2021.04.22 18:59:20 - OpenVPN > Opened utun device utun4 . 2021.04.22 18:59:20 - OpenVPN > /sbin/ifconfig utun4 delete . 2021.04.22 18:59:20 - OpenVPN > NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure . 2021.04.22 18:59:20 - OpenVPN > /sbin/ifconfig utun4 10.23.14.212 10.23.14.212 netmask 255.255.255.0 mtu 1500 up . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -net 10.23.14.0 10.23.14.212 255.255.255.0 . 2021.04.22 18:59:20 - OpenVPN > add net 10.23.14.0: gateway 10.23.14.212 . 2021.04.22 18:59:20 - OpenVPN > /sbin/ifconfig utun4 inet6 fde6:7a:7d20:130e::10d2/64 mtu 1500 up . 2021.04.22 18:59:20 - OpenVPN > add_route_ipv6(fde6:7a:7d20:130e::/64 -> fde6:7a:7d20:130e::10d2 metric 0) dev utun4 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -inet6 fde6:7a:7d20:130e:: -prefixlen 64 -iface utun4 . 2021.04.22 18:59:20 - OpenVPN > add net fde6:7a:7d20:130e::: gateway utun4: File exists . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -net 64.42.179.69 192.168.43.1 255.255.255.255 . 2021.04.22 18:59:20 - OpenVPN > add net 64.42.179.69: gateway 192.168.43.1 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -net 0.0.0.0 10.23.14.1 128.0.0.0 . 2021.04.22 18:59:20 - OpenVPN > add net 0.0.0.0: gateway 10.23.14.1 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -net 128.0.0.0 10.23.14.1 128.0.0.0 . 2021.04.22 18:59:20 - OpenVPN > add net 128.0.0.0: gateway 10.23.14.1 . 2021.04.22 18:59:20 - OpenVPN > add_route_ipv6(::/3 -> fde6:7a:7d20:130e::1 metric -1) dev utun4 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -inet6 :: -prefixlen 3 -iface utun4 . 2021.04.22 18:59:20 - OpenVPN > add net ::: gateway utun4 . 2021.04.22 18:59:20 - OpenVPN > add_route_ipv6(2000::/4 -> fde6:7a:7d20:130e::1 metric -1) dev utun4 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -inet6 2000:: -prefixlen 4 -iface utun4 . 2021.04.22 18:59:20 - OpenVPN > add net 2000::: gateway utun4 . 2021.04.22 18:59:20 - OpenVPN > add_route_ipv6(3000::/4 -> fde6:7a:7d20:130e::1 metric -1) dev utun4 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -inet6 3000:: -prefixlen 4 -iface utun4 . 2021.04.22 18:59:20 - OpenVPN > add net 3000::: gateway utun4 . 2021.04.22 18:59:20 - OpenVPN > add_route_ipv6(fc00::/7 -> fde6:7a:7d20:130e::1 metric -1) dev utun4 . 2021.04.22 18:59:20 - OpenVPN > /sbin/route add -inet6 fc00:: -prefixlen 7 -iface utun4 . 2021.04.22 18:59:20 - OpenVPN > add net fc00::: gateway utun4 . 2021.04.22 18:59:20 - DNS of a network adapter forced (Wi-Fi, from Automatic to 10.23.14.1, fde6:7a:7d20:130e::1) . 2021.04.22 18:59:20 - DNS of a network adapter forced (Bluetooth PAN, from Automatic to 10.23.14.1, fde6:7a:7d20:130e::1) . 2021.04.22 18:59:20 - DNS of a network adapter forced (Thunderbolt Bridge, from Automatic to 10.23.14.1, fde6:7a:7d20:130e::1) . 2021.04.22 18:59:20 - Routes, added a new route, 64.42.179.67 for gateway 10.23.14.1 . 2021.04.22 18:59:20 - Routes, added a new route, 2605:9f80:6000:81:290c:19de:1964:88cd for gateway fde6:7a:7d20:130e::1 . 2021.04.22 18:59:20 - Flushing DNS . 2021.04.22 18:59:20 - Flush DNS via dscacheutil . 2021.04.22 18:59:20 - Flush DNS via nDNSResponder I 2021.04.22 18:59:20 - Checking route IPv4 . 2021.04.22 19:04:21 - Fetch url error:Timeout was reached . 2021.04.22 19:04:21 - OpenVPN > Initialization Sequence Completed ! 2021.04.22 19:04:21 - Disconnecting . 2021.04.22 19:04:21 - Routes, removed a route previously added, 64.42.179.67 for gateway 10.23.14.1 . 2021.04.22 19:04:21 - Routes, removed a route previously added, 2605:9f80:6000:81:290c:19de:1964:88cd for gateway fde6:7a:7d20:130e::1 . 2021.04.22 19:04:21 - Sending soft termination signal . 2021.04.22 19:04:21 - OpenVPN > event_wait : Interrupted system call (code=4) . 2021.04.22 19:04:21 - OpenVPN > SIGTERM received, sending exit notification to peer . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -net 64.42.179.69 192.168.43.1 255.255.255.255 . 2021.04.22 19:04:26 - OpenVPN > delete net 64.42.179.69: gateway 192.168.43.1 . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -net 0.0.0.0 10.23.14.1 128.0.0.0 . 2021.04.22 19:04:26 - OpenVPN > delete net 0.0.0.0: gateway 10.23.14.1 . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -net 128.0.0.0 10.23.14.1 128.0.0.0 . 2021.04.22 19:04:26 - OpenVPN > delete net 128.0.0.0: gateway 10.23.14.1 . 2021.04.22 19:04:26 - OpenVPN > delete_route_ipv6(::/3) . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -inet6 :: -prefixlen 3 -iface utun4 . 2021.04.22 19:04:26 - OpenVPN > delete net ::: gateway utun4 . 2021.04.22 19:04:26 - OpenVPN > delete_route_ipv6(2000::/4) . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -inet6 2000:: -prefixlen 4 -iface utun4 . 2021.04.22 19:04:26 - OpenVPN > delete net 2000::: gateway utun4 . 2021.04.22 19:04:26 - OpenVPN > delete_route_ipv6(3000::/4) . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -inet6 3000:: -prefixlen 4 -iface utun4 . 2021.04.22 19:04:26 - OpenVPN > delete net 3000::: gateway utun4 . 2021.04.22 19:04:26 - OpenVPN > delete_route_ipv6(fc00::/7) . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -inet6 fc00:: -prefixlen 7 -iface utun4 . 2021.04.22 19:04:26 - OpenVPN > delete net fc00::: gateway utun4 . 2021.04.22 19:04:26 - OpenVPN > Closing TUN/TAP interface . 2021.04.22 19:04:26 - OpenVPN > /sbin/route delete -inet6 fde6:7a:7d20:130e::10d2 . 2021.04.22 19:04:26 - OpenVPN > delete host fde6:7a:7d20:130e::10d2 . 2021.04.22 19:04:26 - OpenVPN > SIGTERM[soft,exit-with-notification] received, process exiting . 2021.04.22 19:04:26 - Connection terminated. . 2021.04.22 19:04:26 - DNS of a network adapter restored to original settings (Wi-Fi, to Automatic) . 2021.04.22 19:04:26 - DNS of a network adapter restored to original settings (Bluetooth PAN, to Automatic) . 2021.04.22 19:04:26 - DNS of a network adapter restored to original settings (Thunderbolt Bridge, to Automatic) I 2021.04.22 19:04:26 - Cancel requested. ! 2021.04.22 19:04:26 - Session terminated.
-
1 point
Withdrawal announcement: Crucis
d3adf1sh reacted to baneofthesith for a post in a topic
Sorry to hear that some people are using this service to trick others give them a few bucks ... It is a pitty because it affects all of us who just want to protect a bit our privacy, skip geolocation and download some copyrighted material. Anyway hope they do not put in a lot of trouble because we appreciate what you are doing and you are by far the best on market!