Hi.
How are you?
I need some help.
I was make sample OpenVPN GUI using VB.Net 2008.
how i can read openvpn log and put it in textbox line by line until the openvpn exit
Sample openvpn log
Please any help.
Thank you in advance.
Sorry of my English .
How are you?
I need some help.
I was make sample OpenVPN GUI using VB.Net 2008.
how i can read openvpn log and put it in textbox line by line until the openvpn exit
Sample openvpn log
Code:
Fri Dec 27 16:16:34 2013 OpenVPN 2.2.2-ost-20120111 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Jan 11 2012
Fri Dec 27 16:16:34 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Fri Dec 27 16:16:34 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Fri Dec 27 16:16:35 2013 LZO compression initialized
Fri Dec 27 16:16:35 2013 Attempting to establish TCP connection with XXX.XXX.XXX.XXX:XXXX
Fri Dec 27 16:16:35 2013 TCP connection established with XXX.XXX.XXX.XXX:XXXX
Fri Dec 27 16:16:38 2013 TCPv4_CLIENT link local (bound): [undef]:53
Fri Dec 27 16:16:38 2013 TCPv4_CLIENT link remote: XXX.XXX.XXX.XXX:XXXX
Fri Dec 27 16:16:39 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Fri Dec 27 16:17:02 2013 [vpnbook.com] Peer Connection Initiated with 37.59.49.163:3128
Fri Dec 27 16:17:08 2013 TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{A4DBA930-9E61-4EC7-90D1-8789DC9C12F0}.tap
Fri Dec 27 16:17:08 2013 Notified TAP-Win32 driver to set a DHCP IP/netmask of XXX.XXX.XXX.XXX/255.255.255.252 on interface {A4DBA930-9E61-4EC7-90D1-8789DC9C12F0} [DHCP-serv: XXX.XXX.XXX.XXX, lease-time: 31536000]
Fri Dec 27 16:17:08 2013 Successful ARP Flush on interface [33] {A4DBA930-9E61-4EC7-90D1-8789DC9C12F0}
OK!
OK!
OK!
OK!
Fri Dec 27 16:17:10 2013 Initialization Sequence CompletedThank you in advance.
Sorry of my English .