[root@waklaver ~]# openvpn --config /etc/openvpn/openvpn.conf
Wed Jun 8 15:52:11 2011 OpenVPN 2.1.1 x86_64-redhat-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] built on Jan 5 2010
Wed Jun 8 15:52:11 2011 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed Jun 8 15:52:11 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed Jun 8 15:52:11 2011 WARNING: file '/usr/local/private/openvpn/wadeklaver-laptop.key' is group or others accessible
Wed Jun 8 15:52:11 2011 Control Channel Authentication: using '/usr/local/private/openvpn/ta.key' as a OpenVPN static key file
Wed Jun 8 15:52:11 2011 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jun 8 15:52:11 2011 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jun 8 15:52:11 2011 LZO compression initialized
Wed Jun 8 15:52:11 2011 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Wed Jun 8 15:52:11 2011 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Wed Jun 8 15:52:11 2011 Local Options hash (VER=V4): '504e774e'
Wed Jun 8 15:52:11 2011 Expected Remote Options hash (VER=V4): '14168603'
Wed Jun 8 15:52:11 2011 Socket Buffers: R=[126976->131072] S=[126976->131072]
Wed Jun 8 15:52:11 2011 UDPv4 link local: [undef]
Wed Jun 8 15:52:11 2011 UDPv4 link remote: 69.10.147.2:1194
Wed Jun 8 15:52:28 2011 TLS: Initial packet from 69.10.147.2:1194, sid=0af5bac5 f703febb
Wed Jun 8 15:52:28 2011 VERIFY OK: depth=1, /C=CA/ST=BC/L=Kelowna/O=Itiva_Development/CN=certx0r/emailAddress=jayshanks@itiva.com
Wed Jun 8 15:52:28 2011 VERIFY OK: depth=0, /C=CA/ST=BC/O=Itiva_Development/CN=server/emailAddress=jayshanks@itiva.com
Wed Jun 8 15:52:29 2011 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Wed Jun 8 15:52:29 2011 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jun 8 15:52:29 2011 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Wed Jun 8 15:52:29 2011 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jun 8 15:52:29 2011 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Wed Jun 8 15:52:29 2011 [server] Peer Connection Initiated with 69.10.147.2:1194
Wed Jun 8 15:52:31 2011 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Wed Jun 8 15:52:31 2011 PUSH: Received control message: 'PUSH_REPLY,route 192.168.6.0 255.255.255.0,route 192.168.7.128 255.255.255.128,dhcp-option DNS 192.168.6.2,route 10.1.10.0 255.255.255.0,route 10.8.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,ifconfig 10.8.1.73 10.8.1.74'
Wed Jun 8 15:52:31 2011 OPTIONS IMPORT: timers and/or timeouts modified
Wed Jun 8 15:52:31 2011 OPTIONS IMPORT: --ifconfig/up options modified
Wed Jun 8 15:52:31 2011 OPTIONS IMPORT: route options modified
Wed Jun 8 15:52:31 2011 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Jun 8 15:52:31 2011 ROUTE default_gateway=206.87.32.126
Wed Jun 8 15:52:31 2011 TUN/TAP device tun0 opened
Wed Jun 8 15:52:31 2011 TUN/TAP TX queue length set to 100
Wed Jun 8 15:52:31 2011 /sbin/ip link set dev tun0 up mtu 1500
Wed Jun 8 15:52:31 2011 /sbin/ip addr add dev tun0 local 10.8.1.73 peer 10.8.1.74
Wed Jun 8 15:52:31 2011 /sbin/ip route add 192.168.6.0/24 via 10.8.1.74
Wed Jun 8 15:52:31 2011 /sbin/ip route add 192.168.7.128/25 via 10.8.1.74
Wed Jun 8 15:52:31 2011 /sbin/ip route add 10.1.10.0/24 via 10.8.1.74
Wed Jun 8 15:52:31 2011 /sbin/ip route add 10.8.0.0/24 via 10.8.1.74
Wed Jun 8 15:52:31 2011 Initialization Sequence Completed