[strongSwan] OSPF == tons of security associations

hose hose+strongswan at bluemaggottowel.com
Tue Jan 3 20:51:36 CET 2017


(apologizes, did not list reply)

What you say...Noel Kuntze (noel at familie-kuntze.de):

> Hello Hose,
> 
> On 09.12.2016 19:52, Hose wrote:
> > If I set up a session without OSPF the excessive SAs do not appear. Each
> > of these excessive SAs has barely any traffic on it, such as below:
> > 
> >        plato{1}:  AES_GCM_8_128, 3457 bytes_i (30 pkts, 7s ago), 752
> > bytes_o (11 pkts, 407s ago), rekeying in 30 minutes
> > 
> >        plato{1}:  AES_GCM_8_128, 7868 bytes_i (87 pkts, 7s ago), 5404
> > bytes_o (74 pkts, 407s ago), rekeying in 30 minutes
> > 
> >        plato{1}:  AES_GCM_8_128, 5789 bytes_i (69 pkts, 7s ago), 3976
> > bytes_o (58 pkts, 407s ago), rekeying in 35 minutes
> > 
> 
> Looks like it's the same IPsec SAs, just a couple of policies for the same SAs.
> 
> > The odd thing is that some of the hosts have a handful of SAs, while one
> > of them has over 30 in four days. It's not affecting connectivity, it's
> > just... odd. There are no weird logs other than the usual SA
> > creation/deletion messages.
> 
> Full config and logs, please.
> 

Sorry it took so long but the holidays.

The config is very simple for the endpoints:

conn %default
        type=transport
        ike=aes192gcm8-aesxcbc-modp2048!
        esp=aes128gcm8-aesxcbc-modp1536!
        keyingtries = %forever
        keyexchange=ikev2
        authby=secret
        aggressive = no
        dpdaction = restart
        dpddelay = 10s
        dpdtimeout = 20s
        auto=route

conn larvae
        left=206.212.243.50
        right=50.31.158.132

I'm pasting the logs below since they're quite long even though they're
the past 10 minutes. If you notice it's rekeying and deleting SAs quite
often. This is also shown in the output of ipsec statusall, as it's
showing a number of SAs that will be expiring / renewing in quick succession.
They've been cut for brevity

...
       plato{1}:  INSTALLED, TRANSPORT, ESP SPIs: c1c0f11b_i cdfa1542_o
       plato{1}:  AES_GCM_8_128, 10417 bytes_i (106 pkts, 0s ago), 4896 bytes_o (68 pkts, 1s ago), rekeying in 42 minutes
       plato{1}:   50.31.158.132/32 === 206.212.243.50/32 
       plato{1}:  INSTALLED, TRANSPORT, ESP SPIs: c037cb38_i c384832a_o
       plato{1}:  AES_GCM_8_128, 2824 bytes_i (22 pkts, 0s ago), 288 bytes_o (4 pkts, 1s ago), rekeying in 45 minutes
       plato{1}:   50.31.158.132/32 === 206.212.243.50/32 
       plato{1}:  INSTALLED, TRANSPORT, ESP SPIs: c1291c57_i ce639ff6_o
       plato{1}:  AES_GCM_8_128, 3209 bytes_i (25 pkts, 0s ago), 360 bytes_o (5 pkts, 1s ago), rekeying in 44 minutes
       plato{1}:   50.31.158.132/32 === 206.212.243.50/32 
       plato{1}:  INSTALLED, TRANSPORT, ESP SPIs: cb109d35_i c8ff8e7d_o
       plato{1}:  AES_GCM_8_128, 2254 bytes_i (18 pkts, 0s ago), 360 bytes_o (5 pkts, 1s ago), rekeying in 44 minutes
       plato{1}:   50.31.158.132/32 === 206.212.243.50/32 
...



