Jump to content
Not connected, Your IP: 18.119.133.228
Sign in to follow this  
torquemada

Airvpn from linux terminal; connection timeout

Recommended Posts

Hello,

I'm using Archlinux with Privoxy as my proxy. I downloaded the config file for the terminal and set it up so that port 8118 is used for proxy (which is the one Privoxy uses). I am using TCP-443.

At first glance everything seems to be in order, but I have never been able to connect in the past few days. I also have good wifi signal. In anycase, the logs suggest to me that the problem lies with the server. But I can not be certain.

I am dumping the logs here, can you make any sense out of them? What do you think is the problem?

Many thanks!
 

Tue Feb  9 22:14:47 2016 OpenVPN 2.3.9 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 24 2015
Tue Feb  9 22:14:47 2016 library versions: OpenSSL 1.0.2f  28 Jan 2016, LZO 2.09
Tue Feb  9 22:14:47 2016 Control Channel Authentication: tls-auth using INLINE static key file
Tue Feb  9 22:14:47 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Feb  9 22:14:47 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Feb  9 22:14:47 2016 Socket Buffers: R=[87380->87380] S=[16384->16384]
Tue Feb  9 22:14:47 2016 Attempting to establish TCP connection with [AF_INET]127.0.0.1:8118 [nonblock]
Tue Feb  9 22:14:47 2016 TCP connection established with [AF_INET]127.0.0.1:8118
Tue Feb  9 22:14:47 2016 Send to HTTP proxy: 'CONNECT europe.vpn.airdns.org:443 HTTP/1.0'
Tue Feb  9 22:14:47 2016 HTTP proxy returned: 'HTTP/1.1 200 Connection established'
Tue Feb  9 22:14:49 2016 TCPv4_CLIENT link local: [undef]
Tue Feb  9 22:14:49 2016 TCPv4_CLIENT link remote: [AF_INET]127.0.0.1:8118
Tue Feb  9 22:14:49 2016 TLS: Initial packet from [AF_INET]127.0.0.1:8118, sid=beb64df2 7d4c5fbe
Tue Feb  9 22:14:50 2016 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org
Tue Feb  9 22:14:50 2016 Validating certificate key usage
Tue Feb  9 22:14:50 2016 ++ Certificate has key usage  00a0, expects 00a0
Tue Feb  9 22:14:50 2016 VERIFY KU OK
Tue Feb  9 22:14:50 2016 Validating certificate extended key usage
Tue Feb  9 22:14:50 2016 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Tue Feb  9 22:14:50 2016 VERIFY EKU OK
Tue Feb  9 22:14:50 2016 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@airvpn.org
Tue Feb  9 22:14:50 2016 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Tue Feb  9 22:14:50 2016 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Feb  9 22:14:50 2016 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Tue Feb  9 22:14:50 2016 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Feb  9 22:14:50 2016 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Tue Feb  9 22:14:50 2016 [server] Peer Connection Initiated with [AF_INET]127.0.0.1:8118
Tue Feb  9 22:14:53 2016 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Tue Feb  9 22:14:53 2016 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.5.0.1,comp-lzo no,route-gateway 10.5.0.1,topology subnet,ping 10,ping-restart 60,ifconfig 10.5.3.167 255.255.0.0'
Tue Feb  9 22:14:53 2016 OPTIONS IMPORT: timers and/or timeouts modified
Tue Feb  9 22:14:53 2016 OPTIONS IMPORT: LZO parms modified
Tue Feb  9 22:14:53 2016 OPTIONS IMPORT: --ifconfig/up options modified
Tue Feb  9 22:14:53 2016 OPTIONS IMPORT: route options modified
Tue Feb  9 22:14:53 2016 OPTIONS IMPORT: route-related options modified
Tue Feb  9 22:14:53 2016 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Tue Feb  9 22:14:53 2016 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlp3s0 HWADDR=00:21:6b:74:4c:b2
Tue Feb  9 22:14:53 2016 TUN/TAP device tun0 opened
Tue Feb  9 22:14:53 2016 TUN/TAP TX queue length set to 100
Tue Feb  9 22:14:53 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Tue Feb  9 22:14:53 2016 /usr/bin/ip link set dev tun0 up mtu 1500
Tue Feb  9 22:14:53 2016 /usr/bin/ip addr add dev tun0 10.5.3.167/16 broadcast 10.5.255.255
Tue Feb  9 22:14:58 2016 /usr/bin/ip route add 127.0.0.1/32 via 192.168.0.1
Tue Feb  9 22:14:58 2016 /usr/bin/ip route add 0.0.0.0/1 via 10.5.0.1
Tue Feb  9 22:14:58 2016 /usr/bin/ip route add 128.0.0.0/1 via 10.5.0.1
Tue Feb  9 22:14:58 2016 Initialization Sequence Completed
Tue Feb  9 22:15:53 2016 [server] Inactivity timeout (--ping-restart), restarting
Tue Feb  9 22:15:53 2016 SIGUSR1[soft,ping-restart] received, process restarting
Tue Feb  9 22:15:53 2016 Restart pause, 5 second(s)
Tue Feb  9 22:15:58 2016 Socket Buffers: R=[87380->87380] S=[16384->16384]
Tue Feb  9 22:15:58 2016 Attempting to establish TCP connection with [AF_INET]127.0.0.1:8118 [nonblock]
Tue Feb  9 22:15:58 2016 TCP connection established with [AF_INET]127.0.0.1:8118
Tue Feb  9 22:15:58 2016 Send to HTTP proxy: 'CONNECT europe.vpn.airdns.org:443 HTTP/1.0'
Tue Feb  9 22:16:03 2016 recv_line: TCP port read timeout expired: Operation now in progress (errno=115)
Tue Feb  9 22:16:03 2016 /usr/bin/ip route del 127.0.0.1/32
Tue Feb  9 22:16:03 2016 /usr/bin/ip route del 0.0.0.0/1
Tue Feb  9 22:16:03 2016 /usr/bin/ip route del 128.0.0.0/1
Tue Feb  9 22:16:03 2016 Closing TUN/TAP interface
Tue Feb  9 22:16:03 2016 /usr/bin/ip addr del dev tun0 10.5.3.167/16
Tue Feb  9 22:16:03 2016 SIGTERM[soft,init_instance] received, process exiting

 

Share this post


Link to post

down yer configz

set your router to not use dhcp

 

flush netmangler anything else ya use

 

in /run find dhcp stuff clear that out

 

reset resolv.conf

 

set your netctl eth0 or whatev to static config

 

iptables rules are on the forum here for airvpn and their dns only

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...