Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created January 5, 2014 03:51
Show Gist options
  • Save dwilkins/8264104 to your computer and use it in GitHub Desktop.
Save dwilkins/8264104 to your computer and use it in GitHub Desktop.
OpenVPN stuff
Sun Jan 5 03:50:02 2014 OpenVPN 2.3.2 arm-none-linux-gnueabi [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Jan 2 2014
Sun Jan 5 03:50:02 2014 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Sun Jan 5 03:50:02 2014 WARNING: file '/data/video/openvpn/openvpn/keys/ardrone.key' is group or others accessible
Sun Jan 5 03:50:02 2014 Socket Buffers: R=[110592->131072] S=[110592->131072]
Sun Jan 5 03:50:02 2014 UDPv4 link local: [undef]
Sun Jan 5 03:50:02 2014 UDPv4 link remote: [AF_INET]162.243.25.139:1194
Sun Jan 5 03:50:02 2014 TLS: Initial packet from [AF_INET]162.243.25.139:1194, sid=0286fa62 d1c3f994
Sun Jan 5 03:50:02 2014 VERIFY OK: depth=1, C=US, ST=AL, L=Pelham, O=Conecuh, OU=conecuh, CN=turn, name=David Wilkins, emailAddress=dwilkins@conecuh.com
Sun Jan 5 03:50:02 2014 VERIFY OK: depth=0, C=US, ST=AL, L=Pelham, O=Conecuh, OU=conecuh, CN=turn, name=wilkins, emailAddress=dwilkins@conecuh.com
Sun Jan 5 03:50:03 2014 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Jan 5 03:50:03 2014 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jan 5 03:50:03 2014 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Jan 5 03:50:03 2014 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jan 5 03:50:03 2014 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sun Jan 5 03:50:03 2014 [turn] Peer Connection Initiated with [AF_INET]162.243.25.139:1194
Sun Jan 5 03:50:06 2014 SENT CONTROL [turn]: 'PUSH_REQUEST' (status=1)
Sun Jan 5 03:50:06 2014 PUSH: Received control message: 'PUSH_REPLY,route 192.168.1.200 255.255.255.255,dhcp-option DOMAIN example.com,dhcp-option DNS 192.168.0.1,dhcp-option WINS 192.168.0.1,ping 10,ping-restart 60,ifconfig 192.168.1.1 192.168.1.101'
Sun Jan 5 03:50:06 2014 OPTIONS IMPORT: timers and/or timeouts modified
Sun Jan 5 03:50:06 2014 OPTIONS IMPORT: --ifconfig/up options modified
Sun Jan 5 03:50:06 2014 OPTIONS IMPORT: route options modified
Sun Jan 5 03:50:06 2014 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sun Jan 5 03:50:06 2014 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19)
Sun Jan 5 03:50:06 2014 Exiting due to fatal error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment