[strongSwan] 102x102 Host2Host tunnels - failure to reestablish some of them after network outage

Jiri Horky jiri.horky at gmail.com
Mon Jul 7 21:23:01 CEST 2014


Hi all,

I am a newbie with IPsec, so please have patiance. We have rather
specific setup of two datacenters, each with 102 servers in it. Because
of performance and application-specific reasons, we deployed host2host
transparent tunnel from each server in one DC ("tch") to all others in
the other DC ("jsc").
Our requirement is to keep retrying the tunnel no matter what happens,
so I ended up with config like below for each host.

Today, there was a network outage with excessive packet lost for about
an hour between DCs, and some of the tunnels failed to reappear (88 out
of 10404). It seems that strongswan just stopped trying to connect to
some of the nodes (the failed "tunnels" are between different nodes, the
distribution seems to be random). I am out of ideas why strongswan gave
up trying and how to force real "forever retry".

I enclose snippet of charon.log of one of the failed tunnels (only
greped the appropriate conn name) from both sides.

I am on CentOS 6.5, 2.6.32-431.20.3.el6.x86_64,
strongswan-5.1.3-1.el6.x86_64

I would greatly appreciate any pointers.

Best regards
Jiri Horky

----- ipsec.conf --------
config setup

conn %default
        ikelifetime=180m
        keylife=90m
        rekeymargin=5m
        keyingtries=%forever
        keyexchange=ikev2
        mobike=no
        reauth=no
        dpdaction=restart
        closeaction=restart

