Skip to content

Instantly share code, notes, and snippets.

@zuigon
Created December 6, 2014 02:44
Show Gist options
  • Save zuigon/cbf788ce0ba8fef8b949 to your computer and use it in GitHub Desktop.
Save zuigon/cbf788ce0ba8fef8b949 to your computer and use it in GitHub Desktop.
[bkrsta@core][$ sudo openvpn --config Downloads/client.ovpn
Sat Dec 6 03:41:50 2014 OpenVPN 2.2.1 x86_64-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Dec 1 2014
Enter Auth Username:bkrsta
Enter Auth Password:
Sat Dec 6 03:41:53 2014 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Dec 6 03:41:53 2014 Control Channel Authentication: tls-auth using INLINE static key file
Sat Dec 6 03:41:53 2014 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Dec 6 03:41:53 2014 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Dec 6 03:41:53 2014 LZO compression initialized
Sat Dec 6 03:41:53 2014 Control Channel MTU parms [ L:1574 D:166 EF:66 EB:0 ET:0 EL:0 ]
Sat Dec 6 03:41:53 2014 Socket Buffers: R=[212992->200000] S=[212992->200000]
Sat Dec 6 03:41:53 2014 Data Channel MTU parms [ L:1574 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ]
Sat Dec 6 03:41:53 2014 Local Options hash (VER=V4): '13a273ba'
Sat Dec 6 03:41:53 2014 Expected Remote Options hash (VER=V4): '360696c5'
Sat Dec 6 03:41:53 2014 UDPv4 link local: [undef]
Sat Dec 6 03:41:53 2014 UDPv4 link remote: [AF_INET]178.62.214.64:1194
Sat Dec 6 03:41:53 2014 TLS: Initial packet from [AF_INET]178.62.214.64:1194, sid=c2442ece d876a009
Sat Dec 6 03:41:53 2014 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat Dec 6 03:41:54 2014 VERIFY OK: depth=1, /CN=OpenVPN_CA
Sat Dec 6 03:41:54 2014 VERIFY OK: nsCertType=SERVER
Sat Dec 6 03:41:54 2014 VERIFY OK: depth=0, /CN=OpenVPN_Server
Sat Dec 6 03:42:02 2014 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Dec 6 03:42:02 2014 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Dec 6 03:42:02 2014 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Dec 6 03:42:02 2014 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Dec 6 03:42:04 2014 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Dec 6 03:42:04 2014 [OpenVPN_Server] Peer Connection Initiated with [AF_INET]178.62.214.64:1194
Sat Dec 6 03:42:07 2014 SENT CONTROL [OpenVPN_Server]: 'PUSH_REQUEST' (status=1)
Sat Dec 6 03:42:07 2014 PUSH: Received control message: 'PUSH_REPLY,explicit-exit-notify,route-gateway dhcp,route-delay 5 30,dhcp-pre-release,dhcp-renew,dhcp-release,route-metric 101,ping 12,ping-restart 50,auth-token SESS_ID_wsJ6hGhpYLCITwm00f07pQ==,comp-lzo no,redirect-gateway def1,redirect-gateway bypass-dhcp,redirect-gateway autolocal,block-ipv6'
Sat Dec 6 03:42:07 2014 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:4: dhcp-pre-release (2.2.1)
Sat Dec 6 03:42:07 2014 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:5: dhcp-renew (2.2.1)
Sat Dec 6 03:42:07 2014 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6: dhcp-release (2.2.1)
Sat Dec 6 03:42:07 2014 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:10: auth-token (2.2.1)
Sat Dec 6 03:42:07 2014 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:15: block-ipv6 (2.2.1)
Sat Dec 6 03:42:07 2014 OPTIONS IMPORT: timers and/or timeouts modified
Sat Dec 6 03:42:07 2014 OPTIONS IMPORT: explicit notify parm(s) modified
Sat Dec 6 03:42:07 2014 OPTIONS IMPORT: LZO parms modified
Sat Dec 6 03:42:07 2014 OPTIONS IMPORT: route options modified
Sat Dec 6 03:42:07 2014 OPTIONS IMPORT: route-related options modified
Sat Dec 6 03:42:07 2014 ROUTE default_gateway=192.168.1.1
Sat Dec 6 03:42:07 2014 TUN/TAP device tap0 opened
Sat Dec 6 03:42:07 2014 TUN/TAP TX queue length set to 100
Sat Dec 6 03:42:12 2014 NOTE: unable to redirect default gateway -- VPN gateway parameter (--route-gateway or --ifconfig) is missing
Sat Dec 6 03:42:12 2014 Initialization Sequence Completed
^CSat Dec 6 03:43:00 2014 event_wait : Interrupted system call (code=4)
Sat Dec 6 03:43:00 2014 SIGTERM received, sending exit notification to peer
^CSat Dec 6 03:43:01 2014 event_wait : Interrupted system call (code=4)
Sat Dec 6 03:43:01 2014 TCP/UDP: Closing socket
Sat Dec 6 03:43:01 2014 Closing TUN/TAP interface
Sat Dec 6 03:43:01 2014 SIGINT[hard,] received, process exiting
[bkrsta@core][$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment