Jump to content
Not connected, Your IP: 18.227.48.30
Sign in to follow this  
Heffalump

Initialization Sequence Completed, not any further

Recommended Posts

Hello, I cannot connect to openvpn using the terminal. I'm running Fedora25 with wayland so I think the normal airvpn client does not work.

Am I missing something?
 
openvpn AirVPN_Germany_UDP-443.ovpn 
Tue Dec  6 20:33:39 2016 OpenVPN 2.3.13 x86_64-redhat-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [iPv6] built on Nov  3 2016
Tue Dec  6 20:33:39 2016 library versions: OpenSSL 1.0.2j-fips  26 Sep 2016, LZO 2.08
Tue Dec  6 20:33:39 2016 Control Channel Authentication: tls-auth using INLINE static key file
Tue Dec  6 20:33:39 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Dec  6 20:33:39 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Dec  6 20:33:39 2016 Socket Buffers: R=[212992->212992] S=[212992->212992]
Tue Dec  6 20:33:41 2016 UDPv4 link local: [undef]
Tue Dec  6 20:33:41 2016 UDPv4 link remote: [AF_INET]185.104.184.42:443
Tue Dec  6 20:33:41 2016 TLS: Initial packet from [AF_INET]185.104.184.42:443, sid=186a6db2 3dbd0106
Tue Dec  6 20:33:41 2016 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org
Tue Dec  6 20:33:41 2016 Validating certificate key usage
Tue Dec  6 20:33:41 2016 ++ Certificate has key usage  00a0, expects 00a0
Tue Dec  6 20:33:41 2016 VERIFY KU OK
Tue Dec  6 20:33:41 2016 Validating certificate extended key usage
Tue Dec  6 20:33:41 2016 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Tue Dec  6 20:33:41 2016 VERIFY EKU OK
Tue Dec  6 20:33:41 2016 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@airvpn.org
Tue Dec  6 20:33:41 2016 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Tue Dec  6 20:33:41 2016 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Dec  6 20:33:41 2016 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Tue Dec  6 20:33:41 2016 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Dec  6 20:33:41 2016 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Tue Dec  6 20:33:41 2016 [server] Peer Connection Initiated with [AF_INET]185.104.184.42:443
Tue Dec  6 20:33:43 2016 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Tue Dec  6 20:33:43 2016 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.4.0.1,comp-lzo no,route-gateway 10.4.0.1,topology subnet,ping 10,ping-restart 60,ifconfig 10.4.0.33 255.255.0.0'
Tue Dec  6 20:33:43 2016 OPTIONS IMPORT: timers and/or timeouts modified
Tue Dec  6 20:33:43 2016 OPTIONS IMPORT: LZO parms modified
Tue Dec  6 20:33:43 2016 OPTIONS IMPORT: --ifconfig/up options modified
Tue Dec  6 20:33:43 2016 OPTIONS IMPORT: route options modified
Tue Dec  6 20:33:43 2016 OPTIONS IMPORT: route-related options modified
Tue Dec  6 20:33:43 2016 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Tue Dec  6 20:33:43 2016 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlp3s0 HWADDR=3c:a9:f4:33:37:bc
Tue Dec  6 20:33:43 2016 TUN/TAP device tun0 opened
Tue Dec  6 20:33:43 2016 TUN/TAP TX queue length set to 100
Tue Dec  6 20:33:43 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Tue Dec  6 20:33:43 2016 /usr/sbin/ip link set dev tun0 up mtu 1500
Tue Dec  6 20:33:43 2016 /usr/sbin/ip addr add dev tun0 10.4.0.33/16 broadcast 10.4.255.255
Tue Dec  6 20:33:48 2016 /usr/sbin/ip route add 185.104.184.42/32 via 192.168.0.1
Tue Dec  6 20:33:48 2016 /usr/sbin/ip route add 0.0.0.0/1 via 10.4.0.1
Tue Dec  6 20:33:48 2016 /usr/sbin/ip route add 128.0.0.0/1 via 10.4.0.1
Tue Dec  6 20:33:48 2016 Initialization Sequence Completed
 

Share this post


Link to post

Hello!

 

It's correct, Eddie UI probably won't work with Wayland, we have planned an investigation in the near future (it is probably related to Mono). You could run it in command line "mode" anyway:

https://airvpn.org/topic/11541-command-line-edition-and-syntax/

 

About OpenVPN, the initialization sequence appears fine but DNS push is not taken care of. Have a look here:

https://airvpn.org/topic/9608-how-to-accept-dns-push-on-linux-systems-with-resolvconf/

 

and then here (important):

https://airvpn.org/topic/20554-dns-fails-resolvconf-not-updated/

 

If you prefer to run Eddie, it will take care of DNS by acting directly on /etc/resolv.conf

 

Kind regards

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...