include /etc/strongswan/ipsec.d/*.conf
---- nodes.conf from jsc003 -------
conn tch003
        left=5.X.Y.13
        right=77.X.Y.13
        authby=secret
        type=transport
        auto=start

---- nodes.conf from tch003 -------
conn jsc003
        left=77.X.Y.13
        right=5.X.Y.13
        authby=secret
        type=transport
        auto=start

----- charon.conf -------
charon {
#all unlisted options are default
    retry_initiate_interval = 10
}

----- charon.log (from node tch003)
(the outage started at about 13:01:40)
Jul  7 13:01:14 05[IKE] <jsc003|2694> sending DPD request
Jul  7 13:01:14 05[ENC] <jsc003|2694> generating INFORMATIONAL request
95 [ ]
Jul  7 13:01:14 05[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:14 06[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:14 06[ENC] <jsc003|2694> parsed INFORMATIONAL request 94 [ ]
Jul  7 13:01:14 06[ENC] <jsc003|2694> generating INFORMATIONAL response
94 [ ]
Jul  7 13:01:14 06[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:14 09[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:14 09[ENC] <jsc003|2694> parsed INFORMATIONAL response 95 [ ]
Jul  7 13:01:44 11[IKE] <jsc003|2694> sending DPD request
Jul  7 13:01:44 11[ENC] <jsc003|2694> generating INFORMATIONAL request
96 [ ]
Jul  7 13:01:44 11[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:48 09[IKE] <jsc003|2694> retransmit 1 of request with
message ID 96
Jul  7 13:01:48 09[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:56 11[IKE] <jsc003|2694> retransmit 2 of request with
message ID 96
Jul  7 13:01:56 11[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:02:09 14[IKE] <jsc003|2694> retransmit 3 of request with
message ID 96
Jul  7 13:02:09 14[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:02:32 06[IKE] <jsc003|2694> retransmit 4 of request with
message ID 96
Jul  7 13:02:32 06[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:14 10[IKE] <jsc003|2694> retransmit 5 of request with
message ID 96
Jul  7 13:03:14 10[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:14 12[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:14 12[ENC] <jsc003|2694> parsed INFORMATIONAL request 95 [ ]
Jul  7 13:03:14 12[ENC] <jsc003|2694> generating INFORMATIONAL response
95 [ ]
Jul  7 13:03:14 12[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:14 13[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:14 13[ENC] <jsc003|2694> parsed INFORMATIONAL response 96 [ ]
Jul  7 13:03:43 09[IKE] <jsc003|2694> sending DPD request
Jul  7 13:03:43 09[ENC] <jsc003|2694> generating INFORMATIONAL request
97 [ ]
Jul  7 13:03:43 09[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:43 04[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:43 04[ENC] <jsc003|2694> parsed INFORMATIONAL request 96 [ ]
Jul  7 13:03:43 04[ENC] <jsc003|2694> generating INFORMATIONAL response
96 [ ]
Jul  7 13:03:43 04[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:43 14[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:43 14[ENC] <jsc003|2694> parsed INFORMATIONAL response 97 [ ]
Jul  7 13:04:13 12[IKE] <jsc003|2694> sending DPD request
Jul  7 13:04:13 12[ENC] <jsc003|2694> generating INFORMATIONAL request
98 [ ]
Jul  7 13:04:13 12[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:13 05[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:13 05[ENC] <jsc003|2694> parsed INFORMATIONAL request 97 [ ]
Jul  7 13:04:13 05[ENC] <jsc003|2694> generating INFORMATIONAL response
97 [ ]
Jul  7 13:04:13 05[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:13 07[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:13 07[ENC] <jsc003|2694> parsed INFORMATIONAL response 98 [ ]
Jul  7 13:04:43 15[IKE] <jsc003|2694> sending DPD request
Jul  7 13:04:43 15[ENC] <jsc003|2694> generating INFORMATIONAL request
99 [ ]
Jul  7 13:04:43 15[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:43 05[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:43 05[ENC] <jsc003|2694> parsed INFORMATIONAL request 98 [ ]
Jul  7 13:04:43 05[ENC] <jsc003|2694> generating INFORMATIONAL response
98 [ ]
Jul  7 13:04:43 05[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:43 07[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:43 07[ENC] <jsc003|2694> parsed INFORMATIONAL response 99 [ ]
Jul  7 13:05:13 12[IKE] <jsc003|2694> sending DPD request
Jul  7 13:05:13 12[ENC] <jsc003|2694> generating INFORMATIONAL request
100 [ ]
Jul  7 13:05:13 12[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:13 06[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:13 06[ENC] <jsc003|2694> parsed INFORMATIONAL request 99 [ ]
Jul  7 13:05:13 06[ENC] <jsc003|2694> generating INFORMATIONAL response
99 [ ]
Jul  7 13:05:13 06[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:17 12[IKE] <jsc003|2694> retransmit 1 of request with
message ID 100
Jul  7 13:05:17 12[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:17 11[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:17 11[ENC] <jsc003|2694> parsed INFORMATIONAL request 99 [ ]
Jul  7 13:05:17 11[IKE] <jsc003|2694> received retransmit of request
with ID 99, retransmitting response
Jul  7 13:05:17 11[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:25 12[IKE] <jsc003|2694> retransmit 2 of request with
message ID 100
Jul  7 13:05:25 12[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:38 04[IKE] <jsc003|2694> retransmit 3 of request with
message ID 100
Jul  7 13:05:38 04[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:47 10[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:47 10[ENC] <jsc003|2694> parsed INFORMATIONAL request 100 [ ]
Jul  7 13:05:47 10[ENC] <jsc003|2694> generating INFORMATIONAL response
100 [ ]
Jul  7 13:05:47 10[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:51 14[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:51 14[ENC] <jsc003|2694> parsed INFORMATIONAL request 100 [ ]
Jul  7 13:05:51 14[IKE] <jsc003|2694> received retransmit of request
with ID 100, retransmitting response
Jul  7 13:05:51 14[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:59 13[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:59 13[ENC] <jsc003|2694> parsed INFORMATIONAL request 100 [ ]
Jul  7 13:05:59 13[IKE] <jsc003|2694> received retransmit of request
with ID 100, retransmitting response
Jul  7 13:05:59 13[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:06:01 15[IKE] <jsc003|2694> retransmit 4 of request with
message ID 100
Jul  7 13:06:01 15[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:06:12 08[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:06:12 08[ENC] <jsc003|2694> parsed INFORMATIONAL request 100 [ ]
Jul  7 13:06:12 08[IKE] <jsc003|2694> received retransmit of request
with ID 100, retransmitting response
Jul  7 13:06:12 08[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:06:35 06[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:06:35 06[ENC] <jsc003|2694> parsed INFORMATIONAL request 100 [ ]
Jul  7 13:06:35 06[IKE] <jsc003|2694> received retransmit of request
with ID 100, retransmitting response
Jul  7 13:06:35 06[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:06:43 15[IKE] <jsc003|2694> retransmit 5 of request with
message ID 100
Jul  7 13:06:43 15[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:07:17 13[NET] <jsc003|2694> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:07:17 13[ENC] <jsc003|2694> parsed INFORMATIONAL request 100 [ ]
Jul  7 13:07:17 13[IKE] <jsc003|2694> received retransmit of request
with ID 100, retransmitting response
Jul  7 13:07:17 13[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:07:58 13[IKE] <jsc003|2694> giving up after 5 retransmits
Jul  7 13:07:58 13[IKE] <jsc003|2694> restarting CHILD_SA jsc003
Jul  7 13:07:58 13[IKE] <jsc003|2694> initiating IKE_SA jsc003[2833] to
5.45.60.13
Jul  7 13:07:58 13[ENC] <jsc003|2694> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:07:58 13[NET] <jsc003|2694> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:07:59 08[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (440 bytes)
Jul  7 13:07:59 08[ENC] <jsc003|2833> parsed IKE_SA_INIT response 0 [ SA
KE No N(NATD_S_IP) N(NATD_D_IP) N(MULT_AUTH) ]
Jul  7 13:07:59 08[IKE] <jsc003|2833> authentication of '77.234.46.13'
(myself) with pre-shared key
Jul  7 13:07:59 08[IKE] <jsc003|2833> establishing CHILD_SA jsc003{272}
Jul  7 13:07:59 08[ENC] <jsc003|2833> generating IKE_AUTH request 1 [
IDi N(INIT_CONTACT) IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH)
N(EAP_ONLY) ]
Jul  7 13:07:59 08[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:08:03 11[IKE] <jsc003|2833> retransmit 1 of request with
message ID 1
Jul  7 13:08:03 11[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:08:10 11[IKE] <jsc003|2833> retransmit 2 of request with
message ID 1
Jul  7 13:08:10 11[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:08:23 07[IKE] <jsc003|2833> retransmit 3 of request with
message ID 1
Jul  7 13:08:23 07[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:08:46 09[IKE] <jsc003|2833> retransmit 4 of request with
message ID 1
Jul  7 13:08:46 09[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:09:28 10[IKE] <jsc003|2833> retransmit 5 of request with
message ID 1
Jul  7 13:09:28 10[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:10:44 09[IKE] <jsc003|2833> giving up after 5 retransmits
Jul  7 13:10:44 09[IKE] <jsc003|2833> peer not responding, trying again
(2/0)
Jul  7 13:10:44 09[IKE] <jsc003|2833> initiating IKE_SA jsc003[2833] to
5.45.60.13
Jul  7 13:10:44 09[ENC] <jsc003|2833> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:10:44 09[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:10:48 11[IKE] <jsc003|2833> retransmit 1 of request with
message ID 0
Jul  7 13:10:48 11[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:10:55 04[IKE] <jsc003|2833> retransmit 2 of request with
message ID 0
Jul  7 13:10:55 04[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:11:08 06[IKE] <jsc003|2833> retransmit 3 of request with
message ID 0
Jul  7 13:11:08 06[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:11:31 09[IKE] <jsc003|2833> retransmit 4 of request with
message ID 0
Jul  7 13:11:31 09[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:12:13 12[IKE] <jsc003|2833> retransmit 5 of request with
message ID 0
Jul  7 13:12:13 12[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:13:29 05[IKE] <jsc003|2833> giving up after 5 retransmits
Jul  7 13:13:29 05[IKE] <jsc003|2833> peer not responding, trying again
(3/0)
Jul  7 13:13:29 05[IKE] <jsc003|2833> initiating IKE_SA jsc003[2833] to
5.45.60.13
Jul  7 13:13:29 05[ENC] <jsc003|2833> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:13:29 05[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:13:33 05[IKE] <jsc003|2833> retransmit 1 of request with
message ID 0
Jul  7 13:13:33 05[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (708 bytes)
Jul  7 13:13:33 14[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (440 bytes)
Jul  7 13:13:33 14[ENC] <jsc003|2833> parsed IKE_SA_INIT response 0 [ SA
KE No N(NATD_S_IP) N(NATD_D_IP) N(MULT_AUTH) ]
Jul  7 13:13:33 14[IKE] <jsc003|2833> authentication of '77.234.46.13'
(myself) with pre-shared key
Jul  7 13:13:33 14[IKE] <jsc003|2833> establishing CHILD_SA jsc003
Jul  7 13:13:33 14[ENC] <jsc003|2833> generating IKE_AUTH request 1 [
IDi N(INIT_CONTACT) IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH)
N(EAP_ONLY) ]
Jul  7 13:13:33 14[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:13:37 12[IKE] <jsc003|2833> retransmit 1 of request with
message ID 1
Jul  7 13:13:37 12[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:13:44 12[IKE] <jsc003|2833> retransmit 2 of request with
message ID 1
Jul  7 13:13:44 12[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (380 bytes)
Jul  7 13:13:44 06[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (204 bytes)
Jul  7 13:13:44 06[ENC] <jsc003|2833> parsed IKE_AUTH response 1 [ IDr
AUTH N(USE_TRANSP) SA TSi TSr ]
Jul  7 13:13:44 06[IKE] <jsc003|2833> authentication of '5.45.60.13'
with pre-shared key successful
Jul  7 13:13:44 06[IKE] <jsc003|2833> IKE_SA jsc003[2833] established
between 77.234.46.13[77.234.46.13]...5.45.60.13[5.45.60.13]
Jul  7 13:13:44 06[IKE] <jsc003|2833> scheduling rekeying in 10202s
Jul  7 13:13:44 06[IKE] <jsc003|2833> maximum IKE_SA lifetime 10502s
Jul  7 13:13:44 06[IKE] <jsc003|2833> CHILD_SA jsc003{800} established
with SPIs c2274c1a_i ccfb1e44_o and TS 77.234.46.13/32 === 5.45.60.13/32
Jul  7 13:14:14 13[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:14 13[ENC] <jsc003|2833> parsed INFORMATIONAL request 0 [ ]
Jul  7 13:14:14 13[ENC] <jsc003|2833> generating INFORMATIONAL response
0 [ ]
Jul  7 13:14:14 13[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:18 10[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:18 10[ENC] <jsc003|2833> parsed INFORMATIONAL request 0 [ ]
Jul  7 13:14:18 10[IKE] <jsc003|2833> received retransmit of request
with ID 0, retransmitting response
Jul  7 13:14:18 10[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:25 11[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:25 11[ENC] <jsc003|2833> parsed INFORMATIONAL request 0 [ ]
Jul  7 13:14:25 11[IKE] <jsc003|2833> received retransmit of request
with ID 0, retransmitting response
Jul  7 13:14:25 11[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:26 12[CFG] <jsc003|2932> selected peer config 'jsc003'
Jul  7 13:14:26 12[IKE] <jsc003|2932> authentication of '5.45.60.13'
with pre-shared key successful
Jul  7 13:14:26 12[IKE] <jsc003|2932> authentication of '77.234.46.13'
(myself) with pre-shared key
Jul  7 13:14:26 12[IKE] <jsc003|2833> deleting duplicate IKE_SA for peer
'5.45.60.13' due to uniqueness policy
Jul  7 13:14:26 12[IKE] <jsc003|2833> deleting IKE_SA jsc003[2833]
between 77.234.46.13[77.234.46.13]...5.45.60.13[5.45.60.13]
Jul  7 13:14:26 12[IKE] <jsc003|2833> sending DELETE for IKE_SA jsc003[2833]
Jul  7 13:14:26 12[ENC] <jsc003|2833> generating INFORMATIONAL request 2
[ D ]
Jul  7 13:14:26 12[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:26 12[IKE] <jsc003|2932> IKE_SA jsc003[2932] established
between 77.234.46.13[77.234.46.13]...5.45.60.13[5.45.60.13]
Jul  7 13:14:26 12[IKE] <jsc003|2932> scheduling rekeying in 10428s
Jul  7 13:14:26 12[IKE] <jsc003|2932> maximum IKE_SA lifetime 10728s
Jul  7 13:14:26 12[CFG] <jsc003|2932> unable to install policy
77.234.46.13/32 === 5.45.60.13/32 out (mark 0/0x00000000) for reqid 811,
the same policy for reqid 800 exists
Jul  7 13:14:26 12[CFG] <jsc003|2932> unable to install policy
5.45.60.13/32 === 77.234.46.13/32 in (mark 0/0x00000000) for reqid 811,
the same policy for reqid 800 exists
Jul  7 13:14:26 12[CFG] <jsc003|2932> unable to install policy
77.234.46.13/32 === 5.45.60.13/32 out (mark 0/0x00000000) for reqid 811,
the same policy for reqid 800 exists
Jul  7 13:14:26 12[CFG] <jsc003|2932> unable to install policy
5.45.60.13/32 === 77.234.46.13/32 in (mark 0/0x00000000) for reqid 811,
the same policy for reqid 800 exists
Jul  7 13:14:26 12[IKE] <jsc003|2932> unable to install IPsec policies
(SPD) in kernel
Jul  7 13:14:26 12[IKE] <jsc003|2932> failed to establish CHILD_SA,
keeping IKE_SA
Jul  7 13:14:26 12[KNL] <jsc003|2932> deleting policy 77.234.46.13/32
=== 5.45.60.13/32 out failed, not found
Jul  7 13:14:26 12[KNL] <jsc003|2932> deleting policy 5.45.60.13/32 ===
77.234.46.13/32 in failed, not found
Jul  7 13:14:26 12[KNL] <jsc003|2932> deleting policy 77.234.46.13/32
=== 5.45.60.13/32 out failed, not found
Jul  7 13:14:26 12[KNL] <jsc003|2932> deleting policy 5.45.60.13/32 ===
77.234.46.13/32 in failed, not found
Jul  7 13:14:26 12[ENC] <jsc003|2932> generating IKE_AUTH response 1 [
IDr AUTH N(TS_UNACCEPT) ]
Jul  7 13:14:26 12[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:14:30 08[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:14:30 08[ENC] <jsc003|2932> parsed IKE_AUTH request 1 [ IDi
IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH) N(EAP_ONLY) ]
Jul  7 13:14:30 08[IKE] <jsc003|2932> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:14:30 08[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:14:30 11[IKE] <jsc003|2833> retransmit 1 of request with
message ID 2
Jul  7 13:14:30 11[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:37 15[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:14:37 15[ENC] <jsc003|2932> parsed IKE_AUTH request 1 [ IDi
IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH) N(EAP_ONLY) ]
Jul  7 13:14:37 15[IKE] <jsc003|2932> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:14:37 15[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:14:37 08[IKE] <jsc003|2833> retransmit 2 of request with
message ID 2
Jul  7 13:14:37 08[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:38 04[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:38 04[ENC] <jsc003|2833> parsed INFORMATIONAL request 0 [ ]
Jul  7 13:14:38 04[IKE] <jsc003|2833> received retransmit of request
with ID 0, retransmitting response
Jul  7 13:14:38 04[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:50 11[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:14:50 11[ENC] <jsc003|2932> parsed IKE_AUTH request 1 [ IDi
IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH) N(EAP_ONLY) ]
Jul  7 13:14:50 11[IKE] <jsc003|2932> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:14:50 11[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:14:50 10[IKE] <jsc003|2833> retransmit 3 of request with
message ID 2
Jul  7 13:14:50 10[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:08 12[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:08 12[ENC] <jsc003|2833> parsed INFORMATIONAL request 1 [ ]
Jul  7 13:15:08 12[ENC] <jsc003|2833> generating INFORMATIONAL response
1 [ ]
Jul  7 13:15:08 12[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:12 13[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:12 13[ENC] <jsc003|2833> parsed INFORMATIONAL request 1 [ ]
Jul  7 13:15:12 13[IKE] <jsc003|2833> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:15:12 13[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:13 04[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:15:13 04[ENC] <jsc003|2932> parsed IKE_AUTH request 1 [ IDi
IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH) N(EAP_ONLY) ]
Jul  7 13:15:13 04[IKE] <jsc003|2932> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:15:13 04[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:15:13 07[IKE] <jsc003|2833> retransmit 4 of request with
message ID 2
Jul  7 13:15:13 07[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:19 10[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:19 10[ENC] <jsc003|2833> parsed INFORMATIONAL request 1 [ ]
Jul  7 13:15:19 10[IKE] <jsc003|2833> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:15:19 10[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:32 12[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:32 12[ENC] <jsc003|2833> parsed INFORMATIONAL request 1 [ ]
Jul  7 13:15:32 12[IKE] <jsc003|2833> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:15:32 12[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:44 10[IKE] <jsc003|2932> sending DPD request
Jul  7 13:15:44 10[ENC] <jsc003|2932> generating INFORMATIONAL request 0 [ ]
Jul  7 13:15:44 10[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:48 06[IKE] <jsc003|2932> retransmit 1 of request with
message ID 0
Jul  7 13:15:48 06[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:55 13[IKE] <jsc003|2932> retransmit 2 of request with
message ID 0
Jul  7 13:15:55 13[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:55 15[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:15:55 15[ENC] <jsc003|2932> parsed IKE_AUTH request 1 [ IDi
IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH) N(EAP_ONLY) ]
Jul  7 13:15:55 15[IKE] <jsc003|2932> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:15:55 15[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:15:55 10[IKE] <jsc003|2833> retransmit 5 of request with
message ID 2
Jul  7 13:15:55 10[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:15:56 04[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:56 04[ENC] <jsc003|2833> parsed INFORMATIONAL request 1 [ ]
Jul  7 13:15:56 04[IKE] <jsc003|2833> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:15:56 04[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:08 13[IKE] <jsc003|2932> retransmit 3 of request with
message ID 0
Jul  7 13:16:08 13[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:25 13[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:25 13[ENC] <jsc003|2932> parsed INFORMATIONAL request 2 [ ]
Jul  7 13:16:25 13[ENC] <jsc003|2932> generating INFORMATIONAL response
2 [ ]
Jul  7 13:16:25 13[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:29 10[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:29 10[ENC] <jsc003|2932> parsed INFORMATIONAL request 2 [ ]
Jul  7 13:16:29 10[IKE] <jsc003|2932> received retransmit of request
with ID 2, retransmitting response
Jul  7 13:16:29 10[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:31 12[IKE] <jsc003|2932> retransmit 4 of request with
message ID 0
Jul  7 13:16:31 12[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:37 12[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:37 12[ENC] <jsc003|2932> parsed INFORMATIONAL request 2 [ ]
Jul  7 13:16:37 12[IKE] <jsc003|2932> received retransmit of request
with ID 2, retransmitting response
Jul  7 13:16:37 12[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:38 13[NET] <jsc003|2833> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:38 13[ENC] <jsc003|2833> parsed INFORMATIONAL request 1 [ ]
Jul  7 13:16:38 13[IKE] <jsc003|2833> received retransmit of request
with ID 1, retransmitting response
Jul  7 13:16:38 13[NET] <jsc003|2833> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:16:50 15[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:50 15[ENC] <jsc003|2932> parsed INFORMATIONAL request 2 [ ]
Jul  7 13:16:50 15[IKE] <jsc003|2932> received retransmit of request
with ID 2, retransmitting response
Jul  7 13:16:50 15[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:17:11 06[IKE] <jsc003|2833> giving up after 5 retransmits
Jul  7 13:17:11 06[IKE] <jsc003|2833> proper IKE_SA delete failed, peer
not responding
Jul  7 13:17:13 11[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:17:13 11[ENC] <jsc003|2932> parsed INFORMATIONAL request 2 [ ]
Jul  7 13:17:13 11[IKE] <jsc003|2932> received retransmit of request
with ID 2, retransmitting response
Jul  7 13:17:13 11[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:17:13 06[IKE] <jsc003|2932> retransmit 5 of request with
message ID 0
Jul  7 13:17:13 06[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:17:55 13[NET] <jsc003|2932> received packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:17:55 13[ENC] <jsc003|2932> parsed INFORMATIONAL request 2 [ ]
Jul  7 13:17:55 13[IKE] <jsc003|2932> received retransmit of request
with ID 2, retransmitting response
Jul  7 13:17:55 13[NET] <jsc003|2932> sending packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:18:29 06[IKE] <jsc003|2932> giving up after 5 retransmits
(nothing else for jsc003 in the log)

----- charon.log (from node jsc003)
Jul  7 13:01:14 07[IKE] <tch003|2744> sending DPD request
Jul  7 13:01:14 07[ENC] <tch003|2744> generating INFORMATIONAL request
94 [ ]
Jul  7 13:01:14 07[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:14 09[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:14 09[ENC] <tch003|2744> parsed INFORMATIONAL request 95 [ ]
Jul  7 13:01:14 09[ENC] <tch003|2744> generating INFORMATIONAL response
95 [ ]
Jul  7 13:01:14 09[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:14 06[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:14 06[ENC] <tch003|2744> parsed INFORMATIONAL response 94 [ ]
Jul  7 13:01:44 09[IKE] <tch003|2744> sending DPD request
Jul  7 13:01:44 09[ENC] <tch003|2744> generating INFORMATIONAL request
95 [ ]
Jul  7 13:01:44 09[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:44 11[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:44 11[ENC] <tch003|2744> parsed INFORMATIONAL request 96 [ ]
Jul  7 13:01:44 11[ENC] <tch003|2744> generating INFORMATIONAL response
96 [ ]
Jul  7 13:01:44 11[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:48 14[IKE] <tch003|2744> retransmit 1 of request with
message ID 95
Jul  7 13:01:48 14[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:48 12[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:48 12[ENC] <tch003|2744> parsed INFORMATIONAL request 96 [ ]
Jul  7 13:01:48 12[IKE] <tch003|2744> received retransmit of request
with ID 96, retransmitting response
Jul  7 13:01:48 12[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:56 14[IKE] <tch003|2744> retransmit 2 of request with
message ID 95
Jul  7 13:01:56 14[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:01:56 12[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:01:56 12[ENC] <tch003|2744> parsed INFORMATIONAL request 96 [ ]
Jul  7 13:01:56 12[IKE] <tch003|2744> received retransmit of request
with ID 96, retransmitting response
Jul  7 13:01:56 12[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:02:09 11[IKE] <tch003|2744> retransmit 3 of request with
message ID 95
Jul  7 13:02:09 11[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:02:32 11[IKE] <tch003|2744> retransmit 4 of request with
message ID 95
Jul  7 13:02:32 11[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:14 08[IKE] <tch003|2744> retransmit 5 of request with
message ID 95
Jul  7 13:03:14 08[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:14 04[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:14 04[ENC] <tch003|2744> parsed INFORMATIONAL request 96 [ ]
Jul  7 13:03:14 04[IKE] <tch003|2744> received retransmit of request
with ID 96, retransmitting response
Jul  7 13:03:14 04[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:14 05[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:14 05[ENC] <tch003|2744> parsed INFORMATIONAL response 95 [ ]
Jul  7 13:03:43 07[IKE] <tch003|2744> sending DPD request
Jul  7 13:03:43 07[ENC] <tch003|2744> generating INFORMATIONAL request
96 [ ]
Jul  7 13:03:43 07[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:43 06[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:43 06[ENC] <tch003|2744> parsed INFORMATIONAL request 97 [ ]
Jul  7 13:03:43 06[ENC] <tch003|2744> generating INFORMATIONAL response
97 [ ]
Jul  7 13:03:43 06[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:03:43 11[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:03:43 11[ENC] <tch003|2744> parsed INFORMATIONAL response 96 [ ]
Jul  7 13:04:13 06[IKE] <tch003|2744> sending DPD request
Jul  7 13:04:13 06[ENC] <tch003|2744> generating INFORMATIONAL request
97 [ ]
Jul  7 13:04:13 06[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:13 07[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:13 07[ENC] <tch003|2744> parsed INFORMATIONAL request 98 [ ]
Jul  7 13:04:13 07[ENC] <tch003|2744> generating INFORMATIONAL response
98 [ ]
Jul  7 13:04:13 07[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:13 11[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:13 11[ENC] <tch003|2744> parsed INFORMATIONAL response 97 [ ]
Jul  7 13:04:43 06[IKE] <tch003|2744> sending DPD request
Jul  7 13:04:43 06[ENC] <tch003|2744> generating INFORMATIONAL request
98 [ ]
Jul  7 13:04:43 06[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:43 11[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:43 11[ENC] <tch003|2744> parsed INFORMATIONAL request 99 [ ]
Jul  7 13:04:43 11[ENC] <tch003|2744> generating INFORMATIONAL response
99 [ ]
Jul  7 13:04:43 11[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:04:43 15[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:04:43 15[ENC] <tch003|2744> parsed INFORMATIONAL response 98 [ ]
Jul  7 13:05:13 11[IKE] <tch003|2744> sending DPD request
Jul  7 13:05:13 11[ENC] <tch003|2744> generating INFORMATIONAL request
99 [ ]
Jul  7 13:05:13 11[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:17 11[IKE] <tch003|2744> retransmit 1 of request with
message ID 99
Jul  7 13:05:17 11[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:18 08[NET] <tch003|2744> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:05:18 08[ENC] <tch003|2744> parsed INFORMATIONAL response 99 [ ]
Jul  7 13:05:47 09[IKE] <tch003|2744> sending DPD request
Jul  7 13:05:47 09[ENC] <tch003|2744> generating INFORMATIONAL request
100 [ ]
Jul  7 13:05:47 09[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:51 13[IKE] <tch003|2744> retransmit 1 of request with
message ID 100
Jul  7 13:05:51 13[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:05:59 04[IKE] <tch003|2744> retransmit 2 of request with
message ID 100
Jul  7 13:05:59 04[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:06:12 12[IKE] <tch003|2744> retransmit 3 of request with
message ID 100
Jul  7 13:06:12 12[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:06:35 04[IKE] <tch003|2744> retransmit 4 of request with
message ID 100
Jul  7 13:06:35 04[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:07:17 09[IKE] <tch003|2744> retransmit 5 of request with
message ID 100
Jul  7 13:07:17 09[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:08:32 12[IKE] <tch003|2744> giving up after 5 retransmits
Jul  7 13:08:32 12[IKE] <tch003|2744> restarting CHILD_SA tch003
Jul  7 13:08:32 12[IKE] <tch003|2744> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:08:32 12[ENC] <tch003|2744> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:08:32 12[NET] <tch003|2744> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:08:36 14[IKE] <tch003|2897> retransmit 1 of request with
message ID 0
Jul  7 13:08:36 14[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:08:44 09[IKE] <tch003|2897> retransmit 2 of request with
message ID 0
Jul  7 13:08:44 09[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:08:57 09[IKE] <tch003|2897> retransmit 3 of request with
message ID 0
Jul  7 13:08:57 09[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:09:20 09[IKE] <tch003|2897> retransmit 4 of request with
message ID 0
Jul  7 13:09:20 09[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:10:02 13[IKE] <tch003|2897> retransmit 5 of request with
message ID 0
Jul  7 13:10:02 13[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:11:18 07[IKE] <tch003|2897> giving up after 5 retransmits
Jul  7 13:11:18 07[IKE] <tch003|2897> peer not responding, trying again
(2/0)
Jul  7 13:11:18 07[IKE] <tch003|2897> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:11:18 07[ENC] <tch003|2897> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:11:18 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:11:18 06[NET] <tch003|2897> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:11:18 06[ENC] <tch003|2897> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:11:18 06[IKE] <tch003|2897> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:11:18 06[ENC] <tch003|2897> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:11:18 06[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:11:22 08[IKE] <tch003|2897> retransmit 1 of request with
message ID 0
Jul  7 13:11:22 08[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:11:22 05[IKE] <tch003|2897> retransmit 2 of request with
message ID 0
Jul  7 13:11:22 05[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:11:29 05[IKE] <tch003|2897> retransmit 3 of request with
message ID 0
Jul  7 13:11:29 05[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:11:35 05[IKE] <tch003|2897> retransmit 4 of request with
message ID 0
Jul  7 13:11:35 05[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:11:52 04[IKE] <tch003|2897> retransmit 5 of request with
message ID 0
Jul  7 13:11:52 04[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:12:17 12[IKE] <tch003|2897> giving up after 5 retransmits
Jul  7 13:12:17 12[IKE] <tch003|2897> peer not responding, trying again
(3/0)
Jul  7 13:12:17 12[IKE] <tch003|2897> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:12:17 12[ENC] <tch003|2897> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:12:17 12[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:12:21 08[IKE] <tch003|2897> retransmit 1 of request with
message ID 0
Jul  7 13:12:21 08[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:12:28 04[IKE] <tch003|2897> retransmit 2 of request with
message ID 0
Jul  7 13:12:28 04[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:12:41 10[IKE] <tch003|2897> retransmit 3 of request with
message ID 0
Jul  7 13:12:41 10[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:13:04 07[IKE] <tch003|2897> retransmit 4 of request with
message ID 0
Jul  7 13:13:04 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:13:08 08[IKE] <tch003|2897> retransmit 5 of request with
message ID 0
Jul  7 13:13:08 08[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:13:44 09[CFG] <tch003|2947> selected peer config 'tch003'
Jul  7 13:13:44 09[IKE] <tch003|2947> authentication of '77.234.46.13'
with pre-shared key successful
Jul  7 13:13:44 09[IKE] <tch003|2947> authentication of '5.45.60.13'
(myself) with pre-shared key
Jul  7 13:13:44 09[IKE] <tch003|2947> IKE_SA tch003[2947] established
between 5.45.60.13[5.45.60.13]...77.234.46.13[77.234.46.13]
Jul  7 13:13:44 09[IKE] <tch003|2947> scheduling rekeying in 10229s
Jul  7 13:13:44 09[IKE] <tch003|2947> maximum IKE_SA lifetime 10529s
Jul  7 13:13:44 09[IKE] <tch003|2947> CHILD_SA tch003{811} established
with SPIs ccfb1e44_i c2274c1a_o and TS 5.45.60.13/32 === 77.234.46.13/32
Jul  7 13:13:44 09[ENC] <tch003|2947> generating IKE_AUTH response 1 [
IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul  7 13:13:44 09[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (204 bytes)
Jul  7 13:13:46 08[IKE] <tch003|2897> giving up after 5 retransmits
Jul  7 13:13:46 08[IKE] <tch003|2897> peer not responding, trying again
(4/0)
Jul  7 13:13:46 08[IKE] <tch003|2897> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:13:46 08[ENC] <tch003|2897> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:13:46 08[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:13:50 09[IKE] <tch003|2897> retransmit 1 of request with
message ID 0
Jul  7 13:13:50 09[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:13:57 08[IKE] <tch003|2897> retransmit 2 of request with
message ID 0
Jul  7 13:13:57 08[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:13:57 07[NET] <tch003|2897> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:13:57 07[ENC] <tch003|2897> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:13:57 07[IKE] <tch003|2897> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:13:57 07[ENC] <tch003|2897> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:13:57 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:01 13[IKE] <tch003|2897> retransmit 1 of request with
message ID 0
Jul  7 13:14:01 13[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:09 07[IKE] <tch003|2897> retransmit 2 of request with
message ID 0
Jul  7 13:14:09 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:10 14[IKE] <tch003|2897> retransmit 3 of request with
message ID 0
Jul  7 13:14:10 14[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:14 04[IKE] <tch003|2947> sending DPD request
Jul  7 13:14:14 04[ENC] <tch003|2947> generating INFORMATIONAL request 0 [ ]
Jul  7 13:14:14 04[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:18 08[IKE] <tch003|2947> retransmit 1 of request with
message ID 0
Jul  7 13:14:18 08[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:22 13[IKE] <tch003|2897> retransmit 4 of request with
message ID 0
Jul  7 13:14:22 13[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:22 14[NET] <tch003|2897> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:14:22 14[ENC] <tch003|2897> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:14:22 14[IKE] <tch003|2897> initiating IKE_SA tch003[2897] to
77.234.46.13
Jul  7 13:14:22 14[ENC] <tch003|2897> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:14:22 14[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:23 13[IKE] <tch003|2897> retransmit 1 of request with
message ID 0
Jul  7 13:14:23 13[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:25 04[IKE] <tch003|2947> retransmit 2 of request with
message ID 0
Jul  7 13:14:25 04[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:26 07[IKE] <tch003|2897> retransmit 2 of request with
message ID 0
Jul  7 13:14:26 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:14:26 12[NET] <tch003|2897> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (440 bytes)
Jul  7 13:14:26 12[ENC] <tch003|2897> parsed IKE_SA_INIT response 0 [ SA
KE No N(NATD_S_IP) N(NATD_D_IP) N(MULT_AUTH) ]
Jul  7 13:14:26 12[IKE] <tch003|2897> authentication of '5.45.60.13'
(myself) with pre-shared key
Jul  7 13:14:26 12[IKE] <tch003|2897> establishing CHILD_SA tch003
Jul  7 13:14:26 12[ENC] <tch003|2897> generating IKE_AUTH request 1 [
IDi IDr AUTH N(USE_TRANSP) SA TSi TSr N(MULT_AUTH) N(EAP_ONLY) ]
Jul  7 13:14:26 12[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:14:30 06[IKE] <tch003|2897> retransmit 1 of request with
message ID 1
Jul  7 13:14:30 06[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:14:37 08[IKE] <tch003|2897> retransmit 2 of request with
message ID 1
Jul  7 13:14:37 08[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:14:38 05[IKE] <tch003|2947> retransmit 3 of request with
message ID 0
Jul  7 13:14:38 05[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:14:38 12[NET] <tch003|2947> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (76 bytes)
Jul  7 13:14:38 12[ENC] <tch003|2947> parsed INFORMATIONAL response 0 [ ]
Jul  7 13:14:50 07[IKE] <tch003|2897> retransmit 3 of request with
message ID 1
Jul  7 13:14:50 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:15:08 14[IKE] <tch003|2947> sending DPD request
Jul  7 13:15:08 14[ENC] <tch003|2947> generating INFORMATIONAL request 1 [ ]
Jul  7 13:15:08 14[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:12 04[IKE] <tch003|2947> retransmit 1 of request with
message ID 1
Jul  7 13:15:12 04[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:13 09[IKE] <tch003|2897> retransmit 4 of request with
message ID 1
Jul  7 13:15:13 09[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:15:19 09[IKE] <tch003|2947> retransmit 2 of request with
message ID 1
Jul  7 13:15:19 09[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:32 04[IKE] <tch003|2947> retransmit 3 of request with
message ID 1
Jul  7 13:15:32 04[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:15:55 10[IKE] <tch003|2897> retransmit 5 of request with
message ID 1
Jul  7 13:15:55 10[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (380 bytes)
Jul  7 13:15:55 15[NET] <tch003|2897> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (124 bytes)
Jul  7 13:15:55 15[ENC] <tch003|2897> parsed IKE_AUTH response 1 [ IDr
AUTH N(TS_UNACCEPT) ]
Jul  7 13:15:55 15[IKE] <tch003|2897> authentication of '77.234.46.13'
with pre-shared key successful
Jul  7 13:15:55 15[IKE] <tch003|2897> IKE_SA tch003[2897] established
between 5.45.60.13[5.45.60.13]...77.234.46.13[77.234.46.13]
Jul  7 13:15:55 15[IKE] <tch003|2897> scheduling rekeying in 10442s
Jul  7 13:15:55 15[IKE] <tch003|2897> maximum IKE_SA lifetime 10742s
Jul  7 13:15:55 15[IKE] <tch003|2897> received TS_UNACCEPTABLE notify,
no CHILD_SA built
Jul  7 13:15:55 15[IKE] <tch003|2897> failed to establish CHILD_SA,
keeping IKE_SA
Jul  7 13:15:56 04[IKE] <tch003|2947> retransmit 4 of request with
message ID 1
Jul  7 13:15:56 04[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:25 07[IKE] <tch003|2897> sending DPD request
Jul  7 13:16:25 07[ENC] <tch003|2897> generating INFORMATIONAL request 2 [ ]
Jul  7 13:16:25 07[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:29 09[IKE] <tch003|2897> retransmit 1 of request with
message ID 2
Jul  7 13:16:29 09[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:37 12[IKE] <tch003|2897> retransmit 2 of request with
message ID 2
Jul  7 13:16:37 12[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:38 05[IKE] <tch003|2947> retransmit 5 of request with
message ID 1
Jul  7 13:16:38 05[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:16:50 06[IKE] <tch003|2897> retransmit 3 of request with
message ID 2
Jul  7 13:16:50 06[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:17:13 04[IKE] <tch003|2897> retransmit 4 of request with
message ID 2
Jul  7 13:17:13 04[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:17:53 11[IKE] <tch003|2947> giving up after 5 retransmits
Jul  7 13:17:53 11[IKE] <tch003|2947> restarting CHILD_SA tch003
Jul  7 13:17:53 11[IKE] <tch003|2947> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:17:53 11[ENC] <tch003|2947> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:17:53 11[NET] <tch003|2947> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:17:55 12[IKE] <tch003|2897> retransmit 5 of request with
message ID 2
Jul  7 13:17:55 12[NET] <tch003|2897> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (76 bytes)
Jul  7 13:17:57 13[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:17:57 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:18:04 07[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:18:04 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:18:17 06[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:18:17 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:18:41 06[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:18:41 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:19:10 05[IKE] <tch003|2897> giving up after 5 retransmits
Jul  7 13:19:23 04[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:19:23 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:20:38 08[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:20:38 08[IKE] <tch003|2978> peer not responding, trying again
(2/0)
Jul  7 13:20:38 08[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:20:38 08[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:20:38 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:20:42 11[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:20:42 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:20:50 12[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:20:50 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:21:02 04[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:21:02 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:21:26 06[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:21:26 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:22:08 11[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:22:08 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:23:23 07[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:23:23 07[IKE] <tch003|2978> peer not responding, trying again
(3/0)
Jul  7 13:23:23 07[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:23:23 07[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:23:23 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:23:27 14[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:23:27 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:23:35 08[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:23:35 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:23:48 13[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:23:48 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:24:11 09[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:24:11 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:24:53 06[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:24:53 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:26:08 13[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:26:08 13[IKE] <tch003|2978> peer not responding, trying again
(4/0)
Jul  7 13:26:08 13[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:26:08 13[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:26:08 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:26:12 07[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:26:12 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (708 bytes)
Jul  7 13:26:13 11[NET] <tch003|2978> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:26:13 11[ENC] <tch003|2978> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:26:13 11[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:26:13 11[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:26:13 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:17 10[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:26:17 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:20 13[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:26:20 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:24 15[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:26:24 15[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:33 13[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:26:33 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:47 13[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:26:47 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:47 10[NET] <tch003|2978> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:26:47 10[ENC] <tch003|2978> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:26:47 10[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:26:47 10[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:26:47 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:51 12[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:26:51 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:26:59 04[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:26:59 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:27:11 05[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:27:11 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:27:15 15[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:27:15 15[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:27:35 09[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:27:35 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:27:57 13[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:27:57 13[IKE] <tch003|2978> peer not responding, trying again
(5/0)
Jul  7 13:27:57 13[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:27:57 13[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:27:57 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:01 07[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:28:01 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:03 09[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:28:03 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:08 06[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:28:08 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:16 14[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:28:16 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:31 15[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:28:31 15[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:50 05[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:28:50 05[IKE] <tch003|2978> peer not responding, trying again
(6/0)
Jul  7 13:28:50 05[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:28:50 05[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:28:50 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:54 13[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:28:54 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:58 12[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:28:58 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:28:58 04[NET] <tch003|2978> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:28:58 04[ENC] <tch003|2978> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:28:58 04[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:28:58 04[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:28:58 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:02 11[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:29:02 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:02 10[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:29:02 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:09 09[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:29:09 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:11 04[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:29:11 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:15 09[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:29:15 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:32 08[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:29:32 08[IKE] <tch003|2978> peer not responding, trying again
(7/0)
Jul  7 13:29:32 08[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:29:32 08[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:29:32 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:36 07[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:29:36 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:43 14[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:29:43 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:47 14[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:29:47 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:53 09[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:29:53 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:29:56 05[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:29:56 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:10 13[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:30:10 13[IKE] <tch003|2978> peer not responding, trying again
(8/0)
Jul  7 13:30:10 13[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:30:10 13[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:30:10 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:14 13[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:30:14 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:21 14[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:30:21 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:30 09[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:30:30 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:34 10[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:30:34 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:35 13[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:30:35 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:54 09[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:30:54 09[IKE] <tch003|2978> peer not responding, trying again
(9/0)
Jul  7 13:30:54 09[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:30:54 09[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:30:54 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:30:58 10[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:30:58 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:05 05[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:31:05 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:12 06[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:31:12 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:16 14[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:31:16 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:18 10[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:31:18 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:35 13[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:31:35 13[IKE] <tch003|2978> peer not responding, trying again
(10/0)
Jul  7 13:31:35 13[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:31:35 13[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:31:35 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:39 04[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:31:39 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:46 07[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:31:46 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:50 06[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:31:50 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:58 10[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:31:58 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:31:59 06[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:31:59 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:14 12[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:32:14 12[IKE] <tch003|2978> peer not responding, trying again
(11/0)
Jul  7 13:32:14 12[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:32:14 12[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:32:14 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:18 10[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:32:18 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:25 11[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:32:25 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:34 12[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:32:34 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:38 07[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:32:38 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:40 14[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:32:40 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:32:57 07[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:32:57 07[IKE] <tch003|2978> peer not responding, trying again
(12/0)
Jul  7 13:32:57 07[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:32:57 07[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:32:57 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:01 12[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:33:01 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:08 08[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:33:08 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:15 11[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:33:15 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:20 10[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:33:20 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:21 05[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:33:21 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:38 05[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:33:38 05[IKE] <tch003|2978> peer not responding, trying again
(13/0)
Jul  7 13:33:38 05[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:33:38 05[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:33:38 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:38 08[NET] <tch003|2978> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:33:38 08[ENC] <tch003|2978> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:33:38 08[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:33:38 08[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:33:38 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:42 04[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:33:42 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:42 15[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:33:42 15[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:49 12[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:33:49 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:55 07[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:33:55 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:33:56 14[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:33:56 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:02 05[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:34:02 05[IKE] <tch003|2978> peer not responding, trying again
(14/0)
Jul  7 13:34:02 05[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:34:02 05[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:34:02 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:06 11[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:34:06 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:13 12[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:34:13 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:13 09[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:34:13 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:26 06[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:34:26 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:36 13[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:34:36 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:37 06[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:34:37 06[IKE] <tch003|2978> peer not responding, trying again
(15/0)
Jul  7 13:34:37 06[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:34:37 06[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:34:37 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:37 06[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:34:37 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:41 13[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:34:41 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:45 07[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:34:45 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:34:54 12[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:34:54 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:08 12[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:35:08 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:08 06[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:35:08 06[IKE] <tch003|2978> peer not responding, trying again
(16/0)
Jul  7 13:35:08 06[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:35:08 06[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:35:08 06[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:11 11[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:35:11 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:12 08[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:35:12 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:19 15[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:35:19 15[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:25 10[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:35:25 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:36 08[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:35:36 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:42 12[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:35:42 12[IKE] <tch003|2978> peer not responding, trying again
(17/0)
Jul  7 13:35:42 12[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:35:42 12[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:35:42 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:46 10[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:35:46 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:52 05[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:35:52 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:35:53 12[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:35:53 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:05 10[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:36:05 10[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:07 11[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:36:07 11[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:16 12[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:36:16 12[IKE] <tch003|2978> peer not responding, trying again
(18/0)
Jul  7 13:36:16 12[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:36:16 12[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:36:16 12[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:20 07[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:36:20 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:23 08[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:36:23 08[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:28 09[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:36:28 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:36 07[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:36:36 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:47 14[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:36:47 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:51 05[IKE] <tch003|2978> giving up after 5 retransmits
Jul  7 13:36:51 05[IKE] <tch003|2978> peer not responding, trying again
(19/0)
Jul  7 13:36:51 05[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:36:51 05[ENC] <tch003|2978> generating IKE_SA_INIT request 0 [
N(COOKIE) SA KE No N(NATD_S_IP) N(NATD_D_IP) ]
Jul  7 13:36:51 05[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:51 07[IKE] <tch003|2978> retransmit 1 of request with
message ID 0
Jul  7 13:36:51 07[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:55 04[IKE] <tch003|2978> retransmit 2 of request with
message ID 0
Jul  7 13:36:55 04[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:36:58 13[IKE] <tch003|2978> retransmit 3 of request with
message ID 0
Jul  7 13:36:58 13[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:37:08 14[IKE] <tch003|2978> retransmit 4 of request with
message ID 0
Jul  7 13:37:08 14[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:37:18 09[IKE] <tch003|2978> retransmit 5 of request with
message ID 0
Jul  7 13:37:18 09[NET] <tch003|2978> sending packet: from
5.45.60.13[500] to 77.234.46.13[500] (740 bytes)
Jul  7 13:37:18 05[NET] <tch003|2978> received packet: from
77.234.46.13[500] to 5.45.60.13[500] (60 bytes)
Jul  7 13:37:18 05[ENC] <tch003|2978> parsed IKE_SA_INIT response 0 [
N(COOKIE) ]
Jul  7 13:37:18 05[IKE] <tch003|2978> initiating IKE_SA tch003[2978] to
77.234.46.13
Jul  7 13:37:18 05[IKE] <tch003|2978> giving up after 5 retries
(again, no more lines for tch003)


More information about the Users mailing list