<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I just noticed I sent this email with a wrong subject. <br>
    <br>
    Anyway, in the meanwhile, I set uniqueids=no and upgraded to
    strongswan v5.2.0 which seems to resolve the problem.<br>
    <br>
    Regards<br>
    Jiri Horky<br>
    <br>
    <div class="moz-cite-prefix">On 07/22/2014 10:29 AM, Jiri Horky
      wrote:<br>
    </div>
    <blockquote cite="mid:53CE20DB.8030204@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">Hi all,

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").

As advised earlier on this list (subj. "102x102 Host2Host tunnels - failure to reestablish some of them after network outage"), we ended up using auto=route configuration, i.e.:
conn tch005
        left=5.45.AA.BB
        right=77.234.XX.YY
        authby=secret
        type=transport
        auto=route

This worked fine until yesterday, when one of the "jsc" nodes started to flood the charon.log with information as below (only one of the "tch" connection is grepped out), the charon process consumed around 90% of CPU (one core). For some reason, it keeps to do IKE_SA and CHILD_SA re-establishment. I don't see why this is happening. Restarting of strongswan does not help.

Any advice greatly appreciated.

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


Cheers
Jiri Horky

Jul 22 10:06:03 10[IKE] <tch067|3467568> sending DELETE for IKE_SA tch067[3467568]
Jul 22 10:06:03 10[ENC] <tch067|3467568> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:03 10[NET] <tch067|3467568> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:03 10[IKE] <tch067|3467569> IKE_SA tch067[3467569] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 10[IKE] <tch067|3467569> scheduling rekeying in 10221s
Jul 22 10:06:03 10[IKE] <tch067|3467569> maximum IKE_SA lifetime 10521s
Jul 22 10:06:03 10[IKE] <tch067|3467569> CHILD_SA tch067{67} established with SPIs ccf18c89_i c49104e6_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 10[ENC] <tch067|3467569> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:03 10[NET] <tch067|3467569> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 14[NET] <tch067|3467568> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 14[ENC] <tch067|3467568> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 14[IKE] <tch067|3467568> CHILD_SA tch067{67} established with SPIs c2504597_i c5b780fb_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 14[ENC] <tch067|3467568> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 14[NET] <tch067|3467568> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 09[NET] <tch067|3467569> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 09[ENC] <tch067|3467569> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 09[IKE] <tch067|3467569> CHILD_SA tch067{67} established with SPIs c8ceab8d_i c1dd23d5_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 09[ENC] <tch067|3467569> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 09[NET] <tch067|3467569> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 11[NET] <tch067|3467568> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:03 11[ENC] <tch067|3467568> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:03 11[IKE] <tch067|3467568> IKE_SA deleted
Jul 22 10:06:03 05[NET] <tch067|3467569> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 05[ENC] <tch067|3467569> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[IKE] <tch067|3467569> CHILD_SA tch067{67} established with SPIs c9f5c076_i c5a7d2b1_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 05[ENC] <tch067|3467569> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[NET] <tch067|3467569> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 04[NET] <tch067|3467569> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 04[ENC] <tch067|3467569> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 04[IKE] <tch067|3467569> CHILD_SA tch067{67} established with SPIs cd8aeb43_i c848d524_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 04[ENC] <tch067|3467569> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 04[NET] <tch067|3467569> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 06[CFG] <tch067|3467570> selected peer config 'tch067'
Jul 22 10:06:03 06[IKE] <tch067|3467570> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:03 06[IKE] <tch067|3467570> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:03 06[IKE] <tch067|3467569> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:03 06[IKE] <tch067|3467569> deleting IKE_SA tch067[3467569] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 06[IKE] <tch067|3467569> sending DELETE for IKE_SA tch067[3467569]
Jul 22 10:06:03 06[ENC] <tch067|3467569> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:03 06[NET] <tch067|3467569> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:03 06[IKE] <tch067|3467570> IKE_SA tch067[3467570] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 06[IKE] <tch067|3467570> scheduling rekeying in 10429s
Jul 22 10:06:03 06[IKE] <tch067|3467570> maximum IKE_SA lifetime 10729s
Jul 22 10:06:03 06[IKE] <tch067|3467570> CHILD_SA tch067{67} established with SPIs c8c7c857_i c8a0b71e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 06[ENC] <tch067|3467570> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:03 06[NET] <tch067|3467570> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 10[NET] <tch067|3467569> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 10[ENC] <tch067|3467569> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[IKE] <tch067|3467569> CHILD_SA tch067{67} established with SPIs cefaf256_i c6fb7bf1_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 10[ENC] <tch067|3467569> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[NET] <tch067|3467569> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 15[NET] <tch067|3467570> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 15[ENC] <tch067|3467570> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 15[IKE] <tch067|3467570> CHILD_SA tch067{67} established with SPIs c3fe949e_i c783bb65_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 15[ENC] <tch067|3467570> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 15[NET] <tch067|3467570> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 08[NET] <tch067|3467569> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:03 08[ENC] <tch067|3467569> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:03 08[IKE] <tch067|3467569> IKE_SA deleted
Jul 22 10:06:03 05[NET] <tch067|3467570> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 05[ENC] <tch067|3467570> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[IKE] <tch067|3467570> CHILD_SA tch067{67} established with SPIs c1a9b8a6_i cabbfebe_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 05[ENC] <tch067|3467570> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[NET] <tch067|3467570> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 12[NET] <tch067|3467570> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 12[ENC] <tch067|3467570> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 12[IKE] <tch067|3467570> CHILD_SA tch067{67} established with SPIs c5052cbf_i c1129cc7_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 12[ENC] <tch067|3467570> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 12[NET] <tch067|3467570> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 04[CFG] <tch067|3467571> selected peer config 'tch067'
Jul 22 10:06:03 04[IKE] <tch067|3467571> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:03 04[IKE] <tch067|3467571> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:03 04[IKE] <tch067|3467570> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:03 04[IKE] <tch067|3467570> deleting IKE_SA tch067[3467570] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 04[IKE] <tch067|3467570> sending DELETE for IKE_SA tch067[3467570]
Jul 22 10:06:03 04[ENC] <tch067|3467570> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:03 04[NET] <tch067|3467570> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:03 04[IKE] <tch067|3467571> IKE_SA tch067[3467571] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 04[IKE] <tch067|3467571> scheduling rekeying in 10359s
Jul 22 10:06:03 04[IKE] <tch067|3467571> maximum IKE_SA lifetime 10659s
Jul 22 10:06:03 04[IKE] <tch067|3467571> CHILD_SA tch067{67} established with SPIs c6d379db_i c855db21_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 04[ENC] <tch067|3467571> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:03 04[NET] <tch067|3467571> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 06[NET] <tch067|3467570> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 06[ENC] <tch067|3467570> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 06[IKE] <tch067|3467570> CHILD_SA tch067{67} established with SPIs cc501911_i ce52b4e4_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 06[ENC] <tch067|3467570> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 06[NET] <tch067|3467570> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 10[NET] <tch067|3467571> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 10[ENC] <tch067|3467571> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[IKE] <tch067|3467571> CHILD_SA tch067{67} established with SPIs c9e71b15_i cba6bfc2_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 10[ENC] <tch067|3467571> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[NET] <tch067|3467571> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 08[NET] <tch067|3467570> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:03 08[ENC] <tch067|3467570> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:03 08[IKE] <tch067|3467570> IKE_SA deleted
Jul 22 10:06:03 05[NET] <tch067|3467571> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 05[ENC] <tch067|3467571> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[IKE] <tch067|3467571> CHILD_SA tch067{67} established with SPIs c489c0d0_i c8c23b93_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 05[ENC] <tch067|3467571> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[NET] <tch067|3467571> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 04[NET] <tch067|3467571> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 04[ENC] <tch067|3467571> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 04[IKE] <tch067|3467571> CHILD_SA tch067{67} established with SPIs c6fdb824_i c8937c9a_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 04[ENC] <tch067|3467571> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 04[NET] <tch067|3467571> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 07[CFG] <tch067|3467572> selected peer config 'tch067'
Jul 22 10:06:03 07[IKE] <tch067|3467572> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:03 07[IKE] <tch067|3467572> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:03 07[IKE] <tch067|3467571> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:03 07[IKE] <tch067|3467571> deleting IKE_SA tch067[3467571] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 07[IKE] <tch067|3467571> sending DELETE for IKE_SA tch067[3467571]
Jul 22 10:06:03 07[ENC] <tch067|3467571> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:03 07[NET] <tch067|3467571> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:03 07[IKE] <tch067|3467572> IKE_SA tch067[3467572] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 07[IKE] <tch067|3467572> scheduling rekeying in 10249s
Jul 22 10:06:03 07[IKE] <tch067|3467572> maximum IKE_SA lifetime 10549s
Jul 22 10:06:03 07[IKE] <tch067|3467572> CHILD_SA tch067{67} established with SPIs cca3c622_i c2c8c22c_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 07[ENC] <tch067|3467572> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:03 07[NET] <tch067|3467572> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 06[NET] <tch067|3467571> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 06[ENC] <tch067|3467571> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 06[IKE] <tch067|3467571> CHILD_SA tch067{67} established with SPIs c48bd459_i cbeae1a8_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 06[ENC] <tch067|3467571> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 06[NET] <tch067|3467571> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 10[NET] <tch067|3467572> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 10[ENC] <tch067|3467572> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[IKE] <tch067|3467572> CHILD_SA tch067{67} established with SPIs cb2684bb_i c9f01d0a_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 10[ENC] <tch067|3467572> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[NET] <tch067|3467572> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 08[NET] <tch067|3467571> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:03 08[ENC] <tch067|3467571> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:03 08[IKE] <tch067|3467571> IKE_SA deleted
Jul 22 10:06:03 05[NET] <tch067|3467572> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 05[ENC] <tch067|3467572> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[IKE] <tch067|3467572> CHILD_SA tch067{67} established with SPIs ca42d04b_i c6f0ada4_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 05[ENC] <tch067|3467572> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 05[NET] <tch067|3467572> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 04[NET] <tch067|3467572> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 04[ENC] <tch067|3467572> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 04[IKE] <tch067|3467572> CHILD_SA tch067{67} established with SPIs c3a39198_i c57bcb6d_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 04[ENC] <tch067|3467572> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 04[NET] <tch067|3467572> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 14[CFG] <tch067|3467573> selected peer config 'tch067'
Jul 22 10:06:03 14[IKE] <tch067|3467573> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:03 14[IKE] <tch067|3467573> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:03 14[IKE] <tch067|3467572> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:03 14[IKE] <tch067|3467572> deleting IKE_SA tch067[3467572] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 14[IKE] <tch067|3467572> sending DELETE for IKE_SA tch067[3467572]
Jul 22 10:06:03 14[ENC] <tch067|3467572> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:03 14[NET] <tch067|3467572> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:03 14[IKE] <tch067|3467573> IKE_SA tch067[3467573] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 14[IKE] <tch067|3467573> scheduling rekeying in 10316s
Jul 22 10:06:03 14[IKE] <tch067|3467573> maximum IKE_SA lifetime 10616s
Jul 22 10:06:03 14[IKE] <tch067|3467573> CHILD_SA tch067{67} established with SPIs ce928bf3_i cd0a3619_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 14[ENC] <tch067|3467573> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:03 14[NET] <tch067|3467573> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 10[NET] <tch067|3467572> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 10[ENC] <tch067|3467572> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[IKE] <tch067|3467572> CHILD_SA tch067{67} established with SPIs cc62060a_i c9a32f08_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 10[ENC] <tch067|3467572> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 10[NET] <tch067|3467572> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 09[NET] <tch067|3467573> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 09[ENC] <tch067|3467573> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 09[IKE] <tch067|3467573> CHILD_SA tch067{67} established with SPIs c4455ceb_i ca11d2ff_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 09[ENC] <tch067|3467573> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 09[NET] <tch067|3467573> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 05[NET] <tch067|3467572> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:03 05[ENC] <tch067|3467572> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:03 05[IKE] <tch067|3467572> IKE_SA deleted
Jul 22 10:06:03 13[NET] <tch067|3467573> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 13[ENC] <tch067|3467573> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 13[IKE] <tch067|3467573> CHILD_SA tch067{67} established with SPIs c6abecf9_i c0836974_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 13[ENC] <tch067|3467573> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 13[NET] <tch067|3467573> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 07[NET] <tch067|3467573> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 07[ENC] <tch067|3467573> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 07[IKE] <tch067|3467573> CHILD_SA tch067{67} established with SPIs c72f3329_i c5277381_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 07[ENC] <tch067|3467573> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 07[NET] <tch067|3467573> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 06[CFG] <tch067|3467574> selected peer config 'tch067'
Jul 22 10:06:03 06[IKE] <tch067|3467574> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:03 06[IKE] <tch067|3467574> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:03 06[IKE] <tch067|3467573> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:03 06[IKE] <tch067|3467573> deleting IKE_SA tch067[3467573] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 06[IKE] <tch067|3467573> sending DELETE for IKE_SA tch067[3467573]
Jul 22 10:06:03 06[ENC] <tch067|3467573> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:03 06[NET] <tch067|3467573> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:03 06[IKE] <tch067|3467574> IKE_SA tch067[3467574] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:03 06[IKE] <tch067|3467574> scheduling rekeying in 10444s
Jul 22 10:06:03 06[IKE] <tch067|3467574> maximum IKE_SA lifetime 10744s
Jul 22 10:06:03 06[IKE] <tch067|3467574> CHILD_SA tch067{67} established with SPIs ceb40fe9_i c4a8301a_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 06[ENC] <tch067|3467574> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:03 06[NET] <tch067|3467574> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 14[NET] <tch067|3467573> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 14[ENC] <tch067|3467573> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 14[IKE] <tch067|3467573> CHILD_SA tch067{67} established with SPIs c029c0d4_i c3fb7b51_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 14[ENC] <tch067|3467573> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 14[NET] <tch067|3467573> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 08[NET] <tch067|3467574> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 08[ENC] <tch067|3467574> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 08[IKE] <tch067|3467574> CHILD_SA tch067{67} established with SPIs cfcfed5b_i c05a77db_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 08[ENC] <tch067|3467574> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 08[NET] <tch067|3467574> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:03 05[NET] <tch067|3467573> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:03 05[ENC] <tch067|3467573> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:03 05[IKE] <tch067|3467573> IKE_SA deleted
Jul 22 10:06:03 12[NET] <tch067|3467574> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:03 12[ENC] <tch067|3467574> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 12[IKE] <tch067|3467574> CHILD_SA tch067{67} established with SPIs c32b00d6_i cc231256_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:03 12[ENC] <tch067|3467574> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:03 12[NET] <tch067|3467574> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 04[NET] <tch067|3467574> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 04[ENC] <tch067|3467574> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[IKE] <tch067|3467574> CHILD_SA tch067{67} established with SPIs cfecd717_i caaecb88_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 04[ENC] <tch067|3467574> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[NET] <tch067|3467574> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[CFG] <tch067|3467575> selected peer config 'tch067'
Jul 22 10:06:04 14[IKE] <tch067|3467575> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 14[IKE] <tch067|3467575> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 14[IKE] <tch067|3467574> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 14[IKE] <tch067|3467574> deleting IKE_SA tch067[3467574] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 14[IKE] <tch067|3467574> sending DELETE for IKE_SA tch067[3467574]
Jul 22 10:06:04 14[ENC] <tch067|3467574> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 14[NET] <tch067|3467574> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 14[IKE] <tch067|3467575> IKE_SA tch067[3467575] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 14[IKE] <tch067|3467575> scheduling rekeying in 10435s
Jul 22 10:06:04 14[IKE] <tch067|3467575> maximum IKE_SA lifetime 10735s
Jul 22 10:06:04 14[IKE] <tch067|3467575> CHILD_SA tch067{67} established with SPIs c5d0689a_i c222bf5e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 14[ENC] <tch067|3467575> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 14[NET] <tch067|3467575> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 10[NET] <tch067|3467574> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 10[ENC] <tch067|3467574> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[IKE] <tch067|3467574> CHILD_SA tch067{67} established with SPIs ce43a20d_i c5781ec3_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 10[ENC] <tch067|3467574> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[NET] <tch067|3467574> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 11[NET] <tch067|3467575> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 11[ENC] <tch067|3467575> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 11[IKE] <tch067|3467575> CHILD_SA tch067{67} established with SPIs c560e2be_i ccb8944d_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 11[ENC] <tch067|3467575> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 11[NET] <tch067|3467575> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 09[NET] <tch067|3467574> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 09[ENC] <tch067|3467574> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 09[IKE] <tch067|3467574> IKE_SA deleted
Jul 22 10:06:04 15[NET] <tch067|3467575> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467575> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467575> CHILD_SA tch067{67} established with SPIs c6cdb5f6_i c761253e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467575> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467575> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 07[NET] <tch067|3467575> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 07[ENC] <tch067|3467575> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 07[IKE] <tch067|3467575> CHILD_SA tch067{67} established with SPIs c5adf772_i c8ab9678_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 07[ENC] <tch067|3467575> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 07[NET] <tch067|3467575> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 06[CFG] <tch067|3467576> selected peer config 'tch067'
Jul 22 10:06:04 06[IKE] <tch067|3467576> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 06[IKE] <tch067|3467576> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 06[IKE] <tch067|3467575> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 06[IKE] <tch067|3467575> deleting IKE_SA tch067[3467575] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 06[IKE] <tch067|3467575> sending DELETE for IKE_SA tch067[3467575]
Jul 22 10:06:04 06[ENC] <tch067|3467575> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 06[NET] <tch067|3467575> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 06[IKE] <tch067|3467576> IKE_SA tch067[3467576] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 06[IKE] <tch067|3467576> scheduling rekeying in 10386s
Jul 22 10:06:04 06[IKE] <tch067|3467576> maximum IKE_SA lifetime 10686s
Jul 22 10:06:04 06[IKE] <tch067|3467576> CHILD_SA tch067{67} established with SPIs ceff29b7_i c5b3bc86_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 06[ENC] <tch067|3467576> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 06[NET] <tch067|3467576> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[NET] <tch067|3467575> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 14[ENC] <tch067|3467575> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[IKE] <tch067|3467575> CHILD_SA tch067{67} established with SPIs c0e2f302_i cb4ca4b3_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 14[ENC] <tch067|3467575> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[NET] <tch067|3467575> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 10[NET] <tch067|3467576> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 10[ENC] <tch067|3467576> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[IKE] <tch067|3467576> CHILD_SA tch067{67} established with SPIs c5c5cc29_i c476ed7d_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 10[ENC] <tch067|3467576> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[NET] <tch067|3467576> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 11[NET] <tch067|3467575> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 11[ENC] <tch067|3467575> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 11[IKE] <tch067|3467575> IKE_SA deleted
Jul 22 10:06:04 09[NET] <tch067|3467576> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 09[ENC] <tch067|3467576> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 09[IKE] <tch067|3467576> CHILD_SA tch067{67} established with SPIs cfe2f2e9_i ca8cb7d2_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 09[ENC] <tch067|3467576> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 09[NET] <tch067|3467576> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 15[NET] <tch067|3467576> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467576> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467576> CHILD_SA tch067{67} established with SPIs c31b317c_i cb596aea_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467576> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467576> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 07[CFG] <tch067|3467577> selected peer config 'tch067'
Jul 22 10:06:04 07[IKE] <tch067|3467577> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 07[IKE] <tch067|3467577> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 07[IKE] <tch067|3467576> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 07[IKE] <tch067|3467576> deleting IKE_SA tch067[3467576] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 07[IKE] <tch067|3467576> sending DELETE for IKE_SA tch067[3467576]
Jul 22 10:06:04 07[ENC] <tch067|3467576> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 07[NET] <tch067|3467576> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 07[IKE] <tch067|3467577> IKE_SA tch067[3467577] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 07[IKE] <tch067|3467577> scheduling rekeying in 10390s
Jul 22 10:06:04 07[IKE] <tch067|3467577> maximum IKE_SA lifetime 10690s
Jul 22 10:06:04 07[IKE] <tch067|3467577> CHILD_SA tch067{67} established with SPIs cd105311_i cf9f40db_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 07[ENC] <tch067|3467577> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 07[NET] <tch067|3467577> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 06[NET] <tch067|3467576> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 06[ENC] <tch067|3467576> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 06[IKE] <tch067|3467576> CHILD_SA tch067{67} established with SPIs ceed4c80_i c773c6e7_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 06[ENC] <tch067|3467576> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 06[NET] <tch067|3467576> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 10[NET] <tch067|3467577> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 10[ENC] <tch067|3467577> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[IKE] <tch067|3467577> CHILD_SA tch067{67} established with SPIs c9372ff0_i cf77c6c7_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 10[ENC] <tch067|3467577> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[NET] <tch067|3467577> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 05[NET] <tch067|3467576> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 05[ENC] <tch067|3467576> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 05[IKE] <tch067|3467576> IKE_SA deleted
Jul 22 10:06:04 12[NET] <tch067|3467577> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 12[ENC] <tch067|3467577> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 12[IKE] <tch067|3467577> CHILD_SA tch067{67} established with SPIs c65227a4_i c032cec2_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 12[ENC] <tch067|3467577> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 12[NET] <tch067|3467577> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 13[NET] <tch067|3467577> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 13[ENC] <tch067|3467577> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[IKE] <tch067|3467577> CHILD_SA tch067{67} established with SPIs c64f3e4e_i c16a6b95_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 13[ENC] <tch067|3467577> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[NET] <tch067|3467577> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 06[CFG] <tch067|3467578> selected peer config 'tch067'
Jul 22 10:06:04 06[IKE] <tch067|3467578> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 06[IKE] <tch067|3467578> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 06[IKE] <tch067|3467577> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 06[IKE] <tch067|3467577> deleting IKE_SA tch067[3467577] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 06[IKE] <tch067|3467577> sending DELETE for IKE_SA tch067[3467577]
Jul 22 10:06:04 06[ENC] <tch067|3467577> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 06[NET] <tch067|3467577> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 06[IKE] <tch067|3467578> IKE_SA tch067[3467578] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 06[IKE] <tch067|3467578> scheduling rekeying in 10481s
Jul 22 10:06:04 06[IKE] <tch067|3467578> maximum IKE_SA lifetime 10781s
Jul 22 10:06:04 06[IKE] <tch067|3467578> CHILD_SA tch067{67} established with SPIs c7bdf2ed_i c0646c9b_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 06[ENC] <tch067|3467578> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 06[NET] <tch067|3467578> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[NET] <tch067|3467577> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 14[ENC] <tch067|3467577> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[IKE] <tch067|3467577> CHILD_SA tch067{67} established with SPIs ce0585cc_i c845b190_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 14[ENC] <tch067|3467577> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[NET] <tch067|3467577> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 05[NET] <tch067|3467578> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 05[ENC] <tch067|3467578> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 05[IKE] <tch067|3467578> CHILD_SA tch067{67} established with SPIs c660903a_i c2987086_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 05[ENC] <tch067|3467578> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 05[NET] <tch067|3467578> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 12[NET] <tch067|3467577> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 12[ENC] <tch067|3467577> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 12[IKE] <tch067|3467577> IKE_SA deleted
Jul 22 10:06:04 15[NET] <tch067|3467578> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467578> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467578> CHILD_SA tch067{67} established with SPIs cce37324_i cec1cba2_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467578> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467578> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 13[NET] <tch067|3467578> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 13[ENC] <tch067|3467578> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[IKE] <tch067|3467578> CHILD_SA tch067{67} established with SPIs c8089e43_i cc78fcd7_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 13[ENC] <tch067|3467578> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[NET] <tch067|3467578> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 06[CFG] <tch067|3467579> selected peer config 'tch067'
Jul 22 10:06:04 06[IKE] <tch067|3467579> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 06[IKE] <tch067|3467579> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 06[IKE] <tch067|3467578> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 06[IKE] <tch067|3467578> deleting IKE_SA tch067[3467578] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 06[IKE] <tch067|3467578> sending DELETE for IKE_SA tch067[3467578]
Jul 22 10:06:04 06[ENC] <tch067|3467578> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 06[NET] <tch067|3467578> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 06[IKE] <tch067|3467579> IKE_SA tch067[3467579] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 06[IKE] <tch067|3467579> scheduling rekeying in 10495s
Jul 22 10:06:04 06[IKE] <tch067|3467579> maximum IKE_SA lifetime 10795s
Jul 22 10:06:04 06[IKE] <tch067|3467579> CHILD_SA tch067{67} established with SPIs cf558f3c_i c79107db_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 06[ENC] <tch067|3467579> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 06[NET] <tch067|3467579> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 10[NET] <tch067|3467578> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 10[ENC] <tch067|3467578> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[IKE] <tch067|3467578> CHILD_SA tch067{67} established with SPIs c944064b_i cd0b2b75_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 10[ENC] <tch067|3467578> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[NET] <tch067|3467578> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 05[NET] <tch067|3467579> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 05[ENC] <tch067|3467579> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 05[IKE] <tch067|3467579> CHILD_SA tch067{67} established with SPIs cea8dd99_i c56c251f_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 05[ENC] <tch067|3467579> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 05[NET] <tch067|3467579> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 11[NET] <tch067|3467578> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 11[ENC] <tch067|3467578> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 11[IKE] <tch067|3467578> IKE_SA deleted
Jul 22 10:06:04 08[NET] <tch067|3467579> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 08[ENC] <tch067|3467579> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[IKE] <tch067|3467579> CHILD_SA tch067{67} established with SPIs c888762f_i ccd99089_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 08[ENC] <tch067|3467579> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[NET] <tch067|3467579> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 09[NET] <tch067|3467579> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 09[ENC] <tch067|3467579> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 09[IKE] <tch067|3467579> CHILD_SA tch067{67} established with SPIs ce6d7a30_i c100d0a7_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 09[ENC] <tch067|3467579> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 09[NET] <tch067|3467579> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 13[CFG] <tch067|3467580> selected peer config 'tch067'
Jul 22 10:06:04 13[IKE] <tch067|3467580> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 13[IKE] <tch067|3467580> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 13[IKE] <tch067|3467579> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 13[IKE] <tch067|3467579> deleting IKE_SA tch067[3467579] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 13[IKE] <tch067|3467579> sending DELETE for IKE_SA tch067[3467579]
Jul 22 10:06:04 13[ENC] <tch067|3467579> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 13[NET] <tch067|3467579> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 13[IKE] <tch067|3467580> IKE_SA tch067[3467580] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 13[IKE] <tch067|3467580> scheduling rekeying in 10313s
Jul 22 10:06:04 13[IKE] <tch067|3467580> maximum IKE_SA lifetime 10613s
Jul 22 10:06:04 13[IKE] <tch067|3467580> CHILD_SA tch067{67} established with SPIs ccc9771b_i c40b31e3_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 13[ENC] <tch067|3467580> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 13[NET] <tch067|3467580> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[NET] <tch067|3467579> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 14[ENC] <tch067|3467579> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[IKE] <tch067|3467579> CHILD_SA tch067{67} established with SPIs cebd1915_i c58bcb1c_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 14[ENC] <tch067|3467579> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[NET] <tch067|3467579> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 11[NET] <tch067|3467580> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 11[ENC] <tch067|3467580> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 11[IKE] <tch067|3467580> CHILD_SA tch067{67} established with SPIs cd532400_i c231c732_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 11[ENC] <tch067|3467580> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 11[NET] <tch067|3467580> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 12[NET] <tch067|3467579> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 12[ENC] <tch067|3467579> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 12[IKE] <tch067|3467579> IKE_SA deleted
Jul 22 10:06:04 15[NET] <tch067|3467580> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467580> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467580> CHILD_SA tch067{67} established with SPIs c26c3dcb_i c29a549b_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467580> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467580> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 13[NET] <tch067|3467580> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 13[ENC] <tch067|3467580> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[IKE] <tch067|3467580> CHILD_SA tch067{67} established with SPIs ceef43db_i cf195fb8_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 13[ENC] <tch067|3467580> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[NET] <tch067|3467580> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 04[CFG] <tch067|3467581> selected peer config 'tch067'
Jul 22 10:06:04 04[IKE] <tch067|3467581> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 04[IKE] <tch067|3467581> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 04[IKE] <tch067|3467580> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 04[IKE] <tch067|3467580> deleting IKE_SA tch067[3467580] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 04[IKE] <tch067|3467580> sending DELETE for IKE_SA tch067[3467580]
Jul 22 10:06:04 04[ENC] <tch067|3467580> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 04[NET] <tch067|3467580> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 04[IKE] <tch067|3467581> IKE_SA tch067[3467581] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 04[IKE] <tch067|3467581> scheduling rekeying in 10415s
Jul 22 10:06:04 04[IKE] <tch067|3467581> maximum IKE_SA lifetime 10715s
Jul 22 10:06:04 04[IKE] <tch067|3467581> CHILD_SA tch067{67} established with SPIs c9fc5c79_i c6385c41_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 04[ENC] <tch067|3467581> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 04[NET] <tch067|3467581> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[NET] <tch067|3467580> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 14[ENC] <tch067|3467580> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[IKE] <tch067|3467580> CHILD_SA tch067{67} established with SPIs c5b201ac_i ceab6814_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 14[ENC] <tch067|3467580> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 14[NET] <tch067|3467580> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 11[NET] <tch067|3467581> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 11[ENC] <tch067|3467581> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 11[IKE] <tch067|3467581> CHILD_SA tch067{67} established with SPIs c4e99d8a_i ca82224c_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 11[ENC] <tch067|3467581> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 11[NET] <tch067|3467581> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 15[NET] <tch067|3467580> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467580> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 15[IKE] <tch067|3467580> IKE_SA deleted
Jul 22 10:06:04 08[NET] <tch067|3467581> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 08[ENC] <tch067|3467581> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[IKE] <tch067|3467581> CHILD_SA tch067{67} established with SPIs c7fc7ce9_i c93b4582_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 08[ENC] <tch067|3467581> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[NET] <tch067|3467581> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 09[NET] <tch067|3467581> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 09[ENC] <tch067|3467581> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 09[IKE] <tch067|3467581> CHILD_SA tch067{67} established with SPIs c60b699f_i c33f959b_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 09[ENC] <tch067|3467581> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 09[NET] <tch067|3467581> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 07[CFG] <tch067|3467582> selected peer config 'tch067'
Jul 22 10:06:04 07[IKE] <tch067|3467582> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 07[IKE] <tch067|3467582> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 07[IKE] <tch067|3467581> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 07[IKE] <tch067|3467581> deleting IKE_SA tch067[3467581] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 07[IKE] <tch067|3467581> sending DELETE for IKE_SA tch067[3467581]
Jul 22 10:06:04 07[ENC] <tch067|3467581> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 07[NET] <tch067|3467581> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 07[IKE] <tch067|3467582> IKE_SA tch067[3467582] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 07[IKE] <tch067|3467582> scheduling rekeying in 10472s
Jul 22 10:06:04 07[IKE] <tch067|3467582> maximum IKE_SA lifetime 10772s
Jul 22 10:06:04 07[IKE] <tch067|3467582> CHILD_SA tch067{67} established with SPIs c05fabfe_i c0127a59_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 07[ENC] <tch067|3467582> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 07[NET] <tch067|3467582> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 04[NET] <tch067|3467581> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 04[ENC] <tch067|3467581> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[IKE] <tch067|3467581> CHILD_SA tch067{67} established with SPIs cfc0dcfb_i c5002736_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 04[ENC] <tch067|3467581> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[NET] <tch067|3467581> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 10[NET] <tch067|3467582> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 10[ENC] <tch067|3467582> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[IKE] <tch067|3467582> CHILD_SA tch067{67} established with SPIs c6e984bd_i c8e342e5_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 10[ENC] <tch067|3467582> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 10[NET] <tch067|3467582> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 11[NET] <tch067|3467581> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 11[ENC] <tch067|3467581> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 11[IKE] <tch067|3467581> IKE_SA deleted
Jul 22 10:06:04 15[NET] <tch067|3467582> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467582> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467582> CHILD_SA tch067{67} established with SPIs ca380487_i c3f946e3_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467582> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467582> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 08[NET] <tch067|3467582> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 08[ENC] <tch067|3467582> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[IKE] <tch067|3467582> CHILD_SA tch067{67} established with SPIs c272bb91_i c028fbce_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 08[ENC] <tch067|3467582> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[NET] <tch067|3467582> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 12[CFG] <tch067|3467583> selected peer config 'tch067'
Jul 22 10:06:04 12[IKE] <tch067|3467583> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 12[IKE] <tch067|3467583> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 12[IKE] <tch067|3467582> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 12[IKE] <tch067|3467582> deleting IKE_SA tch067[3467582] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 12[IKE] <tch067|3467582> sending DELETE for IKE_SA tch067[3467582]
Jul 22 10:06:04 12[ENC] <tch067|3467582> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 12[NET] <tch067|3467582> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 12[IKE] <tch067|3467583> IKE_SA tch067[3467583] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 12[IKE] <tch067|3467583> scheduling rekeying in 10436s
Jul 22 10:06:04 12[IKE] <tch067|3467583> maximum IKE_SA lifetime 10736s
Jul 22 10:06:04 12[IKE] <tch067|3467583> CHILD_SA tch067{67} established with SPIs cca1ff1d_i cadf3b3e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 12[ENC] <tch067|3467583> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 12[NET] <tch067|3467583> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 13[NET] <tch067|3467582> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 13[ENC] <tch067|3467582> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[IKE] <tch067|3467582> CHILD_SA tch067{67} established with SPIs c1b9231e_i ca0c0753_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 13[ENC] <tch067|3467582> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[NET] <tch067|3467582> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 04[NET] <tch067|3467583> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 04[ENC] <tch067|3467583> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[IKE] <tch067|3467583> CHILD_SA tch067{67} established with SPIs c92933d4_i c49a283e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 04[ENC] <tch067|3467583> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[NET] <tch067|3467583> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[NET] <tch067|3467582> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 14[ENC] <tch067|3467582> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 14[IKE] <tch067|3467582> IKE_SA deleted
Jul 22 10:06:04 15[NET] <tch067|3467583> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467583> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467583> CHILD_SA tch067{67} established with SPIs c6ed4d96_i ca83c6ae_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467583> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467583> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 08[NET] <tch067|3467583> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 08[ENC] <tch067|3467583> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[IKE] <tch067|3467583> CHILD_SA tch067{67} established with SPIs c3b94e1e_i c6355a7e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 08[ENC] <tch067|3467583> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 08[NET] <tch067|3467583> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 09[CFG] <tch067|3467584> selected peer config 'tch067'
Jul 22 10:06:04 09[IKE] <tch067|3467584> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 09[IKE] <tch067|3467584> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 09[IKE] <tch067|3467583> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 09[IKE] <tch067|3467583> deleting IKE_SA tch067[3467583] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 09[IKE] <tch067|3467583> sending DELETE for IKE_SA tch067[3467583]
Jul 22 10:06:04 09[ENC] <tch067|3467583> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 09[NET] <tch067|3467583> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 09[IKE] <tch067|3467584> IKE_SA tch067[3467584] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 09[IKE] <tch067|3467584> scheduling rekeying in 10268s
Jul 22 10:06:04 09[IKE] <tch067|3467584> maximum IKE_SA lifetime 10568s
Jul 22 10:06:04 09[IKE] <tch067|3467584> CHILD_SA tch067{67} established with SPIs cb0069f6_i c4641e49_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 09[ENC] <tch067|3467584> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 09[NET] <tch067|3467584> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 12[NET] <tch067|3467583> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 12[ENC] <tch067|3467583> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 12[IKE] <tch067|3467583> CHILD_SA tch067{67} established with SPIs ccee065e_i ce2cc60c_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 12[ENC] <tch067|3467583> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 12[NET] <tch067|3467583> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 04[NET] <tch067|3467584> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 04[ENC] <tch067|3467584> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[IKE] <tch067|3467584> CHILD_SA tch067{67} established with SPIs c38bcb57_i c98c9be6_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 04[ENC] <tch067|3467584> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 04[NET] <tch067|3467584> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 14[NET] <tch067|3467583> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:04 14[ENC] <tch067|3467583> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:04 14[IKE] <tch067|3467583> IKE_SA deleted
Jul 22 10:06:04 15[NET] <tch067|3467584> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 15[ENC] <tch067|3467584> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[IKE] <tch067|3467584> CHILD_SA tch067{67} established with SPIs c8e891e3_i c4a064a5_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 15[ENC] <tch067|3467584> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 15[NET] <tch067|3467584> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 05[NET] <tch067|3467584> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 05[ENC] <tch067|3467584> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 05[IKE] <tch067|3467584> CHILD_SA tch067{67} established with SPIs c99a8e6c_i cb077bad_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 05[ENC] <tch067|3467584> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 05[NET] <tch067|3467584> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 08[CFG] <tch067|3467585> selected peer config 'tch067'
Jul 22 10:06:04 08[IKE] <tch067|3467585> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:04 08[IKE] <tch067|3467585> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:04 08[IKE] <tch067|3467584> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:04 08[IKE] <tch067|3467584> deleting IKE_SA tch067[3467584] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 08[IKE] <tch067|3467584> sending DELETE for IKE_SA tch067[3467584]
Jul 22 10:06:04 08[ENC] <tch067|3467584> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:04 08[NET] <tch067|3467584> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:04 08[IKE] <tch067|3467585> IKE_SA tch067[3467585] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:04 08[IKE] <tch067|3467585> scheduling rekeying in 10397s
Jul 22 10:06:04 08[IKE] <tch067|3467585> maximum IKE_SA lifetime 10697s
Jul 22 10:06:04 08[IKE] <tch067|3467585> CHILD_SA tch067{67} established with SPIs c4e5e386_i c6af54ee_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 08[ENC] <tch067|3467585> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:04 08[NET] <tch067|3467585> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:04 13[NET] <tch067|3467584> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:04 13[ENC] <tch067|3467584> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[IKE] <tch067|3467584> CHILD_SA tch067{67} established with SPIs c393b513_i cdbcf97a_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:04 13[ENC] <tch067|3467584> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:04 13[NET] <tch067|3467584> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 04[NET] <tch067|3467585> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 04[ENC] <tch067|3467585> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 04[IKE] <tch067|3467585> CHILD_SA tch067{67} established with SPIs ccc4a043_i c4ddd48d_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 04[ENC] <tch067|3467585> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 04[NET] <tch067|3467585> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 15[NET] <tch067|3467584> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:05 15[ENC] <tch067|3467584> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:05 15[IKE] <tch067|3467584> IKE_SA deleted
Jul 22 10:06:05 06[NET] <tch067|3467585> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 06[ENC] <tch067|3467585> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 06[IKE] <tch067|3467585> CHILD_SA tch067{67} established with SPIs c095b479_i c5eeb34a_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 06[ENC] <tch067|3467585> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 06[NET] <tch067|3467585> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 05[NET] <tch067|3467585> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 05[ENC] <tch067|3467585> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[IKE] <tch067|3467585> CHILD_SA tch067{67} established with SPIs c3e1e0ab_i ca1cae9a_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 05[ENC] <tch067|3467585> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[NET] <tch067|3467585> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 08[CFG] <tch067|3467586> selected peer config 'tch067'
Jul 22 10:06:05 08[IKE] <tch067|3467586> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:05 08[IKE] <tch067|3467586> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:05 08[IKE] <tch067|3467585> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:05 08[IKE] <tch067|3467585> deleting IKE_SA tch067[3467585] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 08[IKE] <tch067|3467585> sending DELETE for IKE_SA tch067[3467585]
Jul 22 10:06:05 08[ENC] <tch067|3467585> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:05 08[NET] <tch067|3467585> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:05 08[IKE] <tch067|3467586> IKE_SA tch067[3467586] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 08[IKE] <tch067|3467586> scheduling rekeying in 10352s
Jul 22 10:06:05 08[IKE] <tch067|3467586> maximum IKE_SA lifetime 10652s
Jul 22 10:06:05 08[IKE] <tch067|3467586> CHILD_SA tch067{67} established with SPIs cb484030_i cc020d7f_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 08[ENC] <tch067|3467586> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:05 08[NET] <tch067|3467586> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 09[NET] <tch067|3467585> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 09[ENC] <tch067|3467585> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 09[IKE] <tch067|3467585> CHILD_SA tch067{67} established with SPIs c682782f_i ca4f51f9_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 09[ENC] <tch067|3467585> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 09[NET] <tch067|3467585> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 14[NET] <tch067|3467586> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 14[ENC] <tch067|3467586> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 14[IKE] <tch067|3467586> CHILD_SA tch067{67} established with SPIs c7c77e8d_i c7a248c4_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 14[ENC] <tch067|3467586> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 14[NET] <tch067|3467586> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 06[NET] <tch067|3467585> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:05 06[ENC] <tch067|3467585> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:05 06[IKE] <tch067|3467585> IKE_SA deleted
Jul 22 10:06:05 05[NET] <tch067|3467586> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 05[ENC] <tch067|3467586> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[IKE] <tch067|3467586> CHILD_SA tch067{67} established with SPIs c5a69228_i c472ce7c_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 05[ENC] <tch067|3467586> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[NET] <tch067|3467586> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 08[NET] <tch067|3467586> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 08[ENC] <tch067|3467586> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 08[IKE] <tch067|3467586> CHILD_SA tch067{67} established with SPIs c1067f9e_i c81f5d92_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 08[ENC] <tch067|3467586> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 08[NET] <tch067|3467586> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 13[CFG] <tch067|3467587> selected peer config 'tch067'
Jul 22 10:06:05 13[IKE] <tch067|3467587> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:05 13[IKE] <tch067|3467587> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:05 13[IKE] <tch067|3467586> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:05 13[IKE] <tch067|3467586> deleting IKE_SA tch067[3467586] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 13[IKE] <tch067|3467586> sending DELETE for IKE_SA tch067[3467586]
Jul 22 10:06:05 13[ENC] <tch067|3467586> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:05 13[NET] <tch067|3467586> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:05 13[IKE] <tch067|3467587> IKE_SA tch067[3467587] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 13[IKE] <tch067|3467587> scheduling rekeying in 10294s
Jul 22 10:06:05 13[IKE] <tch067|3467587> maximum IKE_SA lifetime 10594s
Jul 22 10:06:05 13[IKE] <tch067|3467587> CHILD_SA tch067{67} established with SPIs ccb01e33_i c1ba51f3_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 13[ENC] <tch067|3467587> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:05 13[NET] <tch067|3467587> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 07[NET] <tch067|3467586> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 07[ENC] <tch067|3467586> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 07[IKE] <tch067|3467586> CHILD_SA tch067{67} established with SPIs cbae5774_i c6d4a071_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 07[ENC] <tch067|3467586> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 07[NET] <tch067|3467586> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 14[NET] <tch067|3467587> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 14[ENC] <tch067|3467587> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 14[IKE] <tch067|3467587> CHILD_SA tch067{67} established with SPIs c6216f8f_i c580c41d_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 14[ENC] <tch067|3467587> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 14[NET] <tch067|3467587> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 11[NET] <tch067|3467586> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:05 11[ENC] <tch067|3467586> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:05 11[IKE] <tch067|3467586> IKE_SA deleted
Jul 22 10:06:05 05[NET] <tch067|3467587> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 05[ENC] <tch067|3467587> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[IKE] <tch067|3467587> CHILD_SA tch067{67} established with SPIs ccbe49cf_i c65d0cc2_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 05[ENC] <tch067|3467587> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[NET] <tch067|3467587> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 15[NET] <tch067|3467587> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 15[ENC] <tch067|3467587> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 15[IKE] <tch067|3467587> CHILD_SA tch067{67} established with SPIs cea4e64c_i c97ce2db_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 15[ENC] <tch067|3467587> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 15[NET] <tch067|3467587> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 12[CFG] <tch067|3467588> selected peer config 'tch067'
Jul 22 10:06:05 12[IKE] <tch067|3467588> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:05 12[IKE] <tch067|3467588> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:05 12[IKE] <tch067|3467587> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:05 12[IKE] <tch067|3467587> deleting IKE_SA tch067[3467587] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 12[IKE] <tch067|3467587> sending DELETE for IKE_SA tch067[3467587]
Jul 22 10:06:05 12[ENC] <tch067|3467587> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:05 12[NET] <tch067|3467587> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:05 12[IKE] <tch067|3467588> IKE_SA tch067[3467588] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 12[IKE] <tch067|3467588> scheduling rekeying in 10482s
Jul 22 10:06:05 12[IKE] <tch067|3467588> maximum IKE_SA lifetime 10782s
Jul 22 10:06:05 12[IKE] <tch067|3467588> CHILD_SA tch067{67} established with SPIs c14b979a_i cf9a5efd_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 12[ENC] <tch067|3467588> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:05 12[NET] <tch067|3467588> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 12[NET] <tch067|3467587> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 12[ENC] <tch067|3467587> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 12[IKE] <tch067|3467587> CHILD_SA tch067{67} established with SPIs c57289c0_i c598f51e_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 12[ENC] <tch067|3467587> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 12[NET] <tch067|3467587> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 07[NET] <tch067|3467588> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 07[ENC] <tch067|3467588> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 07[IKE] <tch067|3467588> CHILD_SA tch067{67} established with SPIs c0eb7db4_i cc5272bc_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 07[ENC] <tch067|3467588> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 07[NET] <tch067|3467588> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 14[NET] <tch067|3467587> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:05 14[ENC] <tch067|3467587> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:05 14[IKE] <tch067|3467587> IKE_SA deleted
Jul 22 10:06:05 10[NET] <tch067|3467588> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 10[ENC] <tch067|3467588> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 10[IKE] <tch067|3467588> CHILD_SA tch067{67} established with SPIs c5785098_i c76a92bf_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 10[ENC] <tch067|3467588> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 10[NET] <tch067|3467588> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 05[NET] <tch067|3467588> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 05[ENC] <tch067|3467588> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[IKE] <tch067|3467588> CHILD_SA tch067{67} established with SPIs cdf9bb34_i c8aca843_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 05[ENC] <tch067|3467588> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 05[NET] <tch067|3467588> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 09[CFG] <tch067|3467589> selected peer config 'tch067'
Jul 22 10:06:05 09[IKE] <tch067|3467589> authentication of '77.234.XX.YY' with pre-shared key successful
Jul 22 10:06:05 09[IKE] <tch067|3467589> authentication of '5.45.AA.BB' (myself) with pre-shared key
Jul 22 10:06:05 09[IKE] <tch067|3467588> deleting duplicate IKE_SA for peer '77.234.XX.YY' due to uniqueness policy
Jul 22 10:06:05 09[IKE] <tch067|3467588> deleting IKE_SA tch067[3467588] between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 09[IKE] <tch067|3467588> sending DELETE for IKE_SA tch067[3467588]
Jul 22 10:06:05 09[ENC] <tch067|3467588> generating INFORMATIONAL request 0 [ D ]
Jul 22 10:06:05 09[NET] <tch067|3467588> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (76 bytes)
Jul 22 10:06:05 09[IKE] <tch067|3467589> IKE_SA tch067[3467589] established between 5.45.AA.BB[5.45.AA.BB]...77.234.XX.YY[77.234.XX.YY]
Jul 22 10:06:05 09[IKE] <tch067|3467589> scheduling rekeying in 10371s
Jul 22 10:06:05 09[IKE] <tch067|3467589> maximum IKE_SA lifetime 10671s
Jul 22 10:06:05 09[IKE] <tch067|3467589> CHILD_SA tch067{67} established with SPIs cfb7e1c8_i c286b517_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 09[ENC] <tch067|3467589> generating IKE_AUTH response 1 [ IDr AUTH N(USE_TRANSP) SA TSi TSr ]
Jul 22 10:06:05 09[NET] <tch067|3467589> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 13[NET] <tch067|3467588> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 13[ENC] <tch067|3467588> parsed CREATE_CHILD_SA request 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 13[IKE] <tch067|3467588> CHILD_SA tch067{67} established with SPIs c6704515_i c6302cbb_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 13[ENC] <tch067|3467588> generating CREATE_CHILD_SA response 5 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 13[NET] <tch067|3467588> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 12[NET] <tch067|3467589> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 12[ENC] <tch067|3467589> parsed CREATE_CHILD_SA request 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 12[IKE] <tch067|3467589> CHILD_SA tch067{67} established with SPIs cee8b976_i c1c26712_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 12[ENC] <tch067|3467589> generating CREATE_CHILD_SA response 2 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 12[NET] <tch067|3467589> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 14[NET] <tch067|3467588> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (76 bytes)
Jul 22 10:06:05 14[ENC] <tch067|3467588> parsed INFORMATIONAL response 0 [ ]
Jul 22 10:06:05 14[IKE] <tch067|3467588> IKE_SA deleted
Jul 22 10:06:05 04[NET] <tch067|3467589> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 04[ENC] <tch067|3467589> parsed CREATE_CHILD_SA request 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 04[IKE] <tch067|3467589> CHILD_SA tch067{67} established with SPIs c2dfb99b_i ca607817_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 04[ENC] <tch067|3467589> generating CREATE_CHILD_SA response 3 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 04[NET] <tch067|3467589> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
Jul 22 10:06:05 06[NET] <tch067|3467589> received packet: from 77.234.XX.YY[500] to 5.45.AA.BB[500] (348 bytes)
Jul 22 10:06:05 06[ENC] <tch067|3467589> parsed CREATE_CHILD_SA request 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 06[IKE] <tch067|3467589> CHILD_SA tch067{67} established with SPIs c1d4fea5_i c3290c24_o and TS 5.45.AA.BB/32 === 77.234.XX.YY/32
Jul 22 10:06:05 06[ENC] <tch067|3467589> generating CREATE_CHILD_SA response 4 [ N(USE_TRANSP) SA No TSi TSr ]
Jul 22 10:06:05 06[NET] <tch067|3467589> sending packet: from 5.45.AA.BB[500] to 77.234.XX.YY[500] (204 bytes)
....</pre>
      </div>
    </blockquote>
    <br>
  </body>
</html>