I am using OpenVPN 2.2.1 (Community Edition) to tunnel to the internet.
About 15 minutes after a successful connection with my VPN service provider and surfing the internet, my VPN connection was disrupted. Below is a partial log of what happened:
Code: Select all
Mon Oct 31 02:50:13 2011 Initialization Sequence Completed
Mon Oct 31 02:50:22 2011 Replay-window backtrack occurred [1]
Mon Oct 31 03:04:03 2011 [vpn] Inactivity timeout (--ping-restart), restarting
Mon Oct 31 03:04:03 2011 TCP/UDP: Closing socket
Mon Oct 31 03:04:03 2011 SIGUSR1[soft,ping-restart] received, process restarting
Mon Oct 31 03:04:03 2011 Restart pause, 2 second(s)
Mon Oct 31 03:04:05 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Oct 31 03:04:05 2011 Re-using SSL/TLS context
Mon Oct 31 03:04:05 2011 LZO compression initialized
Mon Oct 31 03:04:05 2011 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon Oct 31 03:04:05 2011 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon Oct 31 03:04:17 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com : [NO_DATA] The requested name is valid but does not have an IP address.
Mon Oct 31 03:04:17 2011 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Oct 31 03:04:17 2011 Local Options hash (VER=V4): '41690919'
Mon Oct 31 03:04:17 2011 Expected Remote Options hash (VER=V4): '530fdded'
Mon Oct 31 03:04:29 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com: [NO_DATA] The requested name is valid but does not have an IP address.
Mon Oct 31 03:04:46 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com: [NO_DATA] The requested name is valid but does not have an IP address.
Mon Oct 31 03:05:03 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com: [NO_DATA] The requested name is valid but does not have an IP address.
Mon Oct 31 03:05:20 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com: [NO_DATA] The requested name is valid but does not have an IP address.
Mon Oct 31 03:05:37 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com: [NO_DATA] The requested name is valid but does not have an IP address.
Mon Oct 31 03:05:54 2011 RESOLVE: Cannot resolve host address: vpn.kkk.abcde.com: [NO_DATA] The requested name is valid but does not have an IP address.
I have the following questions:
(1) At about 03:04:03 hours, there was an inactivity timeout. I remember clearly I was actively surfing the internet at that time.
(a) Why did it happen?
(b) Is there a way to prevent such recurrence?
(2) At about 03:04:17 hours, my VPN was not able to resolve host address.
(a) Was it my VPN service provider that disrupted my attempt at a VPN connection?
(b) Or was it the target website that I was surfing to earlier that disrupted my VPN connection in order to discover my real IP address?
Any help would be much appreciated.