Jan  3 19:00:01 plato charon: 08[KNL] creating rekey job for ESP CHILD_SA with SPI c54bf975 and reqid {1}
Jan  3 19:00:01 plato charon: 08[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:01 plato charon: 08[ENC] generating CREATE_CHILD_SA request 707 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:01 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:01 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:01 plato charon: 09[ENC] parsed CREATE_CHILD_SA response 707 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:02 plato charon: 09[IKE] CHILD_SA larvae{1} established with SPIs ca89f3cf_i c2de5904_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:02 plato charon: 09[IKE] closing CHILD_SA larvae{1} with SPIs c54bf975_i (440 bytes) c65d4b7d_o (428 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:02 plato charon: 09[IKE] sending DELETE for ESP CHILD_SA with SPI c54bf975
Jan  3 19:00:02 plato charon: 09[ENC] generating INFORMATIONAL request 708 [ D ]
Jan  3 19:00:02 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:02 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:02 plato charon: 06[ENC] parsed INFORMATIONAL response 708 [ D ]
Jan  3 19:00:02 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI c65d4b7d
Jan  3 19:00:02 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:00:03 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:03 plato charon: 07[ENC] parsed CREATE_CHILD_SA request 862 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:03 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs c4657f98_i c0af1a29_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:03 plato charon: 07[ENC] generating CREATE_CHILD_SA response 862 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:03 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:03 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:03 plato charon: 15[ENC] parsed INFORMATIONAL request 863 [ D ]
Jan  3 19:00:03 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI cdb8aef8
Jan  3 19:00:03 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs cf10deb9_i (288 bytes) cdb8aef8_o (3305 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:03 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI cf10deb9
Jan  3 19:00:03 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:00:03 plato charon: 15[ENC] generating INFORMATIONAL response 863 [ D ]
Jan  3 19:00:03 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:05 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:05 plato charon: 10[ENC] parsed CREATE_CHILD_SA request 864 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:05 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c41524aa_i c0f9a0bd_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:05 plato charon: 10[ENC] generating CREATE_CHILD_SA response 864 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:05 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:05 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:05 plato charon: 05[ENC] parsed INFORMATIONAL request 865 [ D ]
Jan  3 19:00:05 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI c757b9b4
Jan  3 19:00:05 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs cd928b73_i (1048 bytes) c757b9b4_o (756 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:05 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI cd928b73
Jan  3 19:00:05 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:00:05 plato charon: 05[ENC] generating INFORMATIONAL response 865 [ D ]
Jan  3 19:00:05 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:07 plato charon: 08[KNL] creating rekey job for ESP CHILD_SA with SPI c3449703 and reqid {1}
Jan  3 19:00:07 plato charon: 08[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:07 plato charon: 08[ENC] generating CREATE_CHILD_SA request 709 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:07 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:07 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:07 plato charon: 16[ENC] parsed CREATE_CHILD_SA response 709 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:07 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c87aba43_i c414094f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:07 plato charon: 16[IKE] closing CHILD_SA larvae{1} with SPIs c3449703_i (0 bytes) c4b113df_o (0 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:07 plato charon: 16[IKE] sending DELETE for ESP CHILD_SA with SPI c3449703
Jan  3 19:00:07 plato charon: 16[ENC] generating INFORMATIONAL request 710 [ D ]
Jan  3 19:00:07 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:07 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:07 plato charon: 09[ENC] parsed INFORMATIONAL response 710 [ D ]
Jan  3 19:00:07 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI c4b113df
Jan  3 19:00:07 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:00:12 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:12 plato charon: 15[ENC] parsed CREATE_CHILD_SA request 866 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:12 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs c42ade98_i c9fb7b9e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:12 plato charon: 15[ENC] generating CREATE_CHILD_SA response 866 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:12 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:12 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:12 plato charon: 10[ENC] parsed INFORMATIONAL request 867 [ D ]
Jan  3 19:00:12 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI cfed8810
Jan  3 19:00:12 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs c033014a_i (72 bytes) cfed8810_o (0 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:12 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI c033014a
Jan  3 19:00:12 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:00:12 plato charon: 10[ENC] generating INFORMATIONAL response 867 [ D ]
Jan  3 19:00:12 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:16 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:16 plato charon: 06[ENC] parsed CREATE_CHILD_SA request 868 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:16 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c65140cf_i cd28044f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:16 plato charon: 06[ENC] generating CREATE_CHILD_SA response 868 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:16 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:16 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:16 plato charon: 08[ENC] parsed INFORMATIONAL request 869 [ D ]
Jan  3 19:00:16 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI c0f8063c
Jan  3 19:00:16 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c298fd09_i (72 bytes) c0f8063c_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:16 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c298fd09
Jan  3 19:00:16 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:00:16 plato charon: 08[ENC] generating INFORMATIONAL response 869 [ D ]
Jan  3 19:00:16 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:17 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI cb78f30a and reqid {1}
Jan  3 19:00:17 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:17 plato charon: 16[ENC] generating CREATE_CHILD_SA request 711 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:17 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:17 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:17 plato charon: 13[ENC] parsed CREATE_CHILD_SA response 711 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:17 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs c7a0b401_i cf3d76ee_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:17 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs cd157622_i (0 bytes) cb78f30a_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:17 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI cd157622
Jan  3 19:00:17 plato charon: 13[ENC] generating INFORMATIONAL request 712 [ D ]
Jan  3 19:00:17 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:17 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:17 plato charon: 11[ENC] parsed INFORMATIONAL response 712 [ D ]
Jan  3 19:00:17 plato charon: 11[IKE] received DELETE for ESP CHILD_SA with SPI cb78f30a
Jan  3 19:00:17 plato charon: 11[IKE] CHILD_SA closed
Jan  3 19:00:18 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:18 plato charon: 10[ENC] parsed CREATE_CHILD_SA request 870 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:18 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c45d5a07_i cb61fc77_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:18 plato charon: 10[ENC] generating CREATE_CHILD_SA response 870 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:18 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:18 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:18 plato charon: 15[ENC] parsed INFORMATIONAL request 871 [ D ]
Jan  3 19:00:18 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI c165f3b9
Jan  3 19:00:18 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c3be5774_i (488 bytes) c165f3b9_o (488 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:18 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c3be5774
Jan  3 19:00:18 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:00:18 plato charon: 15[ENC] generating INFORMATIONAL response 871 [ D ]
Jan  3 19:00:18 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:20 plato charon: 05[KNL] creating rekey job for ESP CHILD_SA with SPI c28a428d and reqid {1}
Jan  3 19:00:20 plato charon: 05[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:20 plato charon: 12[KNL] creating rekey job for ESP CHILD_SA with SPI ccecb44e and reqid {1}
Jan  3 19:00:20 plato charon: 05[ENC] generating CREATE_CHILD_SA request 713 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:20 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:20 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:20 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 713 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:20 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c4fd1ac2_i c6d6b950_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:20 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c28a428d_i (3924 bytes) c531143b_o (6548 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:20 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c28a428d
Jan  3 19:00:20 plato charon: 08[ENC] generating INFORMATIONAL request 714 [ D ]
Jan  3 19:00:20 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:20 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:20 plato charon: 09[ENC] parsed CREATE_CHILD_SA request 872 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:20 plato charon: 09[IKE] CHILD_SA larvae{1} established with SPIs c3e29966_i ca8bdf87_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:20 plato charon: 09[ENC] generating CREATE_CHILD_SA response 872 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:20 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:20 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:20 plato charon: 16[ENC] parsed INFORMATIONAL response 714 [ D ]
Jan  3 19:00:20 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI c531143b
Jan  3 19:00:20 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:00:20 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:21 plato charon: 16[ENC] generating CREATE_CHILD_SA request 715 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:21 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:21 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:21 plato charon: 13[ENC] parsed INFORMATIONAL request 873 [ D ]
Jan  3 19:00:21 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c7df03b5
Jan  3 19:00:21 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs c6e8fa09_i (72 bytes) c7df03b5_o (144 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:21 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI c6e8fa09
Jan  3 19:00:21 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:00:21 plato charon: 13[ENC] generating INFORMATIONAL response 873 [ D ]
Jan  3 19:00:21 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:21 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:21 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 715 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:21 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs caaa1066_i c2d6b1af_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:21 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs ca82690e_i (72 bytes) ccecb44e_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:21 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI ca82690e
Jan  3 19:00:21 plato charon: 11[ENC] generating INFORMATIONAL request 716 [ D ]
Jan  3 19:00:21 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:21 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:21 plato charon: 07[ENC] parsed INFORMATIONAL response 716 [ D ]
Jan  3 19:00:21 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI ccecb44e
Jan  3 19:00:21 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:00:21 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:21 plato charon: 14[ENC] parsed CREATE_CHILD_SA request 874 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:21 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c2366f15_i cb87ba8b_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:21 plato charon: 14[ENC] generating CREATE_CHILD_SA response 874 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:21 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:21 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:21 plato charon: 12[ENC] parsed INFORMATIONAL request 875 [ D ]
Jan  3 19:00:21 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI cc0fe339
Jan  3 19:00:21 plato charon: 12[IKE] closing CHILD_SA larvae{1} with SPIs c55d3dec_i (864 bytes) cc0fe339_o (4193 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:21 plato charon: 12[IKE] sending DELETE for ESP CHILD_SA with SPI c55d3dec
Jan  3 19:00:21 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:00:21 plato charon: 12[ENC] generating INFORMATIONAL response 875 [ D ]
Jan  3 19:00:21 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:22 plato charon: 06[KNL] creating rekey job for ESP CHILD_SA with SPI cea0b451 and reqid {1}
Jan  3 19:00:22 plato charon: 06[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:22 plato charon: 06[ENC] generating CREATE_CHILD_SA request 717 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:22 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:22 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:22 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 717 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:22 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c63d3cf6_i cd8262de_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:22 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs cea0b451_i (216 bytes) cfe7de40_o (3002 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:22 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI cea0b451
Jan  3 19:00:22 plato charon: 08[ENC] generating INFORMATIONAL request 718 [ D ]
Jan  3 19:00:22 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:22 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:22 plato charon: 09[ENC] parsed INFORMATIONAL response 718 [ D ]
Jan  3 19:00:22 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI cfe7de40
Jan  3 19:00:22 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:00:24 plato charon: 13[KNL] creating rekey job for ESP CHILD_SA with SPI cf7e9ff1 and reqid {1}
Jan  3 19:00:24 plato charon: 13[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:24 plato charon: 13[ENC] generating CREATE_CHILD_SA request 719 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:24 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:24 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:24 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 719 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:24 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs cabdbde6_i c117cba8_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:24 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs c2cbf808_i (360 bytes) cf7e9ff1_o (2947 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:24 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI c2cbf808
Jan  3 19:00:24 plato charon: 11[ENC] generating INFORMATIONAL request 720 [ D ]
Jan  3 19:00:24 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:24 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:24 plato charon: 07[ENC] parsed INFORMATIONAL response 720 [ D ]
Jan  3 19:00:24 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI cf7e9ff1
Jan  3 19:00:24 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:00:27 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:27 plato charon: 08[ENC] parsed CREATE_CHILD_SA request 876 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:27 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs cf44ddc3_i c8e6fb6f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:27 plato charon: 08[ENC] generating CREATE_CHILD_SA response 876 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:27 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:27 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:27 plato charon: 09[ENC] parsed INFORMATIONAL request 877 [ D ]
Jan  3 19:00:27 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI c9122e4c
Jan  3 19:00:27 plato charon: 09[IKE] closing CHILD_SA larvae{1} with SPIs c8898278_i (216 bytes) c9122e4c_o (216 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:27 plato charon: 09[IKE] sending DELETE for ESP CHILD_SA with SPI c8898278
Jan  3 19:00:27 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:00:27 plato charon: 09[ENC] generating INFORMATIONAL response 877 [ D ]
Jan  3 19:00:27 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:28 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:28 plato charon: 16[ENC] parsed CREATE_CHILD_SA request 878 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:28 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c7f05505_i cc35bdc3_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:28 plato charon: 16[ENC] generating CREATE_CHILD_SA response 878 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:28 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:28 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:28 plato charon: 07[ENC] parsed INFORMATIONAL request 879 [ D ]
Jan  3 19:00:28 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI c242dc50
Jan  3 19:00:28 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs ce5f0818_i (144 bytes) c242dc50_o (3153 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:28 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI ce5f0818
Jan  3 19:00:28 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:00:28 plato charon: 07[ENC] generating INFORMATIONAL response 879 [ D ]
Jan  3 19:00:28 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:28 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:28 plato charon: 15[ENC] parsed CREATE_CHILD_SA request 880 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:28 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs cba05667_i c5518745_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:28 plato charon: 15[ENC] generating CREATE_CHILD_SA response 880 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:28 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:28 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:28 plato charon: 14[ENC] parsed INFORMATIONAL request 881 [ D ]
Jan  3 19:00:28 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI c907eb02
Jan  3 19:00:28 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs ce1098e0_i (144 bytes) c907eb02_o (2739 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:28 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI ce1098e0
Jan  3 19:00:28 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:00:28 plato charon: 14[ENC] generating INFORMATIONAL response 881 [ D ]
Jan  3 19:00:28 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:28 plato charon: 12[KNL] creating rekey job for ESP CHILD_SA with SPI cf22cf9e and reqid {1}
Jan  3 19:00:28 plato charon: 05[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:28 plato charon: 05[ENC] generating CREATE_CHILD_SA request 721 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:28 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:28 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:28 plato charon: 06[ENC] parsed CREATE_CHILD_SA response 721 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:29 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c53e03f6_i c21c896e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:29 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs c328995d_i (216 bytes) cf22cf9e_o (216 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:29 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI c328995d
Jan  3 19:00:29 plato charon: 06[ENC] generating INFORMATIONAL request 722 [ D ]
Jan  3 19:00:29 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:29 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:29 plato charon: 08[ENC] parsed INFORMATIONAL response 722 [ D ]
Jan  3 19:00:29 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI cf22cf9e
Jan  3 19:00:29 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:00:31 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:31 plato charon: 07[ENC] parsed CREATE_CHILD_SA request 882 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:31 plato charon: 11[KNL] creating rekey job for ESP CHILD_SA with SPI c524a735 and reqid {1}
Jan  3 19:00:31 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs c446d0ca_i c17f1ed0_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:31 plato charon: 07[ENC] generating CREATE_CHILD_SA response 882 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:31 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:31 plato charon: 11[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:31 plato charon: 11[ENC] generating CREATE_CHILD_SA request 723 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:31 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:31 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:31 plato charon: 15[ENC] parsed INFORMATIONAL request 883 [ D ]
Jan  3 19:00:31 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI cf79bbf9
Jan  3 19:00:31 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c97230c4_i (0 bytes) cf79bbf9_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:31 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c97230c4
Jan  3 19:00:31 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:00:31 plato charon: 15[ENC] generating INFORMATIONAL response 883 [ D ]
Jan  3 19:00:31 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:31 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:31 plato charon: 14[ENC] parsed CREATE_CHILD_SA response 723 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:31 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs cc83db95_i cf5f6a77_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:31 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs c02279f2_i (144 bytes) c524a735_o (2086 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:31 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI c02279f2
Jan  3 19:00:31 plato charon: 14[ENC] generating INFORMATIONAL request 724 [ D ]
Jan  3 19:00:31 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:31 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:31 plato charon: 12[ENC] parsed INFORMATIONAL response 724 [ D ]
Jan  3 19:00:31 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI c524a735
Jan  3 19:00:31 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:00:31 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:31 plato charon: 06[ENC] parsed CREATE_CHILD_SA request 884 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 05[KNL] creating rekey job for ESP CHILD_SA with SPI cc16c354 and reqid {1}
Jan  3 19:00:32 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c5649001_i cbe72b3e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 06[ENC] generating CREATE_CHILD_SA response 884 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:32 plato charon: 08[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:32 plato charon: 13[KNL] creating rekey job for ESP CHILD_SA with SPI cd47ee96 and reqid {1}
Jan  3 19:00:32 plato charon: 08[ENC] generating CREATE_CHILD_SA request 725 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:32 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 09[ENC] parsed INFORMATIONAL request 885 [ D ]
Jan  3 19:00:32 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI c29b141d
Jan  3 19:00:32 plato charon: 09[IKE] closing CHILD_SA larvae{1} with SPIs c9bd5701_i (72 bytes) c29b141d_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 09[IKE] sending DELETE for ESP CHILD_SA with SPI c9bd5701
Jan  3 19:00:32 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:00:32 plato charon: 09[ENC] generating INFORMATIONAL response 885 [ D ]
Jan  3 19:00:32 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:32 plato charon: 10[ENC] parsed CREATE_CHILD_SA response 725 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs ccf1a42f_i ceb847b4_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs c43cb23e_i (128 bytes) cc16c354_o (2072 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI c43cb23e
Jan  3 19:00:32 plato charon: 10[ENC] generating INFORMATIONAL request 726 [ D ]
Jan  3 19:00:32 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 07[ENC] parsed INFORMATIONAL response 726 [ D ]
Jan  3 19:00:32 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI cc16c354
Jan  3 19:00:32 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:00:32 plato charon: 07[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:32 plato charon: 07[ENC] generating CREATE_CHILD_SA request 727 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:32 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:32 plato charon: 15[ENC] parsed CREATE_CHILD_SA response 727 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs c9d282c7_i cef92e82_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs cd47ee96_i (128 bytes) cd41f3dc_o (128 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI cd47ee96
Jan  3 19:00:32 plato charon: 15[ENC] generating INFORMATIONAL request 728 [ D ]
Jan  3 19:00:32 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 11[ENC] parsed INFORMATIONAL response 728 [ D ]
Jan  3 19:00:32 plato charon: 11[IKE] received DELETE for ESP CHILD_SA with SPI cd41f3dc
Jan  3 19:00:32 plato charon: 11[IKE] CHILD_SA closed
Jan  3 19:00:32 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:32 plato charon: 14[ENC] parsed CREATE_CHILD_SA request 886 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c70c54b3_i c6d913e7_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 14[ENC] generating CREATE_CHILD_SA response 886 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:32 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:32 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:32 plato charon: 05[ENC] parsed INFORMATIONAL request 887 [ D ]
Jan  3 19:00:32 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI cd3ddf9b
Jan  3 19:00:32 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs c6042aae_i (144 bytes) cd3ddf9b_o (3035 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:32 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI c6042aae
Jan  3 19:00:32 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:00:32 plato charon: 05[ENC] generating INFORMATIONAL response 887 [ D ]
Jan  3 19:00:32 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:34 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI c4f71216 and reqid {1}
Jan  3 19:00:34 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:34 plato charon: 16[ENC] generating CREATE_CHILD_SA request 729 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:34 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:34 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:34 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 729 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:34 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c2c3383e_i ccbc5f53_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:34 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c4f71216_i (936 bytes) c132c754_o (3191 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:34 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c4f71216
Jan  3 19:00:34 plato charon: 08[ENC] generating INFORMATIONAL request 730 [ D ]
Jan  3 19:00:34 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:34 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:34 plato charon: 13[ENC] parsed INFORMATIONAL response 730 [ D ]
Jan  3 19:00:34 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c132c754
Jan  3 19:00:34 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:00:36 plato charon: 12[KNL] creating rekey job for ESP CHILD_SA with SPI c5c7fcab and reqid {1}
Jan  3 19:00:36 plato charon: 12[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:36 plato charon: 12[ENC] generating CREATE_CHILD_SA request 731 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:36 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:36 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:36 plato charon: 06[ENC] parsed CREATE_CHILD_SA response 731 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:36 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c7c9d985_i c9e5445a_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:36 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs c5c7fcab_i (360 bytes) c613be14_o (2725 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:36 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI c5c7fcab
Jan  3 19:00:36 plato charon: 06[ENC] generating INFORMATIONAL request 732 [ D ]
Jan  3 19:00:36 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:36 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:36 plato charon: 16[ENC] parsed INFORMATIONAL response 732 [ D ]
Jan  3 19:00:36 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI c613be14
Jan  3 19:00:36 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:00:37 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:37 plato charon: 08[ENC] parsed CREATE_CHILD_SA request 888 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:37 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c0c16341_i c317e464_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:37 plato charon: 08[ENC] generating CREATE_CHILD_SA response 888 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:37 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:37 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:37 plato charon: 13[ENC] parsed INFORMATIONAL request 889 [ D ]
Jan  3 19:00:37 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c61618f2
Jan  3 19:00:37 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs cc392b17_i (360 bytes) c61618f2_o (3256 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:37 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI cc392b17
Jan  3 19:00:37 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:00:37 plato charon: 13[ENC] generating INFORMATIONAL response 889 [ D ]
Jan  3 19:00:37 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:39 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:39 plato charon: 11[ENC] parsed CREATE_CHILD_SA request 890 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:39 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs c195e825_i c6b8081e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:39 plato charon: 11[ENC] generating CREATE_CHILD_SA response 890 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:39 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:39 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:39 plato charon: 14[ENC] parsed INFORMATIONAL request 891 [ D ]
Jan  3 19:00:39 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI c564eac6
Jan  3 19:00:39 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs ceb685d3_i (72 bytes) c564eac6_o (2016 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:39 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI ceb685d3
Jan  3 19:00:39 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:00:39 plato charon: 14[ENC] generating INFORMATIONAL response 891 [ D ]
Jan  3 19:00:39 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:40 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:40 plato charon: 05[ENC] parsed CREATE_CHILD_SA request 892 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:40 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs cb386be0_i c5f1fe0e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:40 plato charon: 05[ENC] generating CREATE_CHILD_SA response 892 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:40 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:40 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:40 plato charon: 09[ENC] parsed INFORMATIONAL request 893 [ D ]
Jan  3 19:00:40 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI ca03a063
Jan  3 19:00:40 plato charon: 09[IKE] closing CHILD_SA larvae{1} with SPIs c040e96b_i (144 bytes) ca03a063_o (2865 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:40 plato charon: 09[IKE] sending DELETE for ESP CHILD_SA with SPI c040e96b
Jan  3 19:00:40 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:00:40 plato charon: 09[ENC] generating INFORMATIONAL response 893 [ D ]
Jan  3 19:00:40 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:41 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:41 plato charon: 16[ENC] parsed CREATE_CHILD_SA request 894 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:41 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs cb8677f9_i c7be1123_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:41 plato charon: 16[ENC] generating CREATE_CHILD_SA response 894 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:41 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:41 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:41 plato charon: 08[ENC] parsed INFORMATIONAL request 895 [ D ]
Jan  3 19:00:41 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI cb164e98
Jan  3 19:00:41 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs cb90513c_i (144 bytes) cb164e98_o (2380 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:41 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI cb90513c
Jan  3 19:00:41 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:00:41 plato charon: 08[ENC] generating INFORMATIONAL response 895 [ D ]
Jan  3 19:00:41 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:42 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:00:42 plato charon: 13[ENC] parsed CREATE_CHILD_SA request 896 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:43 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs c51e9e20_i c8f6165e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:43 plato charon: 13[ENC] generating CREATE_CHILD_SA response 896 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:43 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:00:43 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:43 plato charon: 10[ENC] parsed INFORMATIONAL request 897 [ D ]
Jan  3 19:00:43 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI c940528e
Jan  3 19:00:43 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs ce4249eb_i (352 bytes) c940528e_o (584 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:43 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI ce4249eb
Jan  3 19:00:43 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:00:43 plato charon: 10[ENC] generating INFORMATIONAL response 897 [ D ]
Jan  3 19:00:43 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:44 plato charon: 07[KNL] creating rekey job for ESP CHILD_SA with SPI c950a603 and reqid {1}
Jan  3 19:00:44 plato charon: 15[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:44 plato charon: 15[ENC] generating CREATE_CHILD_SA request 733 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:44 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:44 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:44 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 733 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:44 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs ce7834a0_i cd6a3aed_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:44 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs c950a603_i (504 bytes) c2196765_o (2619 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:44 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI c950a603
Jan  3 19:00:44 plato charon: 11[ENC] generating INFORMATIONAL request 734 [ D ]
Jan  3 19:00:44 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:44 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:44 plato charon: 14[ENC] parsed INFORMATIONAL response 734 [ D ]
Jan  3 19:00:44 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI c2196765
Jan  3 19:00:44 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:00:45 plato charon: 06[KNL] creating rekey job for ESP CHILD_SA with SPI c84bb38e and reqid {1}
Jan  3 19:00:45 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:46 plato charon: 16[ENC] generating CREATE_CHILD_SA request 735 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:46 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:46 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:46 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 735 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:46 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs cefa5e2f_i cbbabfbd_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:46 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs ca4c1e27_i (216 bytes) c84bb38e_o (2599 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:46 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI ca4c1e27
Jan  3 19:00:46 plato charon: 08[ENC] generating INFORMATIONAL request 736 [ D ]
Jan  3 19:00:46 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:46 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:46 plato charon: 13[ENC] parsed INFORMATIONAL response 736 [ D ]
Jan  3 19:00:46 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c84bb38e
Jan  3 19:00:46 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:00:49 plato charon: 11[KNL] creating rekey job for ESP CHILD_SA with SPI cd842136 and reqid {1}
Jan  3 19:00:49 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:49 plato charon: 14[ENC] generating CREATE_CHILD_SA request 737 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:49 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:49 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:49 plato charon: 12[ENC] parsed CREATE_CHILD_SA response 737 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:49 plato charon: 12[IKE] CHILD_SA larvae{1} established with SPIs c10504dd_i c675fc5a_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:49 plato charon: 12[IKE] closing CHILD_SA larvae{1} with SPIs c93ae561_i (992 bytes) cd842136_o (688 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:50 plato charon: 12[IKE] sending DELETE for ESP CHILD_SA with SPI c93ae561
Jan  3 19:00:50 plato charon: 12[ENC] generating INFORMATIONAL request 738 [ D ]
Jan  3 19:00:50 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:50 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:50 plato charon: 05[ENC] parsed INFORMATIONAL response 738 [ D ]
Jan  3 19:00:50 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI cd842136
Jan  3 19:00:50 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:00:50 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI cf8125ec and reqid {1}
Jan  3 19:00:50 plato charon: 08[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:50 plato charon: 08[ENC] generating CREATE_CHILD_SA request 739 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:50 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:50 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:50 plato charon: 13[ENC] parsed CREATE_CHILD_SA response 739 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:50 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs c545c0de_i c8bbe873_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:50 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs cf8125ec_i (72 bytes) c71f1e25_o (3033 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:50 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI cf8125ec
Jan  3 19:00:50 plato charon: 13[ENC] generating INFORMATIONAL request 740 [ D ]
Jan  3 19:00:50 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:50 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:50 plato charon: 10[ENC] parsed INFORMATIONAL response 740 [ D ]
Jan  3 19:00:50 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI c71f1e25
Jan  3 19:00:50 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:00:55 plato charon: 06[KNL] creating rekey job for ESP CHILD_SA with SPI c1294280 and reqid {1}
Jan  3 19:00:55 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:55 plato charon: 08[KNL] creating rekey job for ESP CHILD_SA with SPI c02e3a74 and reqid {1}
Jan  3 19:00:56 plato charon: 16[ENC] generating CREATE_CHILD_SA request 741 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:56 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:56 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:56 plato charon: 07[ENC] parsed CREATE_CHILD_SA response 741 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:56 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs c60624f2_i c401b193_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:56 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs c1294280_i (432 bytes) c26c8ee7_o (432 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:56 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI c1294280
Jan  3 19:00:56 plato charon: 07[ENC] generating INFORMATIONAL request 742 [ D ]
Jan  3 19:00:56 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:56 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:56 plato charon: 13[ENC] parsed INFORMATIONAL response 742 [ D ]
Jan  3 19:00:56 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c26c8ee7
Jan  3 19:00:56 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:00:56 plato charon: 13[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:56 plato charon: 13[ENC] generating CREATE_CHILD_SA request 743 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:56 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:56 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:56 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 743 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:56 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs cb889d41_i c6340105_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:56 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs c02e3a74_i (852 bytes) cec6f0cf_o (548 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:56 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI c02e3a74
Jan  3 19:00:56 plato charon: 11[ENC] generating INFORMATIONAL request 744 [ D ]
Jan  3 19:00:56 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:56 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:56 plato charon: 14[ENC] parsed INFORMATIONAL response 744 [ D ]
Jan  3 19:00:56 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI cec6f0cf
Jan  3 19:00:56 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:00:57 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI c97e6b01 and reqid {1}
Jan  3 19:00:57 plato charon: 12[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:57 plato charon: 12[ENC] generating CREATE_CHILD_SA request 745 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:57 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:57 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:57 plato charon: 05[ENC] parsed CREATE_CHILD_SA response 745 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:58 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs c8ff0adc_i ccd43a8d_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:58 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs cf02b4be_i (72 bytes) c97e6b01_o (2663 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:58 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI cf02b4be
Jan  3 19:00:58 plato charon: 05[ENC] generating INFORMATIONAL request 746 [ D ]
Jan  3 19:00:58 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:58 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:58 plato charon: 06[ENC] parsed INFORMATIONAL response 746 [ D ]
Jan  3 19:00:58 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI c97e6b01
Jan  3 19:00:58 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:00:58 plato charon: 10[KNL] creating rekey job for ESP CHILD_SA with SPI c24e1cda and reqid {1}
Jan  3 19:00:58 plato charon: 10[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:00:58 plato charon: 10[ENC] generating CREATE_CHILD_SA request 747 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:58 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:00:58 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:00:58 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 747 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:00:58 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c2570905_i c049dedb_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:58 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs ca7b7134_i (0 bytes) c24e1cda_o (3286 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:00:58 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI ca7b7134
Jan  3 19:00:58 plato charon: 08[ENC] generating INFORMATIONAL request 748 [ D ]
Jan  3 19:00:58 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:00:58 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:00:58 plato charon: 07[ENC] parsed INFORMATIONAL response 748 [ D ]
Jan  3 19:00:58 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI c24e1cda
Jan  3 19:00:58 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:01:08 plato charon: 15[KNL] creating rekey job for ESP CHILD_SA with SPI cdfcf65d and reqid {1}
Jan  3 19:01:08 plato charon: 15[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:08 plato charon: 15[ENC] generating CREATE_CHILD_SA request 749 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:08 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:08 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:08 plato charon: 14[ENC] parsed CREATE_CHILD_SA response 749 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:08 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c3a22a98_i c98c64db_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:08 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs c6f7eb8d_i (72 bytes) cdfcf65d_o (959 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:08 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI c6f7eb8d
Jan  3 19:01:08 plato charon: 14[ENC] generating INFORMATIONAL request 750 [ D ]
Jan  3 19:01:08 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:08 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:08 plato charon: 09[ENC] parsed INFORMATIONAL response 750 [ D ]
Jan  3 19:01:08 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI cdfcf65d
Jan  3 19:01:08 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:01:09 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:09 plato charon: 12[ENC] parsed CREATE_CHILD_SA request 898 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:09 plato charon: 12[IKE] CHILD_SA larvae{1} established with SPIs cca0a973_i c5c2378d_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:09 plato charon: 12[ENC] generating CREATE_CHILD_SA response 898 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:09 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:09 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:09 plato charon: 08[ENC] parsed INFORMATIONAL request 899 [ D ]
Jan  3 19:01:09 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI c53717f9
Jan  3 19:01:09 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c35b94ab_i (72 bytes) c53717f9_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:09 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c35b94ab
Jan  3 19:01:09 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:01:09 plato charon: 08[ENC] generating INFORMATIONAL response 899 [ D ]
Jan  3 19:01:09 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:09 plato charon: 05[KNL] creating rekey job for ESP CHILD_SA with SPI c555fcff and reqid {1}
Jan  3 19:01:09 plato charon: 05[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:09 plato charon: 05[ENC] generating CREATE_CHILD_SA request 751 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:09 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:09 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:09 plato charon: 16[ENC] parsed CREATE_CHILD_SA response 751 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:09 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c0bf5010_i c2c80f10_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:09 plato charon: 16[IKE] closing CHILD_SA larvae{1} with SPIs ce62d673_i (144 bytes) c555fcff_o (144 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:09 plato charon: 16[IKE] sending DELETE for ESP CHILD_SA with SPI ce62d673
Jan  3 19:01:09 plato charon: 16[ENC] generating INFORMATIONAL request 752 [ D ]
Jan  3 19:01:09 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:09 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:09 plato charon: 10[ENC] parsed INFORMATIONAL response 752 [ D ]
Jan  3 19:01:09 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI c555fcff
Jan  3 19:01:09 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:01:11 plato charon: 07[KNL] creating rekey job for ESP CHILD_SA with SPI cf2c3625 and reqid {1}
Jan  3 19:01:11 plato charon: 07[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:11 plato charon: 07[ENC] generating CREATE_CHILD_SA request 753 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:11 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:11 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:11 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 753 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:11 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs c709353c_i c398b870_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:11 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs cf2c3625_i (504 bytes) c4bf795b_o (2868 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:11 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI cf2c3625
Jan  3 19:01:11 plato charon: 11[ENC] generating INFORMATIONAL request 754 [ D ]
Jan  3 19:01:11 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:11 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:11 plato charon: 15[ENC] parsed INFORMATIONAL response 754 [ D ]
Jan  3 19:01:11 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI c4bf795b
Jan  3 19:01:11 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:01:12 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI c81cad2e and reqid {1}
Jan  3 19:01:12 plato charon: 12[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:12 plato charon: 12[ENC] generating CREATE_CHILD_SA request 755 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:12 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:12 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:12 plato charon: 06[ENC] parsed CREATE_CHILD_SA response 755 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:12 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs cddaa2a1_i cebc06db_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:12 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs c44291e3_i (216 bytes) c81cad2e_o (2156 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:12 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI c44291e3
Jan  3 19:01:12 plato charon: 06[ENC] generating INFORMATIONAL request 756 [ D ]
Jan  3 19:01:12 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:12 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:12 plato charon: 05[ENC] parsed INFORMATIONAL response 756 [ D ]
Jan  3 19:01:12 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI c81cad2e
Jan  3 19:01:12 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:01:13 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:13 plato charon: 16[ENC] parsed CREATE_CHILD_SA request 900 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:13 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c8059d28_i cbc8234b_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:13 plato charon: 16[ENC] generating CREATE_CHILD_SA response 900 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:13 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:13 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:13 plato charon: 13[ENC] parsed INFORMATIONAL request 901 [ D ]
Jan  3 19:01:13 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c3576a2b
Jan  3 19:01:13 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs cc2887f9_i (144 bytes) c3576a2b_o (959 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:13 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI cc2887f9
Jan  3 19:01:13 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:01:13 plato charon: 13[ENC] generating INFORMATIONAL response 901 [ D ]
Jan  3 19:01:13 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:13 plato charon: 11[KNL] creating rekey job for ESP CHILD_SA with SPI c720950d and reqid {1}
Jan  3 19:01:13 plato charon: 15[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:13 plato charon: 15[ENC] generating CREATE_CHILD_SA request 757 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:13 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:13 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:13 plato charon: 14[ENC] parsed CREATE_CHILD_SA response 757 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:14 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c7babee1_i cc1f73f3_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:14 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs c720950d_i (1208 bytes) c8cbb608_o (904 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:14 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI c720950d
Jan  3 19:01:14 plato charon: 14[ENC] generating INFORMATIONAL request 758 [ D ]
Jan  3 19:01:14 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:14 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:14 plato charon: 09[ENC] parsed INFORMATIONAL response 758 [ D ]
Jan  3 19:01:14 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI c8cbb608
Jan  3 19:01:14 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:01:15 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:15 plato charon: 10[ENC] parsed CREATE_CHILD_SA request 902 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:15 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c29c4543_i c1e4024d_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:15 plato charon: 10[ENC] generating CREATE_CHILD_SA response 902 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:15 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:15 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:15 plato charon: 07[ENC] parsed INFORMATIONAL request 903 [ D ]
Jan  3 19:01:15 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI cd80053e
Jan  3 19:01:15 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs c5d275df_i (1768 bytes) cd80053e_o (3404 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:15 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI c5d275df
Jan  3 19:01:15 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:01:15 plato charon: 07[ENC] generating INFORMATIONAL response 903 [ D ]
Jan  3 19:01:15 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:15 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:15 plato charon: 11[ENC] parsed CREATE_CHILD_SA request 904 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:16 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs c5db3cbc_i ca6881c2_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:16 plato charon: 11[ENC] generating CREATE_CHILD_SA response 904 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:16 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:16 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:16 plato charon: 15[ENC] parsed INFORMATIONAL request 905 [ D ]
Jan  3 19:01:16 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI c500c114
Jan  3 19:01:16 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c9f91e38_i (72 bytes) c500c114_o (2953 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:16 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c9f91e38
Jan  3 19:01:16 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:01:16 plato charon: 15[ENC] generating INFORMATIONAL response 905 [ D ]
Jan  3 19:01:16 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:16 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI cd6028d5 and reqid {1}
Jan  3 19:01:16 plato charon: 09[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:16 plato charon: 09[ENC] generating CREATE_CHILD_SA request 759 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:16 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:16 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:16 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 759 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:16 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs cc17e4cd_i c5b7683d_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:16 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c35046a4_i (0 bytes) cd6028d5_o (2740 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:16 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c35046a4
Jan  3 19:01:16 plato charon: 08[ENC] generating INFORMATIONAL request 760 [ D ]
Jan  3 19:01:16 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:16 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:16 plato charon: 12[ENC] parsed INFORMATIONAL response 760 [ D ]
Jan  3 19:01:16 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI cd6028d5
Jan  3 19:01:16 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:01:17 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI c7cc683e and reqid {1}
Jan  3 19:01:17 plato charon: 13[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:17 plato charon: 13[ENC] generating CREATE_CHILD_SA request 761 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:17 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:17 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:17 plato charon: 10[ENC] parsed CREATE_CHILD_SA response 761 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:17 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c49743a4_i cb1d1d79_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:17 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs cd4230c5_i (360 bytes) c7cc683e_o (360 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:17 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI cd4230c5
Jan  3 19:01:17 plato charon: 10[ENC] generating INFORMATIONAL request 762 [ D ]
Jan  3 19:01:17 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:17 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:17 plato charon: 07[ENC] parsed INFORMATIONAL response 762 [ D ]
Jan  3 19:01:17 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI c7cc683e
Jan  3 19:01:17 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:01:19 plato charon: 14[KNL] creating rekey job for ESP CHILD_SA with SPI c2237159 and reqid {1}
Jan  3 19:01:19 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:19 plato charon: 14[ENC] generating CREATE_CHILD_SA request 763 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:19 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:19 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:19 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 763 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:19 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c606ca5e_i cf2bae48_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:19 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c2237159_i (1008 bytes) c1cd1cb5_o (4404 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:19 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c2237159
Jan  3 19:01:19 plato charon: 08[ENC] generating INFORMATIONAL request 764 [ D ]
Jan  3 19:01:19 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:19 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:19 plato charon: 12[ENC] parsed INFORMATIONAL response 764 [ D ]
Jan  3 19:01:19 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI c1cd1cb5
Jan  3 19:01:19 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:01:20 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:20 plato charon: 06[ENC] parsed CREATE_CHILD_SA request 906 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:20 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c2bc0dd1_i c50416c5_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:20 plato charon: 06[ENC] generating CREATE_CHILD_SA response 906 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:20 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:20 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:20 plato charon: 16[ENC] parsed INFORMATIONAL request 907 [ D ]
Jan  3 19:01:20 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI c8d4eb6b
Jan  3 19:01:20 plato charon: 16[IKE] closing CHILD_SA larvae{1} with SPIs cf074f1e_i (216 bytes) c8d4eb6b_o (2584 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:20 plato charon: 16[IKE] sending DELETE for ESP CHILD_SA with SPI cf074f1e
Jan  3 19:01:20 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:01:20 plato charon: 16[ENC] generating INFORMATIONAL response 907 [ D ]
Jan  3 19:01:20 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:20 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:20 plato charon: 13[ENC] parsed CREATE_CHILD_SA request 908 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:20 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs c625b2b9_i c1efb17d_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:20 plato charon: 13[ENC] generating CREATE_CHILD_SA response 908 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:20 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:20 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:20 plato charon: 07[ENC] parsed INFORMATIONAL request 909 [ D ]
Jan  3 19:01:20 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI c2acfc16
Jan  3 19:01:20 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs c001014c_i (216 bytes) c2acfc16_o (2588 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:20 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI c001014c
Jan  3 19:01:20 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:01:20 plato charon: 07[ENC] generating INFORMATIONAL response 909 [ D ]
Jan  3 19:01:20 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:21 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI cb2a151a and reqid {1}
Jan  3 19:01:21 plato charon: 09[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:21 plato charon: 09[ENC] generating CREATE_CHILD_SA request 765 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:21 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:21 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:21 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 765 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:21 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c3c743e7_i c04be576_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:21 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs cb2a151a_i (72 bytes) ce0a48fa_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:21 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI cb2a151a
Jan  3 19:01:21 plato charon: 08[ENC] generating INFORMATIONAL request 766 [ D ]
Jan  3 19:01:21 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:21 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:21 plato charon: 12[ENC] parsed INFORMATIONAL response 766 [ D ]
Jan  3 19:01:21 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI ce0a48fa
Jan  3 19:01:21 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:01:26 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:26 plato charon: 07[ENC] parsed CREATE_CHILD_SA request 910 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:26 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs cf46e473_i cec6f3aa_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:26 plato charon: 07[ENC] generating CREATE_CHILD_SA response 910 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:26 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:26 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:26 plato charon: 11[ENC] parsed INFORMATIONAL request 911 [ D ]
Jan  3 19:01:26 plato charon: 11[IKE] received DELETE for ESP CHILD_SA with SPI c0745153
Jan  3 19:01:26 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs cf99c512_i (216 bytes) c0745153_o (2879 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:26 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI cf99c512
Jan  3 19:01:26 plato charon: 11[IKE] CHILD_SA closed
Jan  3 19:01:26 plato charon: 11[ENC] generating INFORMATIONAL response 911 [ D ]
Jan  3 19:01:26 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:27 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:27 plato charon: 15[ENC] parsed CREATE_CHILD_SA request 912 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:27 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs cfc72e61_i c4936ad1_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:27 plato charon: 15[ENC] generating CREATE_CHILD_SA response 912 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:27 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:27 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:27 plato charon: 14[ENC] parsed INFORMATIONAL request 913 [ D ]
Jan  3 19:01:27 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI c759d0f1
Jan  3 19:01:27 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs ce16ee00_i (216 bytes) c759d0f1_o (216 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:27 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI ce16ee00
Jan  3 19:01:27 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:01:27 plato charon: 14[ENC] generating INFORMATIONAL response 913 [ D ]
Jan  3 19:01:27 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:30 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:30 plato charon: 05[ENC] parsed CREATE_CHILD_SA request 914 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:30 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs c2ad4788_i cca14155_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:30 plato charon: 05[ENC] generating CREATE_CHILD_SA response 914 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:30 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:31 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:31 plato charon: 06[ENC] parsed INFORMATIONAL request 915 [ D ]
Jan  3 19:01:31 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI c9f24147
Jan  3 19:01:31 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs c02c8acf_i (360 bytes) c9f24147_o (360 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:31 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI c02c8acf
Jan  3 19:01:31 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:01:31 plato charon: 06[ENC] generating INFORMATIONAL response 915 [ D ]
Jan  3 19:01:31 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:33 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:33 plato charon: 16[ENC] parsed CREATE_CHILD_SA request 916 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:33 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c23e82f0_i cd1fe54d_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:33 plato charon: 16[ENC] generating CREATE_CHILD_SA response 916 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:33 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:33 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:33 plato charon: 10[ENC] parsed INFORMATIONAL request 917 [ D ]
Jan  3 19:01:33 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI c9e6f328
Jan  3 19:01:33 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs c2af76f8_i (1020 bytes) c9e6f328_o (3967 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:33 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI c2af76f8
Jan  3 19:01:33 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:01:33 plato charon: 10[ENC] generating INFORMATIONAL response 917 [ D ]
Jan  3 19:01:33 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:34 plato charon: 13[KNL] creating rekey job for ESP CHILD_SA with SPI cdc19161 and reqid {1}
Jan  3 19:01:34 plato charon: 13[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:34 plato charon: 13[ENC] generating CREATE_CHILD_SA request 767 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:34 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:34 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:34 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 767 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:34 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs cbea3fff_i c0634501_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:34 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs cd8e3830_i (432 bytes) cdc19161_o (2502 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:34 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI cd8e3830
Jan  3 19:01:34 plato charon: 11[ENC] generating INFORMATIONAL request 768 [ D ]
Jan  3 19:01:34 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:34 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:34 plato charon: 15[ENC] parsed INFORMATIONAL response 768 [ D ]
Jan  3 19:01:34 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI cdc19161
Jan  3 19:01:34 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:01:34 plato charon: 14[KNL] creating rekey job for ESP CHILD_SA with SPI cee8d922 and reqid {1}
Jan  3 19:01:34 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:34 plato charon: 14[ENC] generating CREATE_CHILD_SA request 769 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:34 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:34 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:34 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 769 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:35 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs cf3cf6e2_i cf4d6a21_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:35 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c3108a1c_i (0 bytes) cee8d922_o (2750 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:35 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c3108a1c
Jan  3 19:01:35 plato charon: 08[ENC] generating INFORMATIONAL request 770 [ D ]
Jan  3 19:01:35 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:35 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:35 plato charon: 12[ENC] parsed INFORMATIONAL response 770 [ D ]
Jan  3 19:01:35 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI cee8d922
Jan  3 19:01:35 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:01:35 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:35 plato charon: 06[ENC] parsed CREATE_CHILD_SA request 918 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:36 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c57ce1b0_i c12d598a_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:36 plato charon: 06[ENC] generating CREATE_CHILD_SA response 918 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:36 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:36 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:36 plato charon: 16[ENC] parsed INFORMATIONAL request 919 [ D ]
Jan  3 19:01:36 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI c0cda4d8
Jan  3 19:01:36 plato charon: 16[IKE] closing CHILD_SA larvae{1} with SPIs c028402e_i (0 bytes) c0cda4d8_o (0 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:36 plato charon: 16[IKE] sending DELETE for ESP CHILD_SA with SPI c028402e
Jan  3 19:01:36 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:01:36 plato charon: 16[ENC] generating INFORMATIONAL response 919 [ D ]
Jan  3 19:01:36 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:40 plato charon: 15[KNL] creating rekey job for ESP CHILD_SA with SPI cac2c2e5 and reqid {1}
Jan  3 19:01:40 plato charon: 09[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:40 plato charon: 09[ENC] generating CREATE_CHILD_SA request 771 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:40 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:40 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:40 plato charon: 14[ENC] parsed CREATE_CHILD_SA response 771 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:40 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c6293c58_i c5aaae97_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:40 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs cac2c2e5_i (144 bytes) c38d8674_o (144 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:40 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI cac2c2e5
Jan  3 19:01:40 plato charon: 14[ENC] generating INFORMATIONAL request 772 [ D ]
Jan  3 19:01:40 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:40 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:40 plato charon: 08[ENC] parsed INFORMATIONAL response 772 [ D ]
Jan  3 19:01:40 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI c38d8674
Jan  3 19:01:40 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:01:40 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:40 plato charon: 12[ENC] parsed CREATE_CHILD_SA request 920 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:40 plato charon: 12[IKE] CHILD_SA larvae{1} established with SPIs c6e484b0_i c22d60db_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:40 plato charon: 12[ENC] generating CREATE_CHILD_SA response 920 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:40 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:41 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:41 plato charon: 05[ENC] parsed INFORMATIONAL request 921 [ D ]
Jan  3 19:01:41 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI c84dee30
Jan  3 19:01:41 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs c84607cf_i (720 bytes) c84dee30_o (3681 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:41 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI c84607cf
Jan  3 19:01:41 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:01:41 plato charon: 05[ENC] generating INFORMATIONAL response 921 [ D ]
Jan  3 19:01:41 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:41 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:41 plato charon: 06[ENC] parsed CREATE_CHILD_SA request 922 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:41 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c3ccd3f7_i c9495074_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:41 plato charon: 06[ENC] generating CREATE_CHILD_SA response 922 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:41 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:41 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:41 plato charon: 16[ENC] parsed INFORMATIONAL request 923 [ D ]
Jan  3 19:01:41 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI c7709b05
Jan  3 19:01:41 plato charon: 16[IKE] closing CHILD_SA larvae{1} with SPIs c7bc3385_i (936 bytes) c7709b05_o (3180 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:41 plato charon: 16[IKE] sending DELETE for ESP CHILD_SA with SPI c7bc3385
Jan  3 19:01:41 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:01:41 plato charon: 16[ENC] generating INFORMATIONAL response 923 [ D ]
Jan  3 19:01:41 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:44 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:44 plato charon: 13[ENC] parsed CREATE_CHILD_SA request 924 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:44 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs c7d9a638_i c51b8ad4_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:44 plato charon: 13[ENC] generating CREATE_CHILD_SA response 924 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:44 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:44 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:44 plato charon: 11[ENC] parsed INFORMATIONAL request 925 [ D ]
Jan  3 19:01:44 plato charon: 11[IKE] received DELETE for ESP CHILD_SA with SPI ce7cc100
Jan  3 19:01:44 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs ce09031a_i (144 bytes) ce7cc100_o (144 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:44 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI ce09031a
Jan  3 19:01:44 plato charon: 11[IKE] CHILD_SA closed
Jan  3 19:01:44 plato charon: 11[ENC] generating INFORMATIONAL response 925 [ D ]
Jan  3 19:01:44 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:46 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI ce17eb49 and reqid {1}
Jan  3 19:01:46 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:47 plato charon: 14[ENC] generating CREATE_CHILD_SA request 773 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:47 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:47 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:47 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 773 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:47 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c2a6efe4_i c416a5a0_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:47 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs ce17eb49_i (1440 bytes) c900a425_o (6000 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:47 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI ce17eb49
Jan  3 19:01:47 plato charon: 08[ENC] generating INFORMATIONAL request 774 [ D ]
Jan  3 19:01:47 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:47 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:47 plato charon: 12[ENC] parsed INFORMATIONAL response 774 [ D ]
Jan  3 19:01:47 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI c900a425
Jan  3 19:01:47 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:01:56 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:56 plato charon: 10[ENC] parsed CREATE_CHILD_SA request 926 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:56 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c66b951a_i c5f220ce_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:56 plato charon: 10[ENC] generating CREATE_CHILD_SA response 926 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:56 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:56 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:56 plato charon: 07[ENC] parsed INFORMATIONAL request 927 [ D ]
Jan  3 19:01:56 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI c35341bd
Jan  3 19:01:56 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs cbcfda0b_i (288 bytes) c35341bd_o (2886 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:56 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI cbcfda0b
Jan  3 19:01:56 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:01:56 plato charon: 07[ENC] generating INFORMATIONAL response 927 [ D ]
Jan  3 19:01:56 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:58 plato charon: 13[KNL] creating rekey job for ESP CHILD_SA with SPI cf124fdb and reqid {1}
Jan  3 19:01:58 plato charon: 13[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:01:59 plato charon: 13[ENC] generating CREATE_CHILD_SA request 775 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:59 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:01:59 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:01:59 plato charon: 15[ENC] parsed CREATE_CHILD_SA response 775 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:59 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs cb56960d_i c923e45e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:59 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c8ca9622_i (144 bytes) cf124fdb_o (2510 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:59 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c8ca9622
Jan  3 19:01:59 plato charon: 15[ENC] generating INFORMATIONAL request 776 [ D ]
Jan  3 19:01:59 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:01:59 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:59 plato charon: 09[ENC] parsed INFORMATIONAL response 776 [ D ]
Jan  3 19:01:59 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI cf124fdb
Jan  3 19:01:59 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:01:59 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:01:59 plato charon: 14[ENC] parsed CREATE_CHILD_SA request 928 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:59 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs cac8ecf3_i cb267bd7_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:59 plato charon: 14[ENC] generating CREATE_CHILD_SA response 928 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:01:59 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:01:59 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:01:59 plato charon: 08[ENC] parsed INFORMATIONAL request 929 [ D ]
Jan  3 19:01:59 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI cf88bc92
Jan  3 19:01:59 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c9cfbee7_i (128 bytes) cf88bc92_o (2420 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:01:59 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c9cfbee7
Jan  3 19:01:59 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:01:59 plato charon: 08[ENC] generating INFORMATIONAL response 929 [ D ]
Jan  3 19:01:59 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:11 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI c57ec43e and reqid {1}
Jan  3 19:02:11 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:11 plato charon: 16[ENC] generating CREATE_CHILD_SA request 777 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:11 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:11 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:11 plato charon: 07[ENC] parsed CREATE_CHILD_SA response 777 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:11 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs c667c550_i cdf57a3f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:11 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs c57ec43e_i (576 bytes) ce4644fa_o (3254 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:11 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI c57ec43e
Jan  3 19:02:11 plato charon: 07[ENC] generating INFORMATIONAL request 778 [ D ]
Jan  3 19:02:11 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:11 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:11 plato charon: 11[ENC] parsed INFORMATIONAL response 778 [ D ]
Jan  3 19:02:11 plato charon: 11[IKE] received DELETE for ESP CHILD_SA with SPI ce4644fa
Jan  3 19:02:11 plato charon: 11[IKE] CHILD_SA closed
Jan  3 19:02:16 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:02:16 plato charon: 14[ENC] parsed CREATE_CHILD_SA request 930 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:17 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c6ae4088_i c76d337e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:17 plato charon: 14[ENC] generating CREATE_CHILD_SA response 930 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:17 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:02:17 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:17 plato charon: 08[ENC] parsed INFORMATIONAL request 931 [ D ]
Jan  3 19:02:17 plato charon: 08[IKE] received DELETE for ESP CHILD_SA with SPI c3e4b946
Jan  3 19:02:17 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c44ac137_i (936 bytes) c3e4b946_o (4083 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:17 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c44ac137
Jan  3 19:02:17 plato charon: 08[IKE] CHILD_SA closed
Jan  3 19:02:17 plato charon: 08[ENC] generating INFORMATIONAL response 931 [ D ]
Jan  3 19:02:17 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:21 plato charon: 12[KNL] creating rekey job for ESP CHILD_SA with SPI c9ffdabf and reqid {1}
Jan  3 19:02:21 plato charon: 05[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:22 plato charon: 05[ENC] generating CREATE_CHILD_SA request 779 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:22 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:22 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:22 plato charon: 06[ENC] parsed CREATE_CHILD_SA response 779 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:22 plato charon: 06[IKE] CHILD_SA larvae{1} established with SPIs c377540b_i c196c5cf_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:22 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs ccd2a25c_i (216 bytes) c9ffdabf_o (2150 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:22 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI ccd2a25c
Jan  3 19:02:22 plato charon: 06[ENC] generating INFORMATIONAL request 780 [ D ]
Jan  3 19:02:22 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:22 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:22 plato charon: 10[ENC] parsed INFORMATIONAL response 780 [ D ]
Jan  3 19:02:22 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI c9ffdabf
Jan  3 19:02:22 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:02:22 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI ca045a73 and reqid {1}
Jan  3 19:02:22 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:22 plato charon: 16[ENC] generating CREATE_CHILD_SA request 781 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:22 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:22 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:22 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 781 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:22 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs c7ebf0c2_i c7f4e541_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:22 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs cf71e5f4_i (216 bytes) ca045a73_o (2286 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:22 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI cf71e5f4
Jan  3 19:02:22 plato charon: 11[ENC] generating INFORMATIONAL request 782 [ D ]
Jan  3 19:02:22 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:22 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:22 plato charon: 13[ENC] parsed INFORMATIONAL response 782 [ D ]
Jan  3 19:02:22 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI ca045a73
Jan  3 19:02:22 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:02:32 plato charon: 05[KNL] creating rekey job for ESP CHILD_SA with SPI cdd126c9 and reqid {1}
Jan  3 19:02:32 plato charon: 06[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:32 plato charon: 06[ENC] generating CREATE_CHILD_SA request 783 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:32 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:32 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:32 plato charon: 10[ENC] parsed CREATE_CHILD_SA response 783 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:33 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c929aa45_i c20c177e_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:33 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs c18057a1_i (1008 bytes) cdd126c9_o (3805 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:33 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI c18057a1
Jan  3 19:02:33 plato charon: 10[ENC] generating INFORMATIONAL request 784 [ D ]
Jan  3 19:02:33 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:33 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:33 plato charon: 07[ENC] parsed INFORMATIONAL response 784 [ D ]
Jan  3 19:02:33 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI cdd126c9
Jan  3 19:02:33 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:02:34 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI c0f03254 and reqid {1}
Jan  3 19:02:34 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:35 plato charon: 16[ENC] generating CREATE_CHILD_SA request 785 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:35 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:35 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:35 plato charon: 13[ENC] parsed CREATE_CHILD_SA response 785 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:35 plato charon: 15[KNL] creating rekey job for ESP CHILD_SA with SPI c969fac2 and reqid {1}
Jan  3 19:02:35 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs cd3e8123_i c8eee1ba_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:35 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs c79378b0_i (72 bytes) c0f03254_o (2961 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:35 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI c79378b0
Jan  3 19:02:35 plato charon: 13[ENC] generating INFORMATIONAL request 786 [ D ]
Jan  3 19:02:35 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:35 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:35 plato charon: 14[ENC] parsed INFORMATIONAL response 786 [ D ]
Jan  3 19:02:35 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI c0f03254
Jan  3 19:02:35 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:02:35 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:35 plato charon: 14[ENC] generating CREATE_CHILD_SA request 787 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:35 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:35 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:35 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 787 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:35 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c65d359e_i c4d78643_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:35 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c969fac2_i (72 bytes) ceefe97f_o (2457 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:35 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c969fac2
Jan  3 19:02:35 plato charon: 08[ENC] generating INFORMATIONAL request 788 [ D ]
Jan  3 19:02:35 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:35 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:35 plato charon: 05[ENC] parsed INFORMATIONAL response 788 [ D ]
Jan  3 19:02:35 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI ceefe97f
Jan  3 19:02:35 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:02:39 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:02:39 plato charon: 15[ENC] parsed CREATE_CHILD_SA request 932 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:39 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs c48509eb_i c16e80d3_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:39 plato charon: 15[ENC] generating CREATE_CHILD_SA response 932 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:39 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:02:39 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:39 plato charon: 13[ENC] parsed INFORMATIONAL request 933 [ D ]
Jan  3 19:02:39 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI cd3f718e
Jan  3 19:02:39 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs c6623129_i (504 bytes) cd3f718e_o (3823 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:39 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI c6623129
Jan  3 19:02:39 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:02:39 plato charon: 13[ENC] generating INFORMATIONAL response 933 [ D ]
Jan  3 19:02:39 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:42 plato charon: 14[KNL] creating rekey job for ESP CHILD_SA with SPI c4f589f2 and reqid {1}
Jan  3 19:02:42 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:42 plato charon: 14[ENC] generating CREATE_CHILD_SA request 789 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:42 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:42 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:42 plato charon: 08[ENC] parsed CREATE_CHILD_SA response 789 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:43 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c78cb53c_i c71104ac_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:43 plato charon: 08[IKE] closing CHILD_SA larvae{1} with SPIs c4f589f2_i (4168 bytes) c5ed3fe1_o (10203 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:43 plato charon: 08[IKE] sending DELETE for ESP CHILD_SA with SPI c4f589f2
Jan  3 19:02:43 plato charon: 08[ENC] generating INFORMATIONAL request 790 [ D ]
Jan  3 19:02:43 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:43 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:43 plato charon: 05[ENC] parsed INFORMATIONAL response 790 [ D ]
Jan  3 19:02:43 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI c5ed3fe1
Jan  3 19:02:43 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:02:45 plato charon: 06[KNL] creating rekey job for ESP CHILD_SA with SPI c41228a4 and reqid {1}
Jan  3 19:02:45 plato charon: 10[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:45 plato charon: 10[ENC] generating CREATE_CHILD_SA request 791 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:45 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:45 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:45 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 791 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:45 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs ce63833b_i c2270429_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:45 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs cbe2c94e_i (360 bytes) c41228a4_o (2488 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:45 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI cbe2c94e
Jan  3 19:02:45 plato charon: 11[ENC] generating INFORMATIONAL request 792 [ D ]
Jan  3 19:02:45 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:45 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:45 plato charon: 16[ENC] parsed INFORMATIONAL response 792 [ D ]
Jan  3 19:02:45 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI c41228a4
Jan  3 19:02:45 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:02:45 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI c8576e33 and reqid {1}
Jan  3 19:02:45 plato charon: 15[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:45 plato charon: 15[ENC] generating CREATE_CHILD_SA request 793 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:45 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:45 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:45 plato charon: 13[ENC] parsed CREATE_CHILD_SA response 793 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:46 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs cd3571c6_i c1f080c2_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:46 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs c05d6e65_i (72 bytes) c8576e33_o (3037 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:46 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI c05d6e65
Jan  3 19:02:46 plato charon: 13[ENC] generating INFORMATIONAL request 794 [ D ]
Jan  3 19:02:46 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:46 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:46 plato charon: 12[ENC] parsed INFORMATIONAL response 794 [ D ]
Jan  3 19:02:46 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI c8576e33
Jan  3 19:02:46 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:02:46 plato charon: 14[KNL] creating rekey job for ESP CHILD_SA with SPI ccc0f550 and reqid {1}
Jan  3 19:02:46 plato charon: 14[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:02:46 plato charon: 14[ENC] generating CREATE_CHILD_SA request 795 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:46 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:02:46 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:02:46 plato charon: 05[ENC] parsed CREATE_CHILD_SA response 795 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:46 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs c6226abf_i c380e0d9_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:46 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs ccc0f550_i (144 bytes) cb3191f0_o (144 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:46 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI ccc0f550
Jan  3 19:02:46 plato charon: 05[ENC] generating INFORMATIONAL request 796 [ D ]
Jan  3 19:02:46 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:46 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:46 plato charon: 06[ENC] parsed INFORMATIONAL response 796 [ D ]
Jan  3 19:02:46 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI cb3191f0
Jan  3 19:02:46 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:02:49 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:02:49 plato charon: 09[ENC] parsed CREATE_CHILD_SA request 934 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:49 plato charon: 09[IKE] CHILD_SA larvae{1} established with SPIs cb65e39a_i cb3ee4f5_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:49 plato charon: 09[ENC] generating CREATE_CHILD_SA response 934 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:49 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:02:49 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:49 plato charon: 15[ENC] parsed INFORMATIONAL request 935 [ D ]
Jan  3 19:02:49 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI cb4dcc0b
Jan  3 19:02:49 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c60c82df_i (288 bytes) cb4dcc0b_o (2881 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:49 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c60c82df
Jan  3 19:02:49 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:02:49 plato charon: 15[ENC] generating INFORMATIONAL response 935 [ D ]
Jan  3 19:02:49 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:49 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:02:49 plato charon: 13[ENC] parsed CREATE_CHILD_SA request 936 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:50 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs ce3b4868_i cda66271_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:50 plato charon: 13[ENC] generating CREATE_CHILD_SA response 936 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:50 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:02:50 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:50 plato charon: 14[ENC] parsed INFORMATIONAL request 937 [ D ]
Jan  3 19:02:50 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI ce63501e
Jan  3 19:02:50 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs cb693e9d_i (360 bytes) ce63501e_o (2550 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:50 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI cb693e9d
Jan  3 19:02:50 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:02:50 plato charon: 14[ENC] generating INFORMATIONAL response 937 [ D ]
Jan  3 19:02:50 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:02:54 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:02:54 plato charon: 07[ENC] parsed CREATE_CHILD_SA request 938 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:54 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs ce97a59c_i c1d200f5_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:54 plato charon: 07[ENC] generating CREATE_CHILD_SA response 938 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:02:54 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:02:54 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:02:54 plato charon: 10[ENC] parsed INFORMATIONAL request 939 [ D ]
Jan  3 19:02:54 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI cae3a75f
Jan  3 19:02:54 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs c9b3b569_i (288 bytes) cae3a75f_o (3175 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:02:54 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI c9b3b569
Jan  3 19:02:54 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:02:54 plato charon: 10[ENC] generating INFORMATIONAL response 939 [ D ]
Jan  3 19:02:54 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:02 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI cfcc43bb and reqid {1}
Jan  3 19:03:02 plato charon: 09[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:03:02 plato charon: 09[ENC] generating CREATE_CHILD_SA request 797 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:02 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:03:02 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:03:02 plato charon: 15[ENC] parsed CREATE_CHILD_SA response 797 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:03 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs c95e5ae7_i cfab8f95_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:03 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs ceac151a_i (144 bytes) cfcc43bb_o (2799 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:03 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI ceac151a
Jan  3 19:03:03 plato charon: 15[ENC] generating INFORMATIONAL request 798 [ D ]
Jan  3 19:03:03 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:03 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:03 plato charon: 12[ENC] parsed INFORMATIONAL response 798 [ D ]
Jan  3 19:03:03 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI cfcc43bb
Jan  3 19:03:03 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:03:12 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:03:12 plato charon: 05[ENC] parsed CREATE_CHILD_SA request 940 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:12 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs c80a44d8_i c1d7cb78_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:12 plato charon: 05[ENC] generating CREATE_CHILD_SA response 940 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:12 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:03:12 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:12 plato charon: 06[ENC] parsed INFORMATIONAL request 941 [ D ]
Jan  3 19:03:12 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI cda98ad5
Jan  3 19:03:12 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs ca6e55c7_i (584 bytes) cda98ad5_o (644 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:12 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI ca6e55c7
Jan  3 19:03:12 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:03:12 plato charon: 06[ENC] generating INFORMATIONAL response 941 [ D ]
Jan  3 19:03:12 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:19 plato charon: 10[KNL] creating rekey job for ESP CHILD_SA with SPI c1994705 and reqid {1}
Jan  3 19:03:19 plato charon: 10[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:03:19 plato charon: 10[ENC] generating CREATE_CHILD_SA request 799 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:19 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:03:19 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:03:19 plato charon: 16[ENC] parsed CREATE_CHILD_SA response 799 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:19 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c6090bd8_i c5763f47_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:19 plato charon: 16[IKE] closing CHILD_SA larvae{1} with SPIs c1994705_i (288 bytes) c2b60875_o (288 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:19 plato charon: 16[IKE] sending DELETE for ESP CHILD_SA with SPI c1994705
Jan  3 19:03:19 plato charon: 16[ENC] generating INFORMATIONAL request 800 [ D ]
Jan  3 19:03:19 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:19 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:19 plato charon: 09[ENC] parsed INFORMATIONAL response 800 [ D ]
Jan  3 19:03:19 plato charon: 09[IKE] received DELETE for ESP CHILD_SA with SPI c2b60875
Jan  3 19:03:19 plato charon: 09[IKE] CHILD_SA closed
Jan  3 19:03:25 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:03:25 plato charon: 08[ENC] parsed CREATE_CHILD_SA request 942 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:25 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs ced77b04_i cb89e7a7_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:25 plato charon: 08[ENC] generating CREATE_CHILD_SA response 942 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:25 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:03:25 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:25 plato charon: 14[ENC] parsed INFORMATIONAL request 943 [ D ]
Jan  3 19:03:25 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI cb38a824
Jan  3 19:03:25 plato charon: 14[IKE] closing CHILD_SA larvae{1} with SPIs cea7bab9_i (0 bytes) cb38a824_o (0 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:25 plato charon: 14[IKE] sending DELETE for ESP CHILD_SA with SPI cea7bab9
Jan  3 19:03:25 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:03:25 plato charon: 14[ENC] generating INFORMATIONAL response 943 [ D ]
Jan  3 19:03:25 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:26 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:03:26 plato charon: 05[ENC] parsed CREATE_CHILD_SA request 944 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:26 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs c2897ba5_i cbbd8b2f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:26 plato charon: 05[ENC] generating CREATE_CHILD_SA response 944 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:26 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:03:26 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:26 plato charon: 06[ENC] parsed INFORMATIONAL request 945 [ D ]
Jan  3 19:03:26 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI ccc0cdde
Jan  3 19:03:26 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs ca80809d_i (72 bytes) ccc0cdde_o (72 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:26 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI ca80809d
Jan  3 19:03:26 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:03:26 plato charon: 06[ENC] generating INFORMATIONAL response 945 [ D ]
Jan  3 19:03:26 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:27 plato charon: 07[KNL] creating rekey job for ESP CHILD_SA with SPI ca8e4c74 and reqid {1}
Jan  3 19:03:27 plato charon: 07[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:03:27 plato charon: 07[ENC] generating CREATE_CHILD_SA request 801 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:27 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:03:27 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:03:27 plato charon: 10[ENC] parsed CREATE_CHILD_SA response 801 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:28 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c12ee350_i c27e1b8f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:28 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs c9c73a6f_i (7360 bytes) ca8e4c74_o (11477 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:28 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI c9c73a6f
Jan  3 19:03:28 plato charon: 10[ENC] generating INFORMATIONAL request 802 [ D ]
Jan  3 19:03:28 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:28 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:28 plato charon: 16[ENC] parsed INFORMATIONAL response 802 [ D ]
Jan  3 19:03:28 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI ca8e4c74
Jan  3 19:03:28 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:03:29 plato charon: 09[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:03:29 plato charon: 09[ENC] parsed CREATE_CHILD_SA request 946 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:30 plato charon: 09[IKE] CHILD_SA larvae{1} established with SPIs c305c842_i cb951746_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:30 plato charon: 09[ENC] generating CREATE_CHILD_SA response 946 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:30 plato charon: 09[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:03:30 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:30 plato charon: 15[ENC] parsed INFORMATIONAL request 947 [ D ]
Jan  3 19:03:30 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI c1adbc1f
Jan  3 19:03:30 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c3b85dfb_i (0 bytes) c1adbc1f_o (0 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:30 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c3b85dfb
Jan  3 19:03:30 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:03:30 plato charon: 15[ENC] generating INFORMATIONAL response 947 [ D ]
Jan  3 19:03:30 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:40 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:03:40 plato charon: 14[ENC] parsed CREATE_CHILD_SA request 948 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:40 plato charon: 14[IKE] CHILD_SA larvae{1} established with SPIs c9d0cace_i ca8b431f_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:40 plato charon: 14[ENC] generating CREATE_CHILD_SA response 948 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:40 plato charon: 14[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:03:40 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:40 plato charon: 05[ENC] parsed INFORMATIONAL request 949 [ D ]
Jan  3 19:03:40 plato charon: 05[IKE] received DELETE for ESP CHILD_SA with SPI c2871150
Jan  3 19:03:40 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs c783f312_i (144 bytes) c2871150_o (2086 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:40 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI c783f312
Jan  3 19:03:40 plato charon: 05[IKE] CHILD_SA closed
Jan  3 19:03:40 plato charon: 05[ENC] generating INFORMATIONAL response 949 [ D ]
Jan  3 19:03:40 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:03:54 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:03:54 plato charon: 11[ENC] parsed CREATE_CHILD_SA request 950 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:55 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs cdfa1542_i c1c0f11b_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:55 plato charon: 11[ENC] generating CREATE_CHILD_SA response 950 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:03:55 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:03:55 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:03:55 plato charon: 07[ENC] parsed INFORMATIONAL request 951 [ D ]
Jan  3 19:03:55 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI c2058cbd
Jan  3 19:03:55 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs cdcda210_i (152 bytes) c2058cbd_o (212 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:03:55 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI cdcda210
Jan  3 19:03:55 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:03:55 plato charon: 07[ENC] generating INFORMATIONAL response 951 [ D ]
Jan  3 19:03:55 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:04:29 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:04:29 plato charon: 12[ENC] parsed CREATE_CHILD_SA request 952 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:29 plato charon: 12[IKE] CHILD_SA larvae{1} established with SPIs c384832a_i c037cb38_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:29 plato charon: 12[ENC] generating CREATE_CHILD_SA response 952 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:29 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:04:29 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:04:29 plato charon: 13[ENC] parsed INFORMATIONAL request 953 [ D ]
Jan  3 19:04:29 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c88b3755
Jan  3 19:04:29 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs c9022e90_i (972 bytes) c88b3755_o (1334 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:29 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI c9022e90
Jan  3 19:04:29 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:04:29 plato charon: 13[ENC] generating INFORMATIONAL response 953 [ D ]
Jan  3 19:04:29 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:04:31 plato charon: 08[KNL] creating rekey job for ESP CHILD_SA with SPI c4dfb8ed and reqid {1}
Jan  3 19:04:31 plato charon: 08[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:04:31 plato charon: 08[ENC] generating CREATE_CHILD_SA request 803 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:31 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:04:31 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:04:31 plato charon: 05[ENC] parsed CREATE_CHILD_SA response 803 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:31 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs ce639ff6_i c1291c57_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:31 plato charon: 05[IKE] closing CHILD_SA larvae{1} with SPIs c4dfb8ed_i (576 bytes) cef54b95_o (2818 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:31 plato charon: 05[IKE] sending DELETE for ESP CHILD_SA with SPI c4dfb8ed
Jan  3 19:04:31 plato charon: 05[ENC] generating INFORMATIONAL request 804 [ D ]
Jan  3 19:04:31 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:04:31 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:04:31 plato charon: 06[ENC] parsed INFORMATIONAL response 804 [ D ]
Jan  3 19:04:31 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI cef54b95
Jan  3 19:04:31 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:04:33 plato charon: 11[KNL] creating rekey job for ESP CHILD_SA with SPI ce043fda and reqid {1}
Jan  3 19:04:33 plato charon: 07[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:04:33 plato charon: 07[ENC] generating CREATE_CHILD_SA request 805 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:33 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:04:33 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:04:33 plato charon: 10[ENC] parsed CREATE_CHILD_SA response 805 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:33 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c8ff8e7d_i cb109d35_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:33 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs ccda8348_i (612 bytes) ce043fda_o (1495 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:33 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI ccda8348
Jan  3 19:04:33 plato charon: 10[ENC] generating INFORMATIONAL request 806 [ D ]
Jan  3 19:04:33 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:04:33 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:04:33 plato charon: 16[ENC] parsed INFORMATIONAL response 806 [ D ]
Jan  3 19:04:33 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI ce043fda
Jan  3 19:04:33 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:04:48 plato charon: 05[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:04:48 plato charon: 05[ENC] parsed CREATE_CHILD_SA request 954 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:48 plato charon: 05[IKE] CHILD_SA larvae{1} established with SPIs c687096f_i c6606712_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:48 plato charon: 05[ENC] generating CREATE_CHILD_SA response 954 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:48 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:04:48 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:04:48 plato charon: 06[ENC] parsed INFORMATIONAL request 955 [ D ]
Jan  3 19:04:48 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI c8772c95
Jan  3 19:04:48 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs cd0c9154_i (432 bytes) c8772c95_o (3321 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:48 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI cd0c9154
Jan  3 19:04:48 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:04:48 plato charon: 06[ENC] generating INFORMATIONAL response 955 [ D ]
Jan  3 19:04:48 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:04:54 plato charon: 11[KNL] creating rekey job for ESP CHILD_SA with SPI ce384080 and reqid {1}
Jan  3 19:04:54 plato charon: 07[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:04:54 plato charon: 07[ENC] generating CREATE_CHILD_SA request 807 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:54 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:04:54 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:04:54 plato charon: 10[ENC] parsed CREATE_CHILD_SA response 807 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:04:54 plato charon: 10[IKE] CHILD_SA larvae{1} established with SPIs c50702f0_i c26ad534_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:54 plato charon: 10[IKE] closing CHILD_SA larvae{1} with SPIs cd496a5f_i (576 bytes) ce384080_o (3011 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:04:54 plato charon: 10[IKE] sending DELETE for ESP CHILD_SA with SPI cd496a5f
Jan  3 19:04:54 plato charon: 10[ENC] generating INFORMATIONAL request 808 [ D ]
Jan  3 19:04:54 plato charon: 10[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:04:54 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:04:54 plato charon: 16[ENC] parsed INFORMATIONAL response 808 [ D ]
Jan  3 19:04:54 plato charon: 16[IKE] received DELETE for ESP CHILD_SA with SPI ce384080
Jan  3 19:04:54 plato charon: 16[IKE] CHILD_SA closed
Jan  3 19:05:27 plato charon: 05[KNL] creating rekey job for ESP CHILD_SA with SPI c2ac07e9 and reqid {1}
Jan  3 19:05:27 plato charon: 05[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:05:28 plato charon: 05[ENC] generating CREATE_CHILD_SA request 809 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:28 plato charon: 05[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:05:28 plato charon: 11[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:05:28 plato charon: 11[ENC] parsed CREATE_CHILD_SA response 809 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:28 plato charon: 11[IKE] CHILD_SA larvae{1} established with SPIs cf70af52_i c04e5363_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:28 plato charon: 11[IKE] closing CHILD_SA larvae{1} with SPIs c2ac07e9_i (29588 bytes) cf4b9bb2_o (43783 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:28 plato charon: 11[IKE] sending DELETE for ESP CHILD_SA with SPI c2ac07e9
Jan  3 19:05:28 plato charon: 11[ENC] generating INFORMATIONAL request 810 [ D ]
Jan  3 19:05:28 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:05:28 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:05:28 plato charon: 07[ENC] parsed INFORMATIONAL response 810 [ D ]
Jan  3 19:05:28 plato charon: 07[IKE] received DELETE for ESP CHILD_SA with SPI cf4b9bb2
Jan  3 19:05:28 plato charon: 07[IKE] CHILD_SA closed
Jan  3 19:05:32 plato charon: 09[KNL] creating rekey job for ESP CHILD_SA with SPI c0d10314 and reqid {1}
Jan  3 19:05:32 plato charon: 15[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:05:32 plato charon: 15[ENC] generating CREATE_CHILD_SA request 811 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:32 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:05:32 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:05:32 plato charon: 12[ENC] parsed CREATE_CHILD_SA response 811 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:32 plato charon: 12[IKE] CHILD_SA larvae{1} established with SPIs ca20e856_i cc125941_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:32 plato charon: 12[IKE] closing CHILD_SA larvae{1} with SPIs c0d10314_i (72 bytes) ca17fbbb_o (2824 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:32 plato charon: 12[IKE] sending DELETE for ESP CHILD_SA with SPI c0d10314
Jan  3 19:05:32 plato charon: 12[ENC] generating INFORMATIONAL request 812 [ D ]
Jan  3 19:05:32 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:05:32 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:05:32 plato charon: 13[ENC] parsed INFORMATIONAL response 812 [ D ]
Jan  3 19:05:32 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI ca17fbbb
Jan  3 19:05:32 plato charon: 13[IKE] CHILD_SA closed
Jan  3 19:05:41 plato charon: 05[KNL] creating rekey job for ESP CHILD_SA with SPI caae71a8 and reqid {1}
Jan  3 19:05:41 plato charon: 11[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:05:41 plato charon: 11[ENC] generating CREATE_CHILD_SA request 813 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:41 plato charon: 11[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:05:41 plato charon: 07[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:05:41 plato charon: 07[ENC] parsed CREATE_CHILD_SA response 813 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:41 plato charon: 07[IKE] CHILD_SA larvae{1} established with SPIs c219b3e3_i c5887eb7_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:41 plato charon: 07[IKE] closing CHILD_SA larvae{1} with SPIs caae71a8_i (72 bytes) ce06022e_o (2963 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:41 plato charon: 07[IKE] sending DELETE for ESP CHILD_SA with SPI caae71a8
Jan  3 19:05:41 plato charon: 07[ENC] generating INFORMATIONAL request 814 [ D ]
Jan  3 19:05:41 plato charon: 07[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:05:41 plato charon: 10[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:05:41 plato charon: 10[ENC] parsed INFORMATIONAL response 814 [ D ]
Jan  3 19:05:41 plato charon: 10[IKE] received DELETE for ESP CHILD_SA with SPI ce06022e
Jan  3 19:05:41 plato charon: 10[IKE] CHILD_SA closed
Jan  3 19:05:45 plato charon: 16[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:05:45 plato charon: 16[ENC] parsed CREATE_CHILD_SA request 956 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:45 plato charon: 16[IKE] CHILD_SA larvae{1} established with SPIs c8ae7e13_i ceaa0cb0_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:45 plato charon: 16[ENC] generating CREATE_CHILD_SA response 956 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:05:45 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:05:45 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:05:45 plato charon: 15[ENC] parsed INFORMATIONAL request 957 [ D ]
Jan  3 19:05:45 plato charon: 15[IKE] received DELETE for ESP CHILD_SA with SPI cb9ecbe3
Jan  3 19:05:45 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c0d977cf_i (368 bytes) cb9ecbe3_o (356 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:05:45 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c0d977cf
Jan  3 19:05:45 plato charon: 15[IKE] CHILD_SA closed
Jan  3 19:05:45 plato charon: 15[ENC] generating INFORMATIONAL response 957 [ D ]
Jan  3 19:05:45 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:06:01 plato charon: 08[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (397 bytes)
Jan  3 19:06:01 plato charon: 08[ENC] parsed CREATE_CHILD_SA request 958 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:06:02 plato charon: 08[IKE] CHILD_SA larvae{1} established with SPIs c4aa412a_i ccda00f9_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:06:02 plato charon: 08[ENC] generating CREATE_CHILD_SA response 958 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:06:02 plato charon: 08[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (385 bytes)
Jan  3 19:06:02 plato charon: 06[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:06:02 plato charon: 06[ENC] parsed INFORMATIONAL request 959 [ D ]
Jan  3 19:06:02 plato charon: 06[IKE] received DELETE for ESP CHILD_SA with SPI cc80aa25
Jan  3 19:06:02 plato charon: 06[IKE] closing CHILD_SA larvae{1} with SPIs c11fcc75_i (648 bytes) cc80aa25_o (3624 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:06:02 plato charon: 06[IKE] sending DELETE for ESP CHILD_SA with SPI c11fcc75
Jan  3 19:06:02 plato charon: 06[IKE] CHILD_SA closed
Jan  3 19:06:02 plato charon: 06[ENC] generating INFORMATIONAL response 959 [ D ]
Jan  3 19:06:02 plato charon: 06[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:06:11 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI ca2a9b45 and reqid {1}
Jan  3 19:06:11 plato charon: 16[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:06:11 plato charon: 16[ENC] generating CREATE_CHILD_SA request 815 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:06:11 plato charon: 16[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:06:11 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:06:11 plato charon: 15[ENC] parsed CREATE_CHILD_SA response 815 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:06:11 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs cf1cacb2_i c75fdfa6_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:06:11 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs ce1e957b_i (648 bytes) ca2a9b45_o (3018 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:06:11 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI ce1e957b
Jan  3 19:06:11 plato charon: 15[ENC] generating INFORMATIONAL request 816 [ D ]
Jan  3 19:06:11 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:06:11 plato charon: 12[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:06:11 plato charon: 12[ENC] parsed INFORMATIONAL response 816 [ D ]
Jan  3 19:06:11 plato charon: 12[IKE] received DELETE for ESP CHILD_SA with SPI ca2a9b45
Jan  3 19:06:11 plato charon: 12[IKE] CHILD_SA closed
Jan  3 19:07:01 plato charon: 15[KNL] creating rekey job for ESP CHILD_SA with SPI cdc58699 and reqid {1}
Jan  3 19:07:01 plato charon: 15[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:07:02 plato charon: 15[ENC] generating CREATE_CHILD_SA request 817 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:07:02 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:07:02 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:07:02 plato charon: 13[ENC] parsed CREATE_CHILD_SA response 817 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:07:02 plato charon: 13[IKE] CHILD_SA larvae{1} established with SPIs c367d1b1_i c9329036_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:07:02 plato charon: 13[IKE] closing CHILD_SA larvae{1} with SPIs cab733dc_i (5968 bytes) cdc58699_o (11816 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:07:02 plato charon: 13[IKE] sending DELETE for ESP CHILD_SA with SPI cab733dc
Jan  3 19:07:02 plato charon: 13[ENC] generating INFORMATIONAL request 818 [ D ]
Jan  3 19:07:02 plato charon: 13[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:07:02 plato charon: 14[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:07:02 plato charon: 14[ENC] parsed INFORMATIONAL response 818 [ D ]
Jan  3 19:07:02 plato charon: 14[IKE] received DELETE for ESP CHILD_SA with SPI cdc58699
Jan  3 19:07:02 plato charon: 14[IKE] CHILD_SA closed
Jan  3 19:07:44 plato charon: 16[KNL] creating rekey job for ESP CHILD_SA with SPI c93961cc and reqid {1}
Jan  3 19:07:44 plato charon: 12[IKE] establishing CHILD_SA larvae{1}
Jan  3 19:07:44 plato charon: 12[ENC] generating CREATE_CHILD_SA request 819 [ N(REKEY_SA) N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:07:44 plato charon: 12[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (397 bytes)
Jan  3 19:07:44 plato charon: 15[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (385 bytes)
Jan  3 19:07:44 plato charon: 15[ENC] parsed CREATE_CHILD_SA response 819 [ N(USE_TRANSP) SA No KE TSi TSr ]
Jan  3 19:07:45 plato charon: 15[IKE] CHILD_SA larvae{1} established with SPIs c491ab48_i c512f950_o and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:07:45 plato charon: 15[IKE] closing CHILD_SA larvae{1} with SPIs c93961cc_i (281344 bytes) c19f381f_o (495828 bytes) and TS 206.212.243.50/32 === 50.31.158.132/32
Jan  3 19:07:45 plato charon: 15[IKE] sending DELETE for ESP CHILD_SA with SPI c93961cc
Jan  3 19:07:45 plato charon: 15[ENC] generating INFORMATIONAL request 820 [ D ]
Jan  3 19:07:45 plato charon: 15[NET] sending packet: from 206.212.243.50[4500] to 50.31.158.132[4500] (61 bytes)
Jan  3 19:07:45 plato charon: 13[NET] received packet: from 50.31.158.132[4500] to 206.212.243.50[4500] (61 bytes)
Jan  3 19:07:45 plato charon: 13[ENC] parsed INFORMATIONAL response 820 [ D ]
Jan  3 19:07:45 plato charon: 13[IKE] received DELETE for ESP CHILD_SA with SPI c19f381f
Jan  3 19:07:45 plato charon: 13[IKE] CHILD_SA closed
r


More information about the Users mailing list