ch3p4ck
Goto Top

MikroTik Router hEX lite L2TP over IPSec Verbindung zu VPN Provider

Hallo zusammen,

ich bin schon seit zwei Tagen am rumprobieren und komme einfach nicht weiter mit dem MikroTik hEX lite. Ich bekomme es einfach nicht hin eine Verbindung zu einem VPN Anbieter aufzubauen. Zumindest nicht über L2TP. Über PPTP funktioniert es ohne Probleme. Allerdings funktioniert mit PPTP kein IPv6. Ihr seid also meine letzte Hoffnung

Der MikroTik hat natürlich die neuste stable Firmware drauf.
Der VPN Anbieter ist Portunity.

Folgende Angaben sind vom Anbieter Verfügbar:
  • L2TP\IPsec-Gateway: l2tp-tp2.ffm.portunity.de
  • Protokoll: L2TP\IPsec
  • Authentifizierung: CHAP (wobei laut FAQ auch PAP funktionieren soll)
  • Preshared Key tunnelipsecpsk


In den FAQs findet sich eine Anleitung für CISCO Router. Eventuell weiß jemand, wie es sich in MikroTik umsetzen lässt.
!
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 2
 lifetime 3600
crypto isakmp key 0 tunnelipsecpsk address TUNNELSERVER
crypto isakmp nat keepalive 30
!
!
crypto ipsec transform-set PTYIPSEC esp-aes
 mode transport
!
crypto map PTYL2TPMAP 10 ipsec-isakmp
 set peer TUNNELSERVER
 set transform-set PTYIPSEC
 match address PTY_ACL_L2TPIPSEC
!
!
ip access-list extended PTY_ACL_L2TPIPSEC
 permit udp host SOURCE-IP eq 1701 host TUNNELSERVER eq 1701
!
!
interface Vlan1
 crypto map PTYL2TPMAP
!

TUNNELSERVER muss durch die Serveradresse ersetzt werden und SOURCE-IP soll durch die IP ersetzt werden, die zum Tunnelserver verbindet oder ggf. die lokale Adresse, wenn der Router hinter einem anderen Router hängt.


Egal was ich bisher in MikroTik rumprobiert habe, im DEBUG kommen immer Meldungen wie PAYLOAD-MALFORMED oder INVALD-MESSAGE-ID.
Ich vermute, dass hier Probleme mit der Verschlüsselung bestehen. Allerdings kann ich das aufgrund meiner bisher wenigen Kenntnissen mit MikroTik nicht selbst lösen.

In Windows oder im iPhone/iPad bekomme ich die Verbindung ohne Probleme aufgebaut ohne groß irgendwelche komplizierte Einstellungen vornehmen zu müssen.
Eine weitere Möglichkeit bestünde mit OpenVPN. Allerdings scheitere ich in MikroTik am Import der Keyfile. Zertifikat bekomme ich ohne Probleme importiert.

Ich hoffe mir kann jemand helfen.


Gruß
Ch3p

Content-Key: 344567

Url: https://administrator.de/contentid/344567

Printed on: April 19, 2024 at 18:04 o'clock

Member: aqui
aqui Jul 27, 2017 at 14:05:15 (UTC)
Goto Top
Das hier hast du gelesen:
https://wiki.mikrotik.com/wiki/Manual:Interface/L2TP
https://forum.mikrotik.com/viewtopic.php?t=111772
Sehr hilfreich wäre es wenn du hier mal den Log Output posten könntest beim Verbindungsaufbau, damit man mal explizit sehen kann woran es kneift.
Sollte man eigentlich auch von selber drauf kommen, denn das Log ist wie immer erste Anlaufstelle !
Member: Ch3p4cK
Ch3p4cK Jul 31, 2017 at 09:30:22 (UTC)
Goto Top
Hallo aqui,

Im Log steht eigentliche immer nur, dass der Verbindet und dann wieder trennt. Habe nun mal das IPSec-Debugging angeschaltet.
Die Beiträge habe ich natürlich auch schon gefunden und auch ein bisschen mit den Settings rumgespielt. Allerdings legt der L2TP-Client immer einen neuen Peer und eine neue Policy an wenn der Haken "Use IPSec" gesetzt ist.


Dann kommt folgende Ausgabe im Log:
11:20:30 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:20:30 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:20:30 ipsec,debug ipsec: succeed.
11:20:30 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:20:30 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:20:32 l2tp,ppp,info l2tp-out1: terminating...
11:20:32 l2tp,ppp,info l2tp-out1: disabled
11:20:32 system,info device changed by admin
11:20:33 ipsec,debug ipsec: Deleting a Ph2...
11:20:33 ipsec,debug ipsec: an undead schedule has been deleted.
11:20:33 ipsec,debug ipsec: an undead schedule has been deleted.
11:20:35 system,info device changed by admin
11:20:36 system,info device changed by admin
11:20:36 l2tp,ppp,info l2tp-out1: initializing...
11:20:36 l2tp,ppp,info l2tp-out1: connecting...
11:20:39 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:20:39 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:20:39 ipsec,debug,packet ipsec: ff
11:20:40 ipsec ipsec: 188.246.0.52 give up to get IPsec-SA due to time up to wait.
11:20:40 ipsec,debug ipsec: an undead schedule has been deleted.
11:20:40 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0x2445c98
11:20:40 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0xd917533
11:20:44 ipsec ipsec: acquire for 10.239.22.2 <=> 188.246.0.52
11:20:44 ipsec ipsec: suitable policy found: 10.239.22.2 <=> 188.246.0.52
11:20:44 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:20:44 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:20:44 ipsec,debug ipsec: begin QUICK mode.
11:20:44 ipsec,debug ipsec: ===
11:20:44 ipsec,debug ipsec: begin QUICK mode.
11:20:44 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:20:44 ipsec,debug ipsec: compute IV for phase2
11:20:44 ipsec,debug ipsec: phase1 last IV:
11:20:44 ipsec,debug ipsec: 91fc925d e6095451 ddd73fa4
11:20:44 ipsec,debug ipsec: hash(sha1)
11:20:44 ipsec,debug ipsec: encryption(3des)
11:20:44 ipsec,debug ipsec: phase2 IV computed:
11:20:44 ipsec,debug ipsec: 2afa32d1 7f741c1d
11:20:44 ipsec,debug ipsec: call pfkey_send_getspi 9211f97c
11:20:44 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:20:44 ipsec,debug ipsec: pfkey getspi sent.
11:20:44 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:20:44 ipsec,debug ipsec: dh(modp1024)
11:20:44 ipsec,debug ipsec: dh(modp1024)
11:20:44 ipsec,debug ipsec: dh(modp1024)
11:20:44 ipsec,debug ipsec: compute DH's private.  
11:20:44 ipsec,debug ipsec: 6e80c471 6af9a0a0 3a8bd24f af3c3376 9250fe0b c471abad 545c613f db53fd70
11:20:44 ipsec,debug ipsec: ce53cc10 edc5e9ae 639f673b fa474df0 71d135ac 220da71b 3e7b44b3 5c0d7a9d
11:20:44 ipsec,debug ipsec: a199d930 31623219 8a6c6b00 eb3e8a27 97a89ed4 876eaef2 9066647d b337f6fe
11:20:44 ipsec,debug ipsec: 832b0362 178de0e4 6f1e68ae 943a7da2 961e3be5 071e207e 937d88d7 c68c311e
11:20:44 ipsec,debug ipsec: compute DH's public.  
11:20:44 ipsec,debug ipsec: 82ada512 f8d1f26a af13d6f7 a4dbce24 c7570a3a 3757d6e2 c756b094 f35a6f76
11:20:44 ipsec,debug ipsec: e2190f6d 7b3467a8 83dcbeba 67102443 0640675c 4678971b b7f1a1d7 319f829c
11:20:44 ipsec,debug ipsec: 62488274 d5ad04d6 b99f506a b7ac9a33 5ba7537b f6dde7ba a524f858 55f9ca0e
11:20:44 ipsec,debug ipsec: 5a41c5cb 2c5eb56d 30f8ea78 70803483 1e4f8458 67144636 b9ce2553 0aed1e62
11:20:44 ipsec,debug ipsec: use local ID type IPv4_address
11:20:44 ipsec,debug ipsec: use remote ID type IPv4_address
11:20:44 ipsec,debug ipsec: IDci:
11:20:44 ipsec,debug ipsec: 01000000 0aef1602
11:20:44 ipsec,debug ipsec: IDcr:
11:20:44 ipsec,debug ipsec: 01000000 bcf60034
11:20:44 ipsec,debug ipsec: IDs not attached
11:20:44 ipsec,debug ipsec: NAT-OAi:
11:20:44 ipsec,debug ipsec: 01001194 0aef1602
11:20:44 ipsec,debug ipsec: NAT-OAr:
11:20:44 ipsec,debug ipsec: 01001194 bcf60034
11:20:44 ipsec,debug ipsec: add payload of len 52, next type 10
11:20:44 ipsec,debug ipsec: add payload of len 24, next type 4
11:20:44 ipsec,debug ipsec: add payload of len 128, next type 21
11:20:44 ipsec,debug ipsec: add payload of len 8, next type 21
11:20:44 ipsec,debug ipsec: add payload of len 8, next type 0
11:20:44 ipsec,debug ipsec: HASH with:
11:20:44 ipsec,debug ipsec: ddd73fa4 0a000038 00000001 00000001 0000002c 01030401 02cb376b 00000020
11:20:44 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:20:44 ipsec,debug ipsec: 90c565ec 89b3f14d b6cf5119 8f78c138 a26237e7 07c0031f 15000084 82ada512
11:20:44 ipsec,debug ipsec: f8d1f26a af13d6f7 a4dbce24 c7570a3a 3757d6e2 c756b094 f35a6f76 e2190f6d
11:20:44 ipsec,debug ipsec: 7b3467a8 83dcbeba 67102443 0640675c 4678971b b7f1a1d7 319f829c 62488274
11:20:44 ipsec,debug ipsec: d5ad04d6 b99f506a b7ac9a33 5ba7537b f6dde7ba a524f858 55f9ca0e 5a41c5cb
11:20:44 ipsec,debug ipsec: 2c5eb56d 30f8ea78 70803483 1e4f8458 67144636 b9ce2553 0aed1e62 1500000c
11:20:44 ipsec,debug ipsec: 01001194 0aef1602 0000000c 01001194 bcf60034
11:20:44 ipsec,debug ipsec: hmac(hmac_sha1)
11:20:44 ipsec,debug ipsec: HASH computed:
11:20:44 ipsec,debug ipsec: 487f13be 9fc5a8a5 2e717ecd 920d5598 adb3818f
11:20:44 ipsec,debug ipsec: add payload of len 20, next type 1
11:20:44 ipsec,debug ipsec: begin encryption.
11:20:44 ipsec,debug ipsec: encryption(3des)
11:20:44 ipsec,debug ipsec: pad length = 8
11:20:44 ipsec,debug ipsec: 01000018 487f13be 9fc5a8a5 2e717ecd 920d5598 adb3818f 0a000038 00000001
11:20:44 ipsec,debug ipsec: 00000001 0000002c 01030401 02cb376b 00000020 010c0000 80010001 80020708
11:20:44 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c 90c565ec 89b3f14d b6cf5119
11:20:44 ipsec,debug ipsec: 8f78c138 a26237e7 07c0031f 15000084 82ada512 f8d1f26a af13d6f7 a4dbce24
11:20:44 ipsec,debug ipsec: c7570a3a 3757d6e2 c756b094 f35a6f76 e2190f6d 7b3467a8 83dcbeba 67102443
11:20:44 ipsec,debug ipsec: 0640675c 4678971b b7f1a1d7 319f829c 62488274 d5ad04d6 b99f506a b7ac9a33
11:20:44 ipsec,debug ipsec: 5ba7537b f6dde7ba a524f858 55f9ca0e 5a41c5cb 2c5eb56d 30f8ea78 70803483
11:20:44 ipsec,debug ipsec: 1e4f8458 67144636 b9ce2553 0aed1e62 1500000c 01001194 0aef1602 0000000c
11:20:44 ipsec,debug ipsec: 01001194 bcf60034 f537894c 44dd9007
11:20:44 ipsec,debug ipsec: encryption(3des)
11:20:44 ipsec,debug ipsec: with key:
11:20:44 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:20:44 ipsec,debug ipsec: encrypted payload by IV:
11:20:44 ipsec,debug ipsec: 2afa32d1 7f741c1d
11:20:44 ipsec,debug ipsec: save IV for next:
11:20:44 ipsec,debug ipsec: 4c583567 f45b2c6b
11:20:44 ipsec,debug ipsec: encrypted.
11:20:44 ipsec,debug ipsec: Adding NON-ESP marker
11:20:44 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:20:44 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:20:44 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 ddd73fa4 0000012c
11:20:44 ipsec,debug,packet ipsec: d22a0c3a c1e69fa1 dcdd10c4 c8243fa4 7f2f6e6b c0826d31 1ca91934 000e81f0
11:20:44 ipsec,debug,packet ipsec: 76076ee4 ceacca80 387ff638 47a320e2 c0abf79e d04bdeea f6f9ab99 01e2f0d0
11:20:44 ipsec,debug,packet ipsec: ccde40a5 dbda1dff 02b2cc92 887dfe02 b7b9cc55 55a9280a 52911c56 683cf2f8
11:20:44 ipsec,debug,packet ipsec: 144e9e2b 7fd17b5a 932804a8 7041eaa4 4cef5797 bb4e85fd f7566459 348ab171
11:20:44 ipsec,debug,packet ipsec: 0ec6d9bf 984c5600 8acec42a e2cd8db5 ea99d685 d2c68e30 b587333f 4113b726
11:20:44 ipsec,debug,packet ipsec: eb2fb612 4359dc01 af92a511 70b0691a dd9f3c3d 08951d39 a59645dd 8945f7a6
11:20:44 ipsec,debug,packet ipsec: f834cb63 865085c0 f1db0d16 9306cc1f 6379e0a9 0632d68c a972311f e02b3c6c
11:20:44 ipsec,debug,packet ipsec: 166e8cc2 e2828f45 b4a82b37 f2d2fcf1 548a3092 51f8aa00 6d1a8ffd 94cbb696
11:20:44 ipsec,debug,packet ipsec: a31db0c4 32083cf7 4c583567 f45b2c6b
11:20:44 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:ddd73fa4
11:20:44 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:20:44 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 0251ccff 00000044 61b2be52
11:20:44 ipsec,debug,packet ipsec: d2ab5801 fa75bccb dbbbdfbc 757a60d6 68bc14ef 5ca8f8a9 ed151efb 67a66a2b
11:20:44 ipsec,debug,packet ipsec: 4ebfedb8
11:20:44 ipsec ipsec: receive Information.
11:20:44 ipsec,debug ipsec: compute IV for phase2
11:20:44 ipsec,debug ipsec: phase1 last IV:
11:20:44 ipsec,debug ipsec: 91fc925d e6095451 0251ccff
11:20:44 ipsec,debug ipsec: hash(sha1)
11:20:44 ipsec,debug ipsec: encryption(3des)
11:20:44 ipsec,debug ipsec: phase2 IV computed:
11:20:44 ipsec,debug ipsec: b6cd20e4 95de1f21
11:20:44 ipsec,debug ipsec: encryption(3des)
11:20:44 ipsec,debug ipsec: IV was saved for next processing:
11:20:44 ipsec,debug ipsec: 67a66a2b 4ebfedb8
11:20:44 ipsec,debug ipsec: encryption(3des)
11:20:44 ipsec,debug ipsec: with key:
11:20:44 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:20:44 ipsec,debug ipsec: decrypted payload by IV:
11:20:44 ipsec,debug ipsec: b6cd20e4 95de1f21
11:20:44 ipsec,debug ipsec: decrypted payload, but not trimed.
11:20:44 ipsec,debug ipsec: 0b000018 fdea8625 8212c8c7 536c9c80 e435ea91 da21b9a3 0000000c 00000001
11:20:44 ipsec,debug ipsec: 01000010 00000000
11:20:44 ipsec,debug ipsec: padding len=1
11:20:44 ipsec,debug ipsec: skip to trim padding.
11:20:44 ipsec,debug ipsec: decrypted.
11:20:44 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 0251ccff 00000044 0b000018
11:20:44 ipsec,debug ipsec: fdea8625 8212c8c7 536c9c80 e435ea91 da21b9a3 0000000c 00000001 01000010
11:20:44 ipsec,debug ipsec: 00000000
11:20:44 ipsec,debug ipsec: HASH with:
11:20:44 ipsec,debug ipsec: 0251ccff 0000000c 00000001 01000010
11:20:44 ipsec,debug ipsec: hmac(hmac_sha1)
11:20:44 ipsec,debug ipsec: HASH computed:
11:20:44 ipsec,debug ipsec: fdea8625 8212c8c7 536c9c80 e435ea91 da21b9a3
11:20:44 ipsec,debug ipsec: hash validated.
11:20:44 ipsec,debug ipsec: begin.
11:20:44 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:20:44 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:20:44 ipsec,debug ipsec: succeed.
11:20:44 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:20:44 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:20:54 ipsec,debug ipsec: Adding NON-ESP marker
11:20:54 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:20:54 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:20:54 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 ddd73fa4 0000012c
11:20:54 ipsec,debug,packet ipsec: d22a0c3a c1e69fa1 dcdd10c4 c8243fa4 7f2f6e6b c0826d31 1ca91934 000e81f0
11:20:54 ipsec,debug,packet ipsec: 76076ee4 ceacca80 387ff638 47a320e2 c0abf79e d04bdeea f6f9ab99 01e2f0d0
11:20:54 ipsec,debug,packet ipsec: ccde40a5 dbda1dff 02b2cc92 887dfe02 b7b9cc55 55a9280a 52911c56 683cf2f8
11:20:54 ipsec,debug,packet ipsec: 144e9e2b 7fd17b5a 932804a8 7041eaa4 4cef5797 bb4e85fd f7566459 348ab171
11:20:54 ipsec,debug,packet ipsec: 0ec6d9bf 984c5600 8acec42a e2cd8db5 ea99d685 d2c68e30 b587333f 4113b726
11:20:54 ipsec,debug,packet ipsec: eb2fb612 4359dc01 af92a511 70b0691a dd9f3c3d 08951d39 a59645dd 8945f7a6
11:20:54 ipsec,debug,packet ipsec: f834cb63 865085c0 f1db0d16 9306cc1f 6379e0a9 0632d68c a972311f e02b3c6c
11:20:54 ipsec,debug,packet ipsec: 166e8cc2 e2828f45 b4a82b37 f2d2fcf1 548a3092 51f8aa00 6d1a8ffd 94cbb696
11:20:54 ipsec,debug,packet ipsec: a31db0c4 32083cf7 4c583567 f45b2c6b
11:20:54 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:ddd73fa4
11:20:54 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:20:54 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 30684c0f 00000044 e8f76c34
11:20:54 ipsec,debug,packet ipsec: 19f7c918 8ba33e82 c17b362c f4eb927a 31f887d9 ced847d4 c09b391b e79e1335
11:20:54 ipsec,debug,packet ipsec: dc8813fe
11:20:54 ipsec ipsec: receive Information.
11:20:54 ipsec,debug ipsec: compute IV for phase2
11:20:54 ipsec,debug ipsec: phase1 last IV:
11:20:54 ipsec,debug ipsec: 91fc925d e6095451 30684c0f
11:20:54 ipsec,debug ipsec: hash(sha1)
11:20:54 ipsec,debug ipsec: encryption(3des)
11:20:54 ipsec,debug ipsec: phase2 IV computed:
11:20:54 ipsec,debug ipsec: a314df47 d68a1d7e
11:20:54 ipsec,debug ipsec: encryption(3des)
11:20:54 ipsec,debug ipsec: IV was saved for next processing:
11:20:54 ipsec,debug ipsec: e79e1335 dc8813fe
11:20:54 ipsec,debug ipsec: encryption(3des)
11:20:54 ipsec,debug ipsec: with key:
11:20:54 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:20:54 ipsec,debug ipsec: decrypted payload by IV:
11:20:54 ipsec,debug ipsec: a314df47 d68a1d7e
11:20:54 ipsec,debug ipsec: decrypted payload, but not trimed.
11:20:54 ipsec,debug ipsec: 0b000018 5e58e4a9 f74a1614 ef8bddbb 39a83c5e 4c6b6d36 0000000c 00000001
11:20:54 ipsec,debug ipsec: 01000009 00000000
11:20:54 ipsec,debug ipsec: padding len=1
11:20:54 ipsec,debug ipsec: skip to trim padding.
11:20:54 ipsec,debug ipsec: decrypted.
11:20:54 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 30684c0f 00000044 0b000018
11:20:54 ipsec,debug ipsec: 5e58e4a9 f74a1614 ef8bddbb 39a83c5e 4c6b6d36 0000000c 00000001 01000009
11:20:54 ipsec,debug ipsec: 00000000
11:20:54 ipsec,debug ipsec: HASH with:
11:20:54 ipsec,debug ipsec: 30684c0f 0000000c 00000001 01000009
11:20:54 ipsec,debug ipsec: hmac(hmac_sha1)
11:20:54 ipsec,debug ipsec: HASH computed:
11:20:54 ipsec,debug ipsec: 5e58e4a9 f74a1614 ef8bddbb 39a83c5e 4c6b6d36
11:20:54 ipsec,debug ipsec: hash validated.
11:20:54 ipsec,debug ipsec: begin.
11:20:54 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:20:54 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:20:54 ipsec,debug ipsec: succeed.
11:20:54 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:20:54 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:20:59 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:20:59 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:20:59 ipsec,debug,packet ipsec: ff
11:21:00 l2tp,ppp,info l2tp-out1: terminating... - session closed
11:21:00 l2tp,ppp,info l2tp-out1: disconnected
11:21:00 l2tp,ppp,info l2tp-out1: initializing...
11:21:00 l2tp,ppp,info l2tp-out1: connecting...
11:21:00 l2tp,ppp,info l2tp-out1: terminating... - old tunnel is not closed yet
11:21:00 l2tp,ppp,info l2tp-out1: disconnected
11:21:00 l2tp,ppp,info l2tp-out1: initializing...
11:21:00 l2tp,ppp,info l2tp-out1: connecting...
11:21:04 ipsec,debug ipsec: Adding NON-ESP marker
11:21:04 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:04 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:21:04 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 ddd73fa4 0000012c
11:21:04 ipsec,debug,packet ipsec: d22a0c3a c1e69fa1 dcdd10c4 c8243fa4 7f2f6e6b c0826d31 1ca91934 000e81f0
11:21:04 ipsec,debug,packet ipsec: 76076ee4 ceacca80 387ff638 47a320e2 c0abf79e d04bdeea f6f9ab99 01e2f0d0
11:21:04 ipsec,debug,packet ipsec: ccde40a5 dbda1dff 02b2cc92 887dfe02 b7b9cc55 55a9280a 52911c56 683cf2f8
11:21:04 ipsec,debug,packet ipsec: 144e9e2b 7fd17b5a 932804a8 7041eaa4 4cef5797 bb4e85fd f7566459 348ab171
11:21:04 ipsec,debug,packet ipsec: 0ec6d9bf 984c5600 8acec42a e2cd8db5 ea99d685 d2c68e30 b587333f 4113b726
11:21:04 ipsec,debug,packet ipsec: eb2fb612 4359dc01 af92a511 70b0691a dd9f3c3d 08951d39 a59645dd 8945f7a6
11:21:04 ipsec,debug,packet ipsec: f834cb63 865085c0 f1db0d16 9306cc1f 6379e0a9 0632d68c a972311f e02b3c6c
11:21:04 ipsec,debug,packet ipsec: 166e8cc2 e2828f45 b4a82b37 f2d2fcf1 548a3092 51f8aa00 6d1a8ffd 94cbb696
11:21:04 ipsec,debug,packet ipsec: a31db0c4 32083cf7 4c583567 f45b2c6b
11:21:04 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:ddd73fa4
11:21:04 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:04 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 9d545c03 00000044 150494a6
11:21:04 ipsec,debug,packet ipsec: 1b8f4045 3eec73e9 d6f76521 3b5aa461 4607cd5d d9dfac2a 6e6f7f90 7af1eb9a
11:21:04 ipsec,debug,packet ipsec: 3c30f5a9
11:21:04 ipsec ipsec: receive Information.
11:21:04 ipsec,debug ipsec: compute IV for phase2
11:21:04 ipsec,debug ipsec: phase1 last IV:
11:21:04 ipsec,debug ipsec: 91fc925d e6095451 9d545c03
11:21:04 ipsec,debug ipsec: hash(sha1)
11:21:04 ipsec,debug ipsec: encryption(3des)
11:21:04 ipsec,debug ipsec: phase2 IV computed:
11:21:04 ipsec,debug ipsec: b73fab16 350153e0
11:21:04 ipsec,debug ipsec: encryption(3des)
11:21:04 ipsec,debug ipsec: IV was saved for next processing:
11:21:04 ipsec,debug ipsec: 7af1eb9a 3c30f5a9
11:21:04 ipsec,debug ipsec: encryption(3des)
11:21:04 ipsec,debug ipsec: with key:
11:21:04 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:04 ipsec,debug ipsec: decrypted payload by IV:
11:21:04 ipsec,debug ipsec: b73fab16 350153e0
11:21:04 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:04 ipsec,debug ipsec: 0b000018 2b064b1d 15f87227 a1bbe03c 1705b2a8 a6022689 0000000c 00000001
11:21:04 ipsec,debug ipsec: 01000009 00000000
11:21:04 ipsec,debug ipsec: padding len=1
11:21:04 ipsec,debug ipsec: skip to trim padding.
11:21:04 ipsec,debug ipsec: decrypted.
11:21:04 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 9d545c03 00000044 0b000018
11:21:04 ipsec,debug ipsec: 2b064b1d 15f87227 a1bbe03c 1705b2a8 a6022689 0000000c 00000001 01000009
11:21:04 ipsec,debug ipsec: 00000000
11:21:04 ipsec,debug ipsec: HASH with:
11:21:04 ipsec,debug ipsec: 9d545c03 0000000c 00000001 01000009
11:21:04 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:04 ipsec,debug ipsec: HASH computed:
11:21:04 ipsec,debug ipsec: 2b064b1d 15f87227 a1bbe03c 1705b2a8 a6022689
11:21:04 ipsec,debug ipsec: hash validated.
11:21:04 ipsec,debug ipsec: begin.
11:21:04 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:04 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:04 ipsec,debug ipsec: succeed.
11:21:04 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:21:04 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:21:14 ipsec ipsec: 188.246.0.52 give up to get IPsec-SA due to time up to wait.
11:21:14 ipsec,debug ipsec: an undead schedule has been deleted.
11:21:14 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0x2cb376b
11:21:16 ipsec ipsec: acquire for 10.239.22.2 <=> 188.246.0.52
11:21:16 ipsec ipsec: suitable policy found: 10.239.22.2 <=> 188.246.0.52
11:21:16 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:21:16 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:21:16 ipsec,debug ipsec: begin QUICK mode.
11:21:16 ipsec,debug ipsec: ===
11:21:16 ipsec,debug ipsec: begin QUICK mode.
11:21:16 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:21:16 ipsec,debug ipsec: compute IV for phase2
11:21:16 ipsec,debug ipsec: phase1 last IV:
11:21:16 ipsec,debug ipsec: 91fc925d e6095451 f5c7ef53
11:21:16 ipsec,debug ipsec: hash(sha1)
11:21:16 ipsec,debug ipsec: encryption(3des)
11:21:16 ipsec,debug ipsec: phase2 IV computed:
11:21:16 ipsec,debug ipsec: 618f502e a084e01f
11:21:16 ipsec,debug ipsec: call pfkey_send_getspi 957de2af
11:21:16 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:21:16 ipsec,debug ipsec: pfkey getspi sent.
11:21:16 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:21:16 ipsec,debug ipsec: dh(modp1024)
11:21:16 ipsec,debug ipsec: dh(modp1024)
11:21:16 ipsec,debug ipsec: dh(modp1024)
11:21:16 ipsec,debug ipsec: compute DH's private.  
11:21:16 ipsec,debug ipsec: 49e88781 c0161035 e676481a 592ab543 f573fe3f df760de5 821182eb 8d5ad5dd
11:21:16 ipsec,debug ipsec: a01d6b7f e1e5d9bf 60eabcd7 d3b0d1c4 ca95de9a de46325a 4d740f56 fb2d6c97
11:21:16 ipsec,debug ipsec: 48a968e4 94cb51a9 c89b560f d61afbcf 73383ec5 55eba131 5ffb2ff7 8930e2ea
11:21:16 ipsec,debug ipsec: a1e22951 30dcac87 a55a7006 bf9b13c5 3afbd2e4 02d86567 d13c8ae1 dd4c5be6
11:21:16 ipsec,debug ipsec: compute DH's public.  
11:21:16 ipsec,debug ipsec: 9e8b5fb6 e815f7d0 dc2e5aec 8f88b126 fe910fca dbf2f226 2bd02d38 8082d70f
11:21:16 ipsec,debug ipsec: dcc2060d 4dac2886 c2d93e63 06046451 7a664f1c 1dcaf545 4e3c4c32 1ecd6711
11:21:16 ipsec,debug ipsec: 11c1fa24 3ba68d8e 5917b777 9d7ea9ad df567aff f27279f0 b98270e0 e9bc57ac
11:21:16 ipsec,debug ipsec: 1039a598 8f09950f deaeda5e c10615f3 1c5cd96e a65c4094 35834e43 e06d807b
11:21:16 ipsec,debug ipsec: use local ID type IPv4_address
11:21:16 ipsec,debug ipsec: use remote ID type IPv4_address
11:21:16 ipsec,debug ipsec: IDci:
11:21:16 ipsec,debug ipsec: 01000000 0aef1602
11:21:16 ipsec,debug ipsec: IDcr:
11:21:16 ipsec,debug ipsec: 01000000 bcf60034
11:21:16 ipsec,debug ipsec: IDs not attached
11:21:16 ipsec,debug ipsec: NAT-OAi:
11:21:16 ipsec,debug ipsec: 01001194 0aef1602
11:21:16 ipsec,debug ipsec: NAT-OAr:
11:21:16 ipsec,debug ipsec: 01001194 bcf60034
11:21:16 ipsec,debug ipsec: add payload of len 52, next type 10
11:21:16 ipsec,debug ipsec: add payload of len 24, next type 4
11:21:16 ipsec,debug ipsec: add payload of len 128, next type 21
11:21:16 ipsec,debug ipsec: add payload of len 8, next type 21
11:21:16 ipsec,debug ipsec: add payload of len 8, next type 0
11:21:16 ipsec,debug ipsec: HASH with:
11:21:16 ipsec,debug ipsec: f5c7ef53 0a000038 00000001 00000001 0000002c 01030401 0a14e190 00000020
11:21:16 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:21:16 ipsec,debug ipsec: 91f03b57 bb4c7900 24865786 79e5a73a 9fec6e26 2612d215 15000084 9e8b5fb6
11:21:16 ipsec,debug ipsec: e815f7d0 dc2e5aec 8f88b126 fe910fca dbf2f226 2bd02d38 8082d70f dcc2060d
11:21:16 ipsec,debug ipsec: 4dac2886 c2d93e63 06046451 7a664f1c 1dcaf545 4e3c4c32 1ecd6711 11c1fa24
11:21:16 ipsec,debug ipsec: 3ba68d8e 5917b777 9d7ea9ad df567aff f27279f0 b98270e0 e9bc57ac 1039a598
11:21:16 ipsec,debug ipsec: 8f09950f deaeda5e c10615f3 1c5cd96e a65c4094 35834e43 e06d807b 1500000c
11:21:16 ipsec,debug ipsec: 01001194 0aef1602 0000000c 01001194 bcf60034
11:21:16 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:16 ipsec,debug ipsec: HASH computed:
11:21:16 ipsec,debug ipsec: c2ca54bd ff03721d f29ff3b9 5374a291 dfa5b4ea
11:21:16 ipsec,debug ipsec: add payload of len 20, next type 1
11:21:16 ipsec,debug ipsec: begin encryption.
11:21:16 ipsec,debug ipsec: encryption(3des)
11:21:16 ipsec,debug ipsec: pad length = 8
11:21:16 ipsec,debug ipsec: 01000018 c2ca54bd ff03721d f29ff3b9 5374a291 dfa5b4ea 0a000038 00000001
11:21:16 ipsec,debug ipsec: 00000001 0000002c 01030401 0a14e190 00000020 010c0000 80010001 80020708
11:21:16 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c 91f03b57 bb4c7900 24865786
11:21:16 ipsec,debug ipsec: 79e5a73a 9fec6e26 2612d215 15000084 9e8b5fb6 e815f7d0 dc2e5aec 8f88b126
11:21:16 ipsec,debug ipsec: fe910fca dbf2f226 2bd02d38 8082d70f dcc2060d 4dac2886 c2d93e63 06046451
11:21:16 ipsec,debug ipsec: 7a664f1c 1dcaf545 4e3c4c32 1ecd6711 11c1fa24 3ba68d8e 5917b777 9d7ea9ad
11:21:16 ipsec,debug ipsec: df567aff f27279f0 b98270e0 e9bc57ac 1039a598 8f09950f deaeda5e c10615f3
11:21:16 ipsec,debug ipsec: 1c5cd96e a65c4094 35834e43 e06d807b 1500000c 01001194 0aef1602 0000000c
11:21:16 ipsec,debug ipsec: 01001194 bcf60034 925087e6 a059f507
11:21:16 ipsec,debug ipsec: encryption(3des)
11:21:16 ipsec,debug ipsec: with key:
11:21:16 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:16 ipsec,debug ipsec: encrypted payload by IV:
11:21:16 ipsec,debug ipsec: 618f502e a084e01f
11:21:16 ipsec,debug ipsec: save IV for next:
11:21:16 ipsec,debug ipsec: 85985f71 34b70e4c
11:21:16 ipsec,debug ipsec: encrypted.
11:21:16 ipsec,debug ipsec: Adding NON-ESP marker
11:21:16 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:16 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:21:16 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 f5c7ef53 0000012c
11:21:16 ipsec,debug,packet ipsec: 0d059d8f 66e9e639 9419b3e0 f88e5062 5bb9cf87 122c524f f36d768b ca528a9e
11:21:16 ipsec,debug,packet ipsec: 3155a9be a11ff34b c18fbb44 69925a7c b764f2a9 a7dd55a1 96cf9762 bace2c72
11:21:16 ipsec,debug,packet ipsec: aa46bd8b 817c6533 209b8c2a 3a7aabe3 827ca8de b91e8139 38655b99 4eaf9b50
11:21:16 ipsec,debug,packet ipsec: 230d2027 3fdbd3d8 ee6c42c7 97f4b69d 4293cfd7 b0ff8f1d 3aef8c50 5e272de6
11:21:16 ipsec,debug,packet ipsec: c720d341 64221cf3 aa8b9cf9 3cd454fc 9bf25615 7dae4d79 1fba7f0c 3aa2aa9c
11:21:16 ipsec,debug,packet ipsec: acdcff42 d184a4fa 40c341a5 e713c5b0 33813c44 dec500de ed314357 ea3836c7
11:21:16 ipsec,debug,packet ipsec: 59251e12 9855d9a0 0907929b e46c3d7f bf16d1ae ee841964 6789206b fdc12e98
11:21:16 ipsec,debug,packet ipsec: 78da3784 9f45af1a 0072cca4 53bf4443 1278134d 02d60363 d62637b0 e170a67d
11:21:16 ipsec,debug,packet ipsec: fb049634 909c759a 85985f71 34b70e4c
11:21:16 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:f5c7ef53
11:21:16 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:16 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 7bf5297b 00000044 8dab9917
11:21:16 ipsec,debug,packet ipsec: 4f2c6f49 dd6aca38 6652ab35 4c6e5ff9 d2854f8c b30bd68e a21ec233 882e307c
11:21:16 ipsec,debug,packet ipsec: 79afdd93
11:21:16 ipsec ipsec: receive Information.
11:21:16 ipsec,debug ipsec: compute IV for phase2
11:21:16 ipsec,debug ipsec: phase1 last IV:
11:21:16 ipsec,debug ipsec: 91fc925d e6095451 7bf5297b
11:21:16 ipsec,debug ipsec: hash(sha1)
11:21:16 ipsec,debug ipsec: encryption(3des)
11:21:16 ipsec,debug ipsec: phase2 IV computed:
11:21:16 ipsec,debug ipsec: 4502f7bc 6b89aa26
11:21:16 ipsec,debug ipsec: encryption(3des)
11:21:16 ipsec,debug ipsec: IV was saved for next processing:
11:21:16 ipsec,debug ipsec: 882e307c 79afdd93
11:21:16 ipsec,debug ipsec: encryption(3des)
11:21:16 ipsec,debug ipsec: with key:
11:21:16 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:16 ipsec,debug ipsec: decrypted payload by IV:
11:21:16 ipsec,debug ipsec: 4502f7bc 6b89aa26
11:21:16 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:16 ipsec,debug ipsec: 0b000018 7aea563c 5e3b675c 378b6170 cb790b2c 8cfca251 0000000c 00000001
11:21:16 ipsec,debug ipsec: 01000010 00000000
11:21:16 ipsec,debug ipsec: padding len=1
11:21:16 ipsec,debug ipsec: skip to trim padding.
11:21:16 ipsec,debug ipsec: decrypted.
11:21:16 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 7bf5297b 00000044 0b000018
11:21:16 ipsec,debug ipsec: 7aea563c 5e3b675c 378b6170 cb790b2c 8cfca251 0000000c 00000001 01000010
11:21:16 ipsec,debug ipsec: 00000000
11:21:16 ipsec,debug ipsec: HASH with:
11:21:16 ipsec,debug ipsec: 7bf5297b 0000000c 00000001 01000010
11:21:16 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:16 ipsec,debug ipsec: HASH computed:
11:21:16 ipsec,debug ipsec: 7aea563c 5e3b675c 378b6170 cb790b2c 8cfca251
11:21:16 ipsec,debug ipsec: hash validated.
11:21:16 ipsec,debug ipsec: begin.
11:21:16 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:16 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:16 ipsec,debug ipsec: succeed.
11:21:16 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:21:16 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:21:17 l2tp,ppp,info l2tp-out1: terminating...
11:21:17 l2tp,ppp,info l2tp-out1: disabled
11:21:17 system,info device changed by admin
11:21:19 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:21:19 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:21:19 ipsec,debug,packet ipsec: ff
11:21:23 system,info device changed by admin
11:21:26 ipsec,debug ipsec: Adding NON-ESP marker
11:21:26 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:26 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:21:26 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 f5c7ef53 0000012c
11:21:26 ipsec,debug,packet ipsec: 0d059d8f 66e9e639 9419b3e0 f88e5062 5bb9cf87 122c524f f36d768b ca528a9e
11:21:26 ipsec,debug,packet ipsec: 3155a9be a11ff34b c18fbb44 69925a7c b764f2a9 a7dd55a1 96cf9762 bace2c72
11:21:26 ipsec,debug,packet ipsec: aa46bd8b 817c6533 209b8c2a 3a7aabe3 827ca8de b91e8139 38655b99 4eaf9b50
11:21:26 ipsec,debug,packet ipsec: 230d2027 3fdbd3d8 ee6c42c7 97f4b69d 4293cfd7 b0ff8f1d 3aef8c50 5e272de6
11:21:26 ipsec,debug,packet ipsec: c720d341 64221cf3 aa8b9cf9 3cd454fc 9bf25615 7dae4d79 1fba7f0c 3aa2aa9c
11:21:26 ipsec,debug,packet ipsec: acdcff42 d184a4fa 40c341a5 e713c5b0 33813c44 dec500de ed314357 ea3836c7
11:21:26 ipsec,debug,packet ipsec: 59251e12 9855d9a0 0907929b e46c3d7f bf16d1ae ee841964 6789206b fdc12e98
11:21:26 ipsec,debug,packet ipsec: 78da3784 9f45af1a 0072cca4 53bf4443 1278134d 02d60363 d62637b0 e170a67d
11:21:26 ipsec,debug,packet ipsec: fb049634 909c759a 85985f71 34b70e4c
11:21:26 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:f5c7ef53
11:21:26 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:26 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 51567f51 00000044 c6074427
11:21:26 ipsec,debug,packet ipsec: 9c3b1a1e 432eb7b7 af046ed4 22ed4e2e 8e9213e1 380d2ed7 4548d022 964b0ee0
11:21:26 ipsec,debug,packet ipsec: 220a7a6f
11:21:26 ipsec ipsec: receive Information.
11:21:26 ipsec,debug ipsec: compute IV for phase2
11:21:26 ipsec,debug ipsec: phase1 last IV:
11:21:26 ipsec,debug ipsec: 91fc925d e6095451 51567f51
11:21:26 ipsec,debug ipsec: hash(sha1)
11:21:26 ipsec,debug ipsec: encryption(3des)
11:21:26 ipsec,debug ipsec: phase2 IV computed:
11:21:26 ipsec,debug ipsec: 95384d59 bb20913c
11:21:26 ipsec,debug ipsec: encryption(3des)
11:21:26 ipsec,debug ipsec: IV was saved for next processing:
11:21:26 ipsec,debug ipsec: 964b0ee0 220a7a6f
11:21:26 ipsec,debug ipsec: encryption(3des)
11:21:26 ipsec,debug ipsec: with key:
11:21:26 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:26 ipsec,debug ipsec: decrypted payload by IV:
11:21:26 ipsec,debug ipsec: 95384d59 bb20913c
11:21:26 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:26 ipsec,debug ipsec: 0b000018 9b90949f 8ae1fd70 e9a2c100 4900177e 5110607f 0000000c 00000001
11:21:26 ipsec,debug ipsec: 01000009 00000000
11:21:26 ipsec,debug ipsec: padding len=1
11:21:26 ipsec,debug ipsec: skip to trim padding.
11:21:26 ipsec,debug ipsec: decrypted.
11:21:26 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 51567f51 00000044 0b000018
11:21:26 ipsec,debug ipsec: 9b90949f 8ae1fd70 e9a2c100 4900177e 5110607f 0000000c 00000001 01000009
11:21:26 ipsec,debug ipsec: 00000000
11:21:26 ipsec,debug ipsec: HASH with:
11:21:26 ipsec,debug ipsec: 51567f51 0000000c 00000001 01000009
11:21:26 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:26 ipsec,debug ipsec: HASH computed:
11:21:26 ipsec,debug ipsec: 9b90949f 8ae1fd70 e9a2c100 4900177e 5110607f
11:21:26 ipsec,debug ipsec: hash validated.
11:21:26 ipsec,debug ipsec: begin.
11:21:26 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:26 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:26 ipsec,debug ipsec: succeed.
11:21:26 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:21:26 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:21:35 l2tp,ppp,info l2tp-out1: initializing...
11:21:35 l2tp,ppp,info l2tp-out1: connecting...
11:21:35 ipsec ipsec: policy installed for connected peer, creating ph2
11:21:35 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:21:35 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:21:35 ipsec,debug ipsec: begin QUICK mode.
11:21:35 ipsec,debug ipsec: ===
11:21:35 ipsec,debug ipsec: begin QUICK mode.
11:21:35 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:21:35 ipsec,debug ipsec: compute IV for phase2
11:21:35 ipsec,debug ipsec: phase1 last IV:
11:21:35 ipsec,debug ipsec: 91fc925d e6095451 c3ae9199
11:21:35 ipsec,debug ipsec: hash(sha1)
11:21:35 ipsec,debug ipsec: encryption(3des)
11:21:35 ipsec,debug ipsec: phase2 IV computed:
11:21:35 ipsec,debug ipsec: 81e61c3a db275c9f
11:21:35 ipsec,debug ipsec: call pfkey_send_getspi 8a9c9493
11:21:35 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:21:35 ipsec,debug ipsec: pfkey getspi sent.
11:21:35 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:21:35 ipsec,debug ipsec: dh(modp1024)
11:21:35 ipsec,debug ipsec: dh(modp1024)
11:21:35 ipsec,debug ipsec: dh(modp1024)
11:21:35 system,info device changed by admin
11:21:35 ipsec,debug ipsec: compute DH's private.  
11:21:35 ipsec,debug ipsec: 5c4eda29 a1b2d856 0a00aa4d e9f4fbe4 db20966d a9bd7c23 017f131a 72fcd6d0
11:21:35 ipsec,debug ipsec: c702fb8c cc5c684d a0549f29 a3d83653 e1f73b9c d2b6cea0 acfdbdf7 5bc20fa3
11:21:35 ipsec,debug ipsec: 19286e80 a282be4b e7935e9b 1e331ac1 d82aad95 b1ecbbce edb4cfcd c0b05146
11:21:35 ipsec,debug ipsec: 37da1a10 586d5156 bf52878d 5b15db90 8c2f4ca3 71202f79 2857acc3 92214647
11:21:35 ipsec,debug ipsec: compute DH's public.  
11:21:35 ipsec,debug ipsec: 94e11cec 08604a89 ddfe0a9a e332e023 40fcb142 1ceacdd0 1a2a5ef9 374e1821
11:21:35 ipsec,debug ipsec: 97d95115 ec7a6283 b7fcbece bada514a 33a2bc08 cf3e58d8 39912995 98822afd
11:21:35 ipsec,debug ipsec: f710b492 c2d94ce7 3bcdae80 1e531516 e8fb2492 81d5a92d 0ff242c2 6e87a1aa
11:21:35 ipsec,debug ipsec: bfb5d43d f434e64a 5c6bab5b 32781bb2 8a951c6e f65c323b cfc95f5e b114226c
11:21:35 ipsec,debug ipsec: use local ID type IPv4_address
11:21:35 ipsec,debug ipsec: use remote ID type IPv4_address
11:21:35 ipsec,debug ipsec: IDci:
11:21:35 ipsec,debug ipsec: 011106a5 0aef1602
11:21:35 ipsec,debug ipsec: IDcr:
11:21:35 ipsec,debug ipsec: 011106a5 bcf60034
11:21:35 ipsec,debug ipsec: NAT-OAi:
11:21:35 ipsec,debug ipsec: 01001194 0aef1602
11:21:35 ipsec,debug ipsec: NAT-OAr:
11:21:35 ipsec,debug ipsec: 01001194 bcf60034
11:21:35 ipsec,debug ipsec: add payload of len 52, next type 10
11:21:35 ipsec,debug ipsec: add payload of len 24, next type 4
11:21:35 ipsec,debug ipsec: add payload of len 128, next type 5
11:21:35 ipsec,debug ipsec: add payload of len 8, next type 5
11:21:35 ipsec,debug ipsec: add payload of len 8, next type 21
11:21:35 ipsec,debug ipsec: add payload of len 8, next type 21
11:21:35 ipsec,debug ipsec: add payload of len 8, next type 0
11:21:35 ipsec,debug ipsec: HASH with:
11:21:35 ipsec,debug ipsec: c3ae9199 0a000038 00000001 00000001 0000002c 01030401 0edb0968 00000020
11:21:35 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:21:35 ipsec,debug ipsec: e567e4c3 9a1685cd aae9a800 d43d621d 5e2e6a08 743fd06f 05000084 94e11cec
11:21:35 ipsec,debug ipsec: 08604a89 ddfe0a9a e332e023 40fcb142 1ceacdd0 1a2a5ef9 374e1821 97d95115
11:21:35 ipsec,debug ipsec: ec7a6283 b7fcbece bada514a 33a2bc08 cf3e58d8 39912995 98822afd f710b492
11:21:35 ipsec,debug ipsec: c2d94ce7 3bcdae80 1e531516 e8fb2492 81d5a92d 0ff242c2 6e87a1aa bfb5d43d
11:21:35 ipsec,debug ipsec: f434e64a 5c6bab5b 32781bb2 8a951c6e f65c323b cfc95f5e b114226c 0500000c
11:21:35 ipsec,debug ipsec: 011106a5 0aef1602 1500000c 011106a5 bcf60034 1500000c 01001194 0aef1602
11:21:35 ipsec,debug ipsec: 0000000c 01001194 bcf60034
11:21:35 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:35 ipsec,debug ipsec: HASH computed:
11:21:35 ipsec,debug ipsec: c107ae30 49c7a16f c7000cb6 51ac35d8 02c749b6
11:21:35 ipsec,debug ipsec: add payload of len 20, next type 1
11:21:35 ipsec,debug ipsec: begin encryption.
11:21:35 ipsec,debug ipsec: encryption(3des)
11:21:35 ipsec,debug ipsec: pad length = 8
11:21:35 ipsec,debug ipsec: 01000018 c107ae30 49c7a16f c7000cb6 51ac35d8 02c749b6 0a000038 00000001
11:21:35 ipsec,debug ipsec: 00000001 0000002c 01030401 0edb0968 00000020 010c0000 80010001 80020708
11:21:35 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c e567e4c3 9a1685cd aae9a800
11:21:35 ipsec,debug ipsec: d43d621d 5e2e6a08 743fd06f 05000084 94e11cec 08604a89 ddfe0a9a e332e023
11:21:35 ipsec,debug ipsec: 40fcb142 1ceacdd0 1a2a5ef9 374e1821 97d95115 ec7a6283 b7fcbece bada514a
11:21:35 ipsec,debug ipsec: 33a2bc08 cf3e58d8 39912995 98822afd f710b492 c2d94ce7 3bcdae80 1e531516
11:21:35 ipsec,debug ipsec: e8fb2492 81d5a92d 0ff242c2 6e87a1aa bfb5d43d f434e64a 5c6bab5b 32781bb2
11:21:35 ipsec,debug ipsec: 8a951c6e f65c323b cfc95f5e b114226c 0500000c 011106a5 0aef1602 1500000c
11:21:35 ipsec,debug ipsec: 011106a5 bcf60034 1500000c 01001194 0aef1602 0000000c 01001194 bcf60034
11:21:35 ipsec,debug ipsec: 6d1689f4 e144fa07
11:21:35 ipsec,debug ipsec: encryption(3des)
11:21:35 ipsec,debug ipsec: with key:
11:21:35 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:35 ipsec,debug ipsec: encrypted payload by IV:
11:21:35 ipsec,debug ipsec: 81e61c3a db275c9f
11:21:35 ipsec,debug ipsec: save IV for next:
11:21:35 ipsec,debug ipsec: 065b8b95 120a9401
11:21:35 ipsec,debug ipsec: encrypted.
11:21:35 ipsec,debug ipsec: Adding NON-ESP marker
11:21:35 ipsec,debug ipsec: 328 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:35 ipsec,debug ipsec: 1 times of 328 bytes message will be sent to 188.246.0.52[4500]
11:21:35 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 c3ae9199 00000144
11:21:35 ipsec,debug,packet ipsec: 5dc26a55 f0a8bb7c 0f629e42 16e87730 4b23982c 4845bafb 6345f22b 124d8ee1
11:21:35 ipsec,debug,packet ipsec: ba052dc5 d81b5519 ffbabece 9f43951b 47b49892 fb98c6aa 29bb2d35 4e95ad66
11:21:35 ipsec,debug,packet ipsec: e3aaa523 d8a055dc 6ad71c47 fb1e561c 4b4db231 a95793ec fcdf7a8b 15533924
11:21:35 ipsec,debug,packet ipsec: a1ea13ef c0549334 0bdf38ae 84dd9eb3 ab20bddc 7f0cdc61 54074fe5 ec8cefd7
11:21:35 ipsec,debug,packet ipsec: e2290ac2 dd7afb16 3ad09be2 111232d8 a36936d1 eff726b6 bf88bd76 14f95559
11:21:35 ipsec,debug,packet ipsec: 8cdeb210 179a05ce 9721f399 779bb98f c0609c3e af47762d a47aebbe f0c43525
11:21:35 ipsec,debug,packet ipsec: 9c187f50 4365f2f1 0c56a43f 1d6fd607 5ac834c3 c8eb323c 4dc62013 81459b29
11:21:35 ipsec,debug,packet ipsec: 0d321ea9 9fb1717e acd10a24 8c0f152b 30755d75 e50fb125 43349fca 3942f9e1
11:21:35 ipsec,debug,packet ipsec: 4fa3ef31 31d87ff4 3fc60088 b61376fd d9369a87 8fdb2c87 ed117fce 50c73f3b
11:21:35 ipsec,debug,packet ipsec: 065b8b95 120a9401
11:21:35 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:c3ae9199
11:21:35 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:35 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 ccf5e971 00000044 5da49a52
11:21:35 ipsec,debug,packet ipsec: ffbd8155 66b7f9e9 321120de e11c5885 2fdc37e1 6f9138f4 4f72faae ffc7ae98
11:21:35 ipsec,debug,packet ipsec: 22fb5806
11:21:35 ipsec ipsec: receive Information.
11:21:35 ipsec,debug ipsec: compute IV for phase2
11:21:35 ipsec,debug ipsec: phase1 last IV:
11:21:35 ipsec,debug ipsec: 91fc925d e6095451 ccf5e971
11:21:35 ipsec,debug ipsec: hash(sha1)
11:21:35 ipsec,debug ipsec: encryption(3des)
11:21:35 ipsec,debug ipsec: phase2 IV computed:
11:21:35 ipsec,debug ipsec: b4263028 347fc5a4
11:21:35 ipsec,debug ipsec: encryption(3des)
11:21:35 ipsec,debug ipsec: IV was saved for next processing:
11:21:35 ipsec,debug ipsec: ffc7ae98 22fb5806
11:21:35 ipsec,debug ipsec: encryption(3des)
11:21:35 ipsec,debug ipsec: with key:
11:21:35 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:35 ipsec,debug ipsec: decrypted payload by IV:
11:21:35 ipsec,debug ipsec: b4263028 347fc5a4
11:21:35 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:35 ipsec,debug ipsec: 0b000018 8f5f2079 ece75348 9ff3aa0d 4d10ca7d c10d6c83 0000000c 00000001
11:21:35 ipsec,debug ipsec: 01000010 00000000
11:21:35 ipsec,debug ipsec: padding len=1
11:21:35 ipsec,debug ipsec: skip to trim padding.
11:21:35 ipsec,debug ipsec: decrypted.
11:21:35 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 ccf5e971 00000044 0b000018
11:21:35 ipsec,debug ipsec: 8f5f2079 ece75348 9ff3aa0d 4d10ca7d c10d6c83 0000000c 00000001 01000010
11:21:35 ipsec,debug ipsec: 00000000
11:21:35 ipsec,debug ipsec: HASH with:
11:21:35 ipsec,debug ipsec: ccf5e971 0000000c 00000001 01000010
11:21:35 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:35 ipsec,debug ipsec: HASH computed:
11:21:35 ipsec,debug ipsec: 8f5f2079 ece75348 9ff3aa0d 4d10ca7d c10d6c83
11:21:35 ipsec,debug ipsec: hash validated.
11:21:35 ipsec,debug ipsec: begin.
11:21:35 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:35 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:35 ipsec,debug ipsec: succeed.
11:21:35 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:21:35 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:21:36 ipsec,debug ipsec: Adding NON-ESP marker
11:21:36 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:36 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:21:36 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 f5c7ef53 0000012c
11:21:36 ipsec,debug,packet ipsec: 0d059d8f 66e9e639 9419b3e0 f88e5062 5bb9cf87 122c524f f36d768b ca528a9e
11:21:36 ipsec,debug,packet ipsec: 3155a9be a11ff34b c18fbb44 69925a7c b764f2a9 a7dd55a1 96cf9762 bace2c72
11:21:36 ipsec,debug,packet ipsec: aa46bd8b 817c6533 209b8c2a 3a7aabe3 827ca8de b91e8139 38655b99 4eaf9b50
11:21:36 ipsec,debug,packet ipsec: 230d2027 3fdbd3d8 ee6c42c7 97f4b69d 4293cfd7 b0ff8f1d 3aef8c50 5e272de6
11:21:36 ipsec,debug,packet ipsec: c720d341 64221cf3 aa8b9cf9 3cd454fc 9bf25615 7dae4d79 1fba7f0c 3aa2aa9c
11:21:36 ipsec,debug,packet ipsec: acdcff42 d184a4fa 40c341a5 e713c5b0 33813c44 dec500de ed314357 ea3836c7
11:21:36 ipsec,debug,packet ipsec: 59251e12 9855d9a0 0907929b e46c3d7f bf16d1ae ee841964 6789206b fdc12e98
11:21:36 ipsec,debug,packet ipsec: 78da3784 9f45af1a 0072cca4 53bf4443 1278134d 02d60363 d62637b0 e170a67d
11:21:36 ipsec,debug,packet ipsec: fb049634 909c759a 85985f71 34b70e4c
11:21:36 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:f5c7ef53
11:21:36 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:36 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 6a40a7d3 00000044 cbf2aa53
11:21:36 ipsec,debug,packet ipsec: 95cec0c9 c8af2bca e6afb48c 5d77db87 13da4aeb 90d2a4cb 49257106 dec03828
11:21:36 ipsec,debug,packet ipsec: 18684edf
11:21:36 ipsec ipsec: receive Information.
11:21:36 ipsec,debug ipsec: compute IV for phase2
11:21:36 ipsec,debug ipsec: phase1 last IV:
11:21:36 ipsec,debug ipsec: 91fc925d e6095451 6a40a7d3
11:21:36 ipsec,debug ipsec: hash(sha1)
11:21:36 ipsec,debug ipsec: encryption(3des)
11:21:36 ipsec,debug ipsec: phase2 IV computed:
11:21:36 ipsec,debug ipsec: 9f90643e 63fe7b91
11:21:36 ipsec,debug ipsec: encryption(3des)
11:21:36 ipsec,debug ipsec: IV was saved for next processing:
11:21:36 ipsec,debug ipsec: dec03828 18684edf
11:21:36 ipsec,debug ipsec: encryption(3des)
11:21:36 ipsec,debug ipsec: with key:
11:21:36 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:36 ipsec,debug ipsec: decrypted payload by IV:
11:21:36 ipsec,debug ipsec: 9f90643e 63fe7b91
11:21:36 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:36 ipsec,debug ipsec: 0b000018 9e948341 31436150 8e1721a1 1cd5a206 4dd3f585 0000000c 00000001
11:21:36 ipsec,debug ipsec: 01000009 00000000
11:21:36 ipsec,debug ipsec: padding len=1
11:21:36 ipsec,debug ipsec: skip to trim padding.
11:21:36 ipsec,debug ipsec: decrypted.
11:21:36 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 6a40a7d3 00000044 0b000018
11:21:36 ipsec,debug ipsec: 9e948341 31436150 8e1721a1 1cd5a206 4dd3f585 0000000c 00000001 01000009
11:21:36 ipsec,debug ipsec: 00000000
11:21:36 ipsec,debug ipsec: HASH with:
11:21:36 ipsec,debug ipsec: 6a40a7d3 0000000c 00000001 01000009
11:21:36 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:36 ipsec,debug ipsec: HASH computed:
11:21:36 ipsec,debug ipsec: 9e948341 31436150 8e1721a1 1cd5a206 4dd3f585
11:21:36 ipsec,debug ipsec: hash validated.
11:21:36 ipsec,debug ipsec: begin.
11:21:36 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:36 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:36 ipsec,debug ipsec: succeed.
11:21:36 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:21:36 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:21:39 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:21:39 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:21:39 ipsec,debug,packet ipsec: ff
11:21:45 ipsec,debug ipsec: Adding NON-ESP marker
11:21:45 ipsec,debug ipsec: 328 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:45 ipsec,debug ipsec: 1 times of 328 bytes message will be sent to 188.246.0.52[4500]
11:21:45 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 c3ae9199 00000144
11:21:45 ipsec,debug,packet ipsec: 5dc26a55 f0a8bb7c 0f629e42 16e87730 4b23982c 4845bafb 6345f22b 124d8ee1
11:21:45 ipsec,debug,packet ipsec: ba052dc5 d81b5519 ffbabece 9f43951b 47b49892 fb98c6aa 29bb2d35 4e95ad66
11:21:45 ipsec,debug,packet ipsec: e3aaa523 d8a055dc 6ad71c47 fb1e561c 4b4db231 a95793ec fcdf7a8b 15533924
11:21:45 ipsec,debug,packet ipsec: a1ea13ef c0549334 0bdf38ae 84dd9eb3 ab20bddc 7f0cdc61 54074fe5 ec8cefd7
11:21:45 ipsec,debug,packet ipsec: e2290ac2 dd7afb16 3ad09be2 111232d8 a36936d1 eff726b6 bf88bd76 14f95559
11:21:45 ipsec,debug,packet ipsec: 8cdeb210 179a05ce 9721f399 779bb98f c0609c3e af47762d a47aebbe f0c43525
11:21:45 ipsec,debug,packet ipsec: 9c187f50 4365f2f1 0c56a43f 1d6fd607 5ac834c3 c8eb323c 4dc62013 81459b29
11:21:45 ipsec,debug,packet ipsec: 0d321ea9 9fb1717e acd10a24 8c0f152b 30755d75 e50fb125 43349fca 3942f9e1
11:21:45 ipsec,debug,packet ipsec: 4fa3ef31 31d87ff4 3fc60088 b61376fd d9369a87 8fdb2c87 ed117fce 50c73f3b
11:21:45 ipsec,debug,packet ipsec: 065b8b95 120a9401
11:21:45 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:c3ae9199
11:21:45 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:45 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 dea14497 00000044 e9654010
11:21:45 ipsec,debug,packet ipsec: e4a3bc1b 49644a06 aebab205 1606db01 9ee7c42f 89f82266 31d67b4f e9701949
11:21:45 ipsec,debug,packet ipsec: e3d82ef5
11:21:45 ipsec ipsec: receive Information.
11:21:45 ipsec,debug ipsec: compute IV for phase2
11:21:45 ipsec,debug ipsec: phase1 last IV:
11:21:45 ipsec,debug ipsec: 91fc925d e6095451 dea14497
11:21:45 ipsec,debug ipsec: hash(sha1)
11:21:45 ipsec,debug ipsec: encryption(3des)
11:21:45 ipsec,debug ipsec: phase2 IV computed:
11:21:45 ipsec,debug ipsec: 13d92970 aa158235
11:21:45 ipsec,debug ipsec: encryption(3des)
11:21:45 ipsec,debug ipsec: IV was saved for next processing:
11:21:45 ipsec,debug ipsec: e9701949 e3d82ef5
11:21:45 ipsec,debug ipsec: encryption(3des)
11:21:45 ipsec,debug ipsec: with key:
11:21:45 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:45 ipsec,debug ipsec: decrypted payload by IV:
11:21:45 ipsec,debug ipsec: 13d92970 aa158235
11:21:45 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:45 ipsec,debug ipsec: 0b000018 06150104 843a7357 f795bd8b 91945c7a 0b24ed94 0000000c 00000001
11:21:45 ipsec,debug ipsec: 01000009 00000000
11:21:45 ipsec,debug ipsec: padding len=1
11:21:45 ipsec,debug ipsec: skip to trim padding.
11:21:45 ipsec,debug ipsec: decrypted.
11:21:45 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 dea14497 00000044 0b000018
11:21:45 ipsec,debug ipsec: 06150104 843a7357 f795bd8b 91945c7a 0b24ed94 0000000c 00000001 01000009
11:21:45 ipsec,debug ipsec: 00000000
11:21:45 ipsec,debug ipsec: HASH with:
11:21:45 ipsec,debug ipsec: dea14497 0000000c 00000001 01000009
11:21:45 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:45 ipsec,debug ipsec: HASH computed:
11:21:45 ipsec,debug ipsec: 06150104 843a7357 f795bd8b 91945c7a 0b24ed94
11:21:45 ipsec,debug ipsec: hash validated.
11:21:45 ipsec,debug ipsec: begin.
11:21:45 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:45 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:45 ipsec,debug ipsec: succeed.
11:21:45 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:21:45 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:21:46 ipsec ipsec: 188.246.0.52 give up to get IPsec-SA due to time up to wait.
11:21:46 ipsec,debug ipsec: an undead schedule has been deleted.
11:21:46 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0xa14e190
11:21:51 ipsec ipsec: acquire for 10.239.22.2 <=> 188.246.0.52
11:21:51 ipsec ipsec: suitable policy found: 10.239.22.2 <=> 188.246.0.52
11:21:51 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:21:51 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:21:51 ipsec,debug ipsec: begin QUICK mode.
11:21:51 ipsec,debug ipsec: ===
11:21:51 ipsec,debug ipsec: begin QUICK mode.
11:21:51 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:21:51 ipsec,debug ipsec: compute IV for phase2
11:21:51 ipsec,debug ipsec: phase1 last IV:
11:21:51 ipsec,debug ipsec: 91fc925d e6095451 b4baabce
11:21:51 ipsec,debug ipsec: hash(sha1)
11:21:51 ipsec,debug ipsec: encryption(3des)
11:21:51 ipsec,debug ipsec: phase2 IV computed:
11:21:51 ipsec,debug ipsec: ff70305c 09f30926
11:21:51 ipsec,debug ipsec: call pfkey_send_getspi be878ddd
11:21:51 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:21:51 ipsec,debug ipsec: pfkey getspi sent.
11:21:51 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:21:51 ipsec,debug ipsec: dh(modp1024)
11:21:51 ipsec,debug ipsec: dh(modp1024)
11:21:51 ipsec,debug ipsec: dh(modp1024)
11:21:51 ipsec,debug ipsec: compute DH's private.  
11:21:51 ipsec,debug ipsec: 61342680 bc6e7e76 ee8951ee cbc39b84 67b2601c 3e06b9ea 2a946ac2 7efff12a
11:21:51 ipsec,debug ipsec: 4fb32291 aaf4e87e c7f4168c 7adeb75b 66cc0812 5b14156f 9d820d52 e06c36bf
11:21:51 ipsec,debug ipsec: 2c682517 b1aaf1e7 d3fcd9f8 9275c90e adf87d91 b71543c2 abd70378 6d3ae8be
11:21:51 ipsec,debug ipsec: 43349a06 613ca7a4 91d397d5 150cfc03 4bf82b7c c47ff2e9 01d4d538 ab2fef4d
11:21:51 ipsec,debug ipsec: compute DH's public.  
11:21:51 ipsec,debug ipsec: a72ea713 b3c87687 cc4856c0 3f237d03 a9194fad 793f24f2 cacf96d3 6a43d838
11:21:51 ipsec,debug ipsec: 03bfeb7a 72cc5c6a 9eccf1d4 9246caa9 045dce03 ce3deb92 509510d4 ffb1f846
11:21:51 ipsec,debug ipsec: cf74cf4c 1e2c21fb cf1c5de5 b890068e d6ec47a4 33532ed1 534faf9b 73a28168
11:21:51 ipsec,debug ipsec: be471440 54aa0caf cab5e29e 039a9f31 2804cfd0 c6ab746e b8971597 be5c6973
11:21:51 ipsec,debug ipsec: use local ID type IPv4_address
11:21:51 ipsec,debug ipsec: use remote ID type IPv4_address
11:21:51 ipsec,debug ipsec: IDci:
11:21:51 ipsec,debug ipsec: 01000000 0aef1602
11:21:51 ipsec,debug ipsec: IDcr:
11:21:51 ipsec,debug ipsec: 01000000 bcf60034
11:21:51 ipsec,debug ipsec: IDs not attached
11:21:51 ipsec,debug ipsec: NAT-OAi:
11:21:51 ipsec,debug ipsec: 01001194 0aef1602
11:21:51 ipsec,debug ipsec: NAT-OAr:
11:21:51 ipsec,debug ipsec: 01001194 bcf60034
11:21:51 ipsec,debug ipsec: add payload of len 52, next type 10
11:21:51 ipsec,debug ipsec: add payload of len 24, next type 4
11:21:51 ipsec,debug ipsec: add payload of len 128, next type 21
11:21:51 ipsec,debug ipsec: add payload of len 8, next type 21
11:21:51 ipsec,debug ipsec: add payload of len 8, next type 0
11:21:51 ipsec,debug ipsec: HASH with:
11:21:51 ipsec,debug ipsec: b4baabce 0a000038 00000001 00000001 0000002c 01030401 0a7338a2 00000020
11:21:51 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:21:51 ipsec,debug ipsec: e4c05800 9d60abf3 75c09c41 a79aa0d4 ce99e98a 5d0c7d59 15000084 a72ea713
11:21:51 ipsec,debug ipsec: b3c87687 cc4856c0 3f237d03 a9194fad 793f24f2 cacf96d3 6a43d838 03bfeb7a
11:21:51 ipsec,debug ipsec: 72cc5c6a 9eccf1d4 9246caa9 045dce03 ce3deb92 509510d4 ffb1f846 cf74cf4c
11:21:51 ipsec,debug ipsec: 1e2c21fb cf1c5de5 b890068e d6ec47a4 33532ed1 534faf9b 73a28168 be471440
11:21:51 ipsec,debug ipsec: 54aa0caf cab5e29e 039a9f31 2804cfd0 c6ab746e b8971597 be5c6973 1500000c
11:21:51 ipsec,debug ipsec: 01001194 0aef1602 0000000c 01001194 bcf60034
11:21:51 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:51 ipsec,debug ipsec: HASH computed:
11:21:51 ipsec,debug ipsec: c8fcb992 b3048ba0 20083ddd cc823201 6bb12a3d
11:21:51 ipsec,debug ipsec: add payload of len 20, next type 1
11:21:51 ipsec,debug ipsec: begin encryption.
11:21:51 ipsec,debug ipsec: encryption(3des)
11:21:51 ipsec,debug ipsec: pad length = 8
11:21:51 ipsec,debug ipsec: 01000018 c8fcb992 b3048ba0 20083ddd cc823201 6bb12a3d 0a000038 00000001
11:21:51 ipsec,debug ipsec: 00000001 0000002c 01030401 0a7338a2 00000020 010c0000 80010001 80020708
11:21:51 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c e4c05800 9d60abf3 75c09c41
11:21:51 ipsec,debug ipsec: a79aa0d4 ce99e98a 5d0c7d59 15000084 a72ea713 b3c87687 cc4856c0 3f237d03
11:21:51 ipsec,debug ipsec: a9194fad 793f24f2 cacf96d3 6a43d838 03bfeb7a 72cc5c6a 9eccf1d4 9246caa9
11:21:51 ipsec,debug ipsec: 045dce03 ce3deb92 509510d4 ffb1f846 cf74cf4c 1e2c21fb cf1c5de5 b890068e
11:21:51 ipsec,debug ipsec: d6ec47a4 33532ed1 534faf9b 73a28168 be471440 54aa0caf cab5e29e 039a9f31
11:21:51 ipsec,debug ipsec: 2804cfd0 c6ab746e b8971597 be5c6973 1500000c 01001194 0aef1602 0000000c
11:21:51 ipsec,debug ipsec: 01001194 bcf60034 5545baab 5dd42b07
11:21:51 ipsec,debug ipsec: encryption(3des)
11:21:51 ipsec,debug ipsec: with key:
11:21:51 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:51 ipsec,debug ipsec: encrypted payload by IV:
11:21:51 ipsec,debug ipsec: ff70305c 09f30926
11:21:51 ipsec,debug ipsec: save IV for next:
11:21:51 ipsec,debug ipsec: 15a64306 d9d35fe0
11:21:51 ipsec,debug ipsec: encrypted.
11:21:51 ipsec,debug ipsec: Adding NON-ESP marker
11:21:51 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:51 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:21:51 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 b4baabce 0000012c
11:21:51 ipsec,debug,packet ipsec: 39a179b2 517a26f9 2267202e 4c2e84d3 4589602e cd68d0a2 fb91222a bc105270
11:21:51 ipsec,debug,packet ipsec: 8a571f03 ef74c214 cf3f9afa 8538bb10 7aa087a9 668d6f10 11787a74 91aabb9b
11:21:51 ipsec,debug,packet ipsec: f4e2c2c1 d7ffb755 a4193466 cc65cbc2 4214fbc0 f56aff44 a1c4e491 f37a0390
11:21:51 ipsec,debug,packet ipsec: cf3b16d9 57d5033b b9fece01 929893a9 4c5e7a35 3a801a6f 47274e56 55d650a3
11:21:51 ipsec,debug,packet ipsec: 5e3c2092 dc2aae91 0949352b 7645794f 6b10b49c d7e8268d 93e51e7b 86f5252d
11:21:51 ipsec,debug,packet ipsec: 6466434f be6d79fa 11dddacd 7f51a783 6cb6d58c 92feda6d 01833d03 caea006e
11:21:51 ipsec,debug,packet ipsec: 37c929c9 49276e09 6e580dbe 8b3a61e6 6cef93cc f6b0354d 7cba43a5 79cbac33
11:21:51 ipsec,debug,packet ipsec: f1183c6c f00c1532 c04b84f3 65ec44ba b08f820a 3282a478 af4b1a08 06cc14b0
11:21:51 ipsec,debug,packet ipsec: d59d5a02 ff8b71b5 15a64306 d9d35fe0
11:21:51 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:b4baabce
11:21:51 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:51 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 40a0ed6f 00000044 7bfa563c
11:21:51 ipsec,debug,packet ipsec: ea0d7514 7fe83f17 3f615e06 d42107ed a42cef2b b7518446 a030759c d7a7e931
11:21:51 ipsec,debug,packet ipsec: 407371aa
11:21:51 ipsec ipsec: receive Information.
11:21:51 ipsec,debug ipsec: compute IV for phase2
11:21:51 ipsec,debug ipsec: phase1 last IV:
11:21:51 ipsec,debug ipsec: 91fc925d e6095451 40a0ed6f
11:21:51 ipsec,debug ipsec: hash(sha1)
11:21:51 ipsec,debug ipsec: encryption(3des)
11:21:51 ipsec,debug ipsec: phase2 IV computed:
11:21:51 ipsec,debug ipsec: f762427e 585b9c01
11:21:51 ipsec,debug ipsec: encryption(3des)
11:21:51 ipsec,debug ipsec: IV was saved for next processing:
11:21:51 ipsec,debug ipsec: d7a7e931 407371aa
11:21:51 ipsec,debug ipsec: encryption(3des)
11:21:51 ipsec,debug ipsec: with key:
11:21:51 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:51 ipsec,debug ipsec: decrypted payload by IV:
11:21:51 ipsec,debug ipsec: f762427e 585b9c01
11:21:51 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:51 ipsec,debug ipsec: 0b000018 f0244f39 580b9782 71511484 94045300 1656623e 0000000c 00000001
11:21:51 ipsec,debug ipsec: 01000010 00000000
11:21:51 ipsec,debug ipsec: padding len=1
11:21:51 ipsec,debug ipsec: skip to trim padding.
11:21:51 ipsec,debug ipsec: decrypted.
11:21:51 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 40a0ed6f 00000044 0b000018
11:21:51 ipsec,debug ipsec: f0244f39 580b9782 71511484 94045300 1656623e 0000000c 00000001 01000010
11:21:51 ipsec,debug ipsec: 00000000
11:21:51 ipsec,debug ipsec: HASH with:
11:21:51 ipsec,debug ipsec: 40a0ed6f 0000000c 00000001 01000010
11:21:51 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:51 ipsec,debug ipsec: HASH computed:
11:21:51 ipsec,debug ipsec: f0244f39 580b9782 71511484 94045300 1656623e
11:21:51 ipsec,debug ipsec: hash validated.
11:21:51 ipsec,debug ipsec: begin.
11:21:51 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:51 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:51 ipsec,debug ipsec: succeed.
11:21:51 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:21:51 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:21:55 ipsec,debug ipsec: Adding NON-ESP marker
11:21:55 ipsec,debug ipsec: 328 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:21:55 ipsec,debug ipsec: 1 times of 328 bytes message will be sent to 188.246.0.52[4500]
11:21:55 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 c3ae9199 00000144
11:21:55 ipsec,debug,packet ipsec: 5dc26a55 f0a8bb7c 0f629e42 16e87730 4b23982c 4845bafb 6345f22b 124d8ee1
11:21:55 ipsec,debug,packet ipsec: ba052dc5 d81b5519 ffbabece 9f43951b 47b49892 fb98c6aa 29bb2d35 4e95ad66
11:21:55 ipsec,debug,packet ipsec: e3aaa523 d8a055dc 6ad71c47 fb1e561c 4b4db231 a95793ec fcdf7a8b 15533924
11:21:55 ipsec,debug,packet ipsec: a1ea13ef c0549334 0bdf38ae 84dd9eb3 ab20bddc 7f0cdc61 54074fe5 ec8cefd7
11:21:55 ipsec,debug,packet ipsec: e2290ac2 dd7afb16 3ad09be2 111232d8 a36936d1 eff726b6 bf88bd76 14f95559
11:21:55 ipsec,debug,packet ipsec: 8cdeb210 179a05ce 9721f399 779bb98f c0609c3e af47762d a47aebbe f0c43525
11:21:55 ipsec,debug,packet ipsec: 9c187f50 4365f2f1 0c56a43f 1d6fd607 5ac834c3 c8eb323c 4dc62013 81459b29
11:21:55 ipsec,debug,packet ipsec: 0d321ea9 9fb1717e acd10a24 8c0f152b 30755d75 e50fb125 43349fca 3942f9e1
11:21:55 ipsec,debug,packet ipsec: 4fa3ef31 31d87ff4 3fc60088 b61376fd d9369a87 8fdb2c87 ed117fce 50c73f3b
11:21:55 ipsec,debug,packet ipsec: 065b8b95 120a9401
11:21:55 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:c3ae9199
11:21:55 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:21:55 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 58e67dec 00000044 e713a2b4
11:21:55 ipsec,debug,packet ipsec: 0073be0e 05ab3234 95252306 e131715a 429c9005 1aa832cd 9ffa6cb8 6071db6d
11:21:55 ipsec,debug,packet ipsec: 4b6babe8
11:21:55 ipsec ipsec: receive Information.
11:21:55 ipsec,debug ipsec: compute IV for phase2
11:21:55 ipsec,debug ipsec: phase1 last IV:
11:21:55 ipsec,debug ipsec: 91fc925d e6095451 58e67dec
11:21:55 ipsec,debug ipsec: hash(sha1)
11:21:55 ipsec,debug ipsec: encryption(3des)
11:21:55 ipsec,debug ipsec: phase2 IV computed:
11:21:55 ipsec,debug ipsec: 3a298a69 9938fb1d
11:21:55 ipsec,debug ipsec: encryption(3des)
11:21:55 ipsec,debug ipsec: IV was saved for next processing:
11:21:55 ipsec,debug ipsec: 6071db6d 4b6babe8
11:21:55 ipsec,debug ipsec: encryption(3des)
11:21:55 ipsec,debug ipsec: with key:
11:21:55 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:21:55 ipsec,debug ipsec: decrypted payload by IV:
11:21:55 ipsec,debug ipsec: 3a298a69 9938fb1d
11:21:55 ipsec,debug ipsec: decrypted payload, but not trimed.
11:21:55 ipsec,debug ipsec: 0b000018 0f2dbfd8 6fb0b438 bac666d0 47f08ea4 5d6c08c7 0000000c 00000001
11:21:55 ipsec,debug ipsec: 01000009 00000000
11:21:55 ipsec,debug ipsec: padding len=1
11:21:55 ipsec,debug ipsec: skip to trim padding.
11:21:55 ipsec,debug ipsec: decrypted.
11:21:55 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 58e67dec 00000044 0b000018
11:21:55 ipsec,debug ipsec: 0f2dbfd8 6fb0b438 bac666d0 47f08ea4 5d6c08c7 0000000c 00000001 01000009
11:21:55 ipsec,debug ipsec: 00000000
11:21:55 ipsec,debug ipsec: HASH with:
11:21:55 ipsec,debug ipsec: 58e67dec 0000000c 00000001 01000009
11:21:55 ipsec,debug ipsec: hmac(hmac_sha1)
11:21:55 ipsec,debug ipsec: HASH computed:
11:21:55 ipsec,debug ipsec: 0f2dbfd8 6fb0b438 bac666d0 47f08ea4 5d6c08c7
11:21:55 ipsec,debug ipsec: hash validated.
11:21:55 ipsec,debug ipsec: begin.
11:21:55 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:21:55 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:21:55 ipsec,debug ipsec: succeed.
11:21:55 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:21:55 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:21:59 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:21:59 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:21:59 ipsec,debug,packet ipsec: ff
11:21:59 l2tp,ppp,info l2tp-out1: terminating... - session closed
11:21:59 l2tp,ppp,info l2tp-out1: disconnected
11:21:59 l2tp,ppp,info l2tp-out1: initializing...
11:21:59 l2tp,ppp,info l2tp-out1: connecting...
11:21:59 l2tp,ppp,info l2tp-out1: terminating... - old tunnel is not closed yet
11:21:59 l2tp,ppp,info l2tp-out1: disconnected
11:21:59 l2tp,ppp,info l2tp-out1: initializing...
11:21:59 l2tp,ppp,info l2tp-out1: connecting...
11:22:01 ipsec,debug ipsec: Adding NON-ESP marker
11:22:01 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:22:01 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:22:01 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 b4baabce 0000012c
11:22:01 ipsec,debug,packet ipsec: 39a179b2 517a26f9 2267202e 4c2e84d3 4589602e cd68d0a2 fb91222a bc105270
11:22:01 ipsec,debug,packet ipsec: 8a571f03 ef74c214 cf3f9afa 8538bb10 7aa087a9 668d6f10 11787a74 91aabb9b
11:22:01 ipsec,debug,packet ipsec: f4e2c2c1 d7ffb755 a4193466 cc65cbc2 4214fbc0 f56aff44 a1c4e491 f37a0390
11:22:01 ipsec,debug,packet ipsec: cf3b16d9 57d5033b b9fece01 929893a9 4c5e7a35 3a801a6f 47274e56 55d650a3
11:22:01 ipsec,debug,packet ipsec: 5e3c2092 dc2aae91 0949352b 7645794f 6b10b49c d7e8268d 93e51e7b 86f5252d
11:22:01 ipsec,debug,packet ipsec: 6466434f be6d79fa 11dddacd 7f51a783 6cb6d58c 92feda6d 01833d03 caea006e
11:22:01 ipsec,debug,packet ipsec: 37c929c9 49276e09 6e580dbe 8b3a61e6 6cef93cc f6b0354d 7cba43a5 79cbac33
11:22:01 ipsec,debug,packet ipsec: f1183c6c f00c1532 c04b84f3 65ec44ba b08f820a 3282a478 af4b1a08 06cc14b0
11:22:01 ipsec,debug,packet ipsec: d59d5a02 ff8b71b5 15a64306 d9d35fe0
11:22:01 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:b4baabce
11:22:01 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:22:01 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 348528e4 00000044 93d06695
11:22:01 ipsec,debug,packet ipsec: f51752a6 af8dc487 da86862f b470643e b172facf 4db091e7 e25d8e41 a94eb581
11:22:01 ipsec,debug,packet ipsec: 44d92be2
11:22:01 ipsec ipsec: receive Information.
11:22:01 ipsec,debug ipsec: compute IV for phase2
11:22:01 ipsec,debug ipsec: phase1 last IV:
11:22:01 ipsec,debug ipsec: 91fc925d e6095451 348528e4
11:22:01 ipsec,debug ipsec: hash(sha1)
11:22:01 ipsec,debug ipsec: encryption(3des)
11:22:01 ipsec,debug ipsec: phase2 IV computed:
11:22:01 ipsec,debug ipsec: 0d1d4d6a 847cbd68
11:22:01 ipsec,debug ipsec: encryption(3des)
11:22:01 ipsec,debug ipsec: IV was saved for next processing:
11:22:01 ipsec,debug ipsec: a94eb581 44d92be2
11:22:01 ipsec,debug ipsec: encryption(3des)
11:22:01 ipsec,debug ipsec: with key:
11:22:01 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:01 ipsec,debug ipsec: decrypted payload by IV:
11:22:01 ipsec,debug ipsec: 0d1d4d6a 847cbd68
11:22:01 ipsec,debug ipsec: decrypted payload, but not trimed.
11:22:01 ipsec,debug ipsec: 0b000018 12ebbc5a e7f69f95 4415fcfd 7a35c1bb 2d4bc857 0000000c 00000001
11:22:01 ipsec,debug ipsec: 01000009 00000000
11:22:01 ipsec,debug ipsec: padding len=1
11:22:01 ipsec,debug ipsec: skip to trim padding.
11:22:01 ipsec,debug ipsec: decrypted.
11:22:01 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 348528e4 00000044 0b000018
11:22:01 ipsec,debug ipsec: 12ebbc5a e7f69f95 4415fcfd 7a35c1bb 2d4bc857 0000000c 00000001 01000009
11:22:01 ipsec,debug ipsec: 00000000
11:22:01 ipsec,debug ipsec: HASH with:
11:22:01 ipsec,debug ipsec: 348528e4 0000000c 00000001 01000009
11:22:01 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:01 ipsec,debug ipsec: HASH computed:
11:22:01 ipsec,debug ipsec: 12ebbc5a e7f69f95 4415fcfd 7a35c1bb 2d4bc857
11:22:01 ipsec,debug ipsec: hash validated.
11:22:01 ipsec,debug ipsec: begin.
11:22:01 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:22:01 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:22:01 ipsec,debug ipsec: succeed.
11:22:01 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:22:01 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:22:05 ipsec ipsec: 188.246.0.52 give up to get IPsec-SA due to time up to wait.
11:22:05 ipsec,debug ipsec: an undead schedule has been deleted.
11:22:05 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0xedb0968

Lege ich die Policy und den Peer an und lasse bei L2TP "Use IPSec" weg:
11:22:24 ipsec ipsec: acquire for 10.239.22.2 <=> 188.246.0.52
11:22:24 ipsec ipsec: suitable policy found: 10.239.22.2 <=> 188.246.0.52
11:22:24 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:22:24 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:22:24 ipsec,debug ipsec: begin QUICK mode.
11:22:24 ipsec,debug ipsec: ===
11:22:24 ipsec,debug ipsec: begin QUICK mode.
11:22:24 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:22:24 ipsec,debug ipsec: compute IV for phase2
11:22:24 ipsec,debug ipsec: phase1 last IV:
11:22:24 ipsec,debug ipsec: 91fc925d e6095451 84155bb4
11:22:24 ipsec,debug ipsec: hash(sha1)
11:22:24 ipsec,debug ipsec: encryption(3des)
11:22:24 ipsec,debug ipsec: phase2 IV computed:
11:22:24 ipsec,debug ipsec: 28ab671f 63614c58
11:22:24 ipsec,debug ipsec: call pfkey_send_getspi b5b9191d
11:22:24 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:22:24 ipsec,debug ipsec: pfkey getspi sent.
11:22:24 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:22:24 ipsec,debug ipsec: dh(modp1024)
11:22:24 ipsec,debug ipsec: dh(modp1024)
11:22:24 ipsec,debug ipsec: dh(modp1024)
11:22:24 ipsec,debug ipsec: compute DH's private.  
11:22:24 ipsec,debug ipsec: 48d94c65 08a22a05 2fff6374 fb86848d b9cf947c d820138f 906f382c a97ee6af
11:22:24 ipsec,debug ipsec: bcec0c03 c8e37e6d efbcb664 9286ef5e b2b0078d 96e6250d c1bfa36e 179651c1
11:22:24 ipsec,debug ipsec: 12e62a00 c1f2572a 06f58992 4f7314ac 9a7ea41d 84d24117 dd1c306b a7962c7d
11:22:24 ipsec,debug ipsec: daffd17e 5032f11b 23bc03e9 91f92c1d 789ff592 d473a4a2 c1bae0c7 b55e30af
11:22:24 ipsec,debug ipsec: compute DH's public.  
11:22:24 ipsec,debug ipsec: 3b75fc78 e6b10719 5ba5197a 236b8836 413f0190 4221a92d eee20133 96bd79fa
11:22:24 ipsec,debug ipsec: 82e45016 0c75ca32 c7e5d4d4 5631bec9 72e76cc4 c4870d1c 5550f735 b7aaa382
11:22:24 ipsec,debug ipsec: 193fe55a 396c1495 bd30e71b c434e2d8 682da3e8 348742e5 1d44e5d4 766eee3a
11:22:24 ipsec,debug ipsec: 3b4b97c7 a6f9aece 05ffcf9b 4ea4d381 6af5994a d72ef179 7b845008 9591823e
11:22:24 ipsec,debug ipsec: use local ID type IPv4_address
11:22:24 ipsec,debug ipsec: use remote ID type IPv4_address
11:22:24 ipsec,debug ipsec: IDci:
11:22:24 ipsec,debug ipsec: 01000000 0aef1602
11:22:24 ipsec,debug ipsec: IDcr:
11:22:24 ipsec,debug ipsec: 01000000 bcf60034
11:22:24 ipsec,debug ipsec: IDs not attached
11:22:24 ipsec,debug ipsec: NAT-OAi:
11:22:24 ipsec,debug ipsec: 01001194 0aef1602
11:22:24 ipsec,debug ipsec: NAT-OAr:
11:22:24 ipsec,debug ipsec: 01001194 bcf60034
11:22:24 ipsec,debug ipsec: add payload of len 52, next type 10
11:22:24 ipsec,debug ipsec: add payload of len 24, next type 4
11:22:24 ipsec,debug ipsec: add payload of len 128, next type 21
11:22:24 ipsec,debug ipsec: add payload of len 8, next type 21
11:22:24 ipsec,debug ipsec: add payload of len 8, next type 0
11:22:24 ipsec,debug ipsec: HASH with:
11:22:24 ipsec,debug ipsec: 84155bb4 0a000038 00000001 00000001 0000002c 01030401 0761e070 00000020
11:22:24 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:22:24 ipsec,debug ipsec: d517a517 c9c070a1 91dfe69e a83dda4a a6e02451 081e41fb 15000084 3b75fc78
11:22:24 ipsec,debug ipsec: e6b10719 5ba5197a 236b8836 413f0190 4221a92d eee20133 96bd79fa 82e45016
11:22:24 ipsec,debug ipsec: 0c75ca32 c7e5d4d4 5631bec9 72e76cc4 c4870d1c 5550f735 b7aaa382 193fe55a
11:22:24 ipsec,debug ipsec: 396c1495 bd30e71b c434e2d8 682da3e8 348742e5 1d44e5d4 766eee3a 3b4b97c7
11:22:24 ipsec,debug ipsec: a6f9aece 05ffcf9b 4ea4d381 6af5994a d72ef179 7b845008 9591823e 1500000c
11:22:24 ipsec,debug ipsec: 01001194 0aef1602 0000000c 01001194 bcf60034
11:22:24 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:24 ipsec,debug ipsec: HASH computed:
11:22:24 ipsec,debug ipsec: 5e0011ef 1b7a8bb7 1397f76d d74491f2 a6c110d5
11:22:24 ipsec,debug ipsec: add payload of len 20, next type 1
11:22:24 ipsec,debug ipsec: begin encryption.
11:22:24 ipsec,debug ipsec: encryption(3des)
11:22:24 ipsec,debug ipsec: pad length = 8
11:22:24 ipsec,debug ipsec: 01000018 5e0011ef 1b7a8bb7 1397f76d d74491f2 a6c110d5 0a000038 00000001
11:22:24 ipsec,debug ipsec: 00000001 0000002c 01030401 0761e070 00000020 010c0000 80010001 80020708
11:22:24 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c d517a517 c9c070a1 91dfe69e
11:22:24 ipsec,debug ipsec: a83dda4a a6e02451 081e41fb 15000084 3b75fc78 e6b10719 5ba5197a 236b8836
11:22:24 ipsec,debug ipsec: 413f0190 4221a92d eee20133 96bd79fa 82e45016 0c75ca32 c7e5d4d4 5631bec9
11:22:24 ipsec,debug ipsec: 72e76cc4 c4870d1c 5550f735 b7aaa382 193fe55a 396c1495 bd30e71b c434e2d8
11:22:24 ipsec,debug ipsec: 682da3e8 348742e5 1d44e5d4 766eee3a 3b4b97c7 a6f9aece 05ffcf9b 4ea4d381
11:22:24 ipsec,debug ipsec: 6af5994a d72ef179 7b845008 9591823e 1500000c 01001194 0aef1602 0000000c
11:22:24 ipsec,debug ipsec: 01001194 bcf60034 e159006f 490aa907
11:22:24 ipsec,debug ipsec: encryption(3des)
11:22:24 ipsec,debug ipsec: with key:
11:22:24 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:24 ipsec,debug ipsec: encrypted payload by IV:
11:22:24 ipsec,debug ipsec: 28ab671f 63614c58
11:22:24 ipsec,debug ipsec: save IV for next:
11:22:24 ipsec,debug ipsec: f3592f0a 3c541df0
11:22:24 ipsec,debug ipsec: encrypted.
11:22:24 ipsec,debug ipsec: Adding NON-ESP marker
11:22:24 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:22:24 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:22:24 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 84155bb4 0000012c
11:22:24 ipsec,debug,packet ipsec: 5bf10c90 872003ae 9c18c0d0 7185a30c 93c0668c 2f44c89f 74ade81c 71ee72d1
11:22:24 ipsec,debug,packet ipsec: a5996d4f d67e97fa 14ebc2cd 89c71448 d9122b28 ca7ada69 097d3b62 f93eefb9
11:22:24 ipsec,debug,packet ipsec: 7a85dc72 00a7ac67 b3e00ab7 54714d61 68935d05 851c261c 92a05462 21e44859
11:22:24 ipsec,debug,packet ipsec: 6b0bb277 034455ca 7e07ec6c d07e5eb5 9df8d717 1cd48c05 8c2bbc63 4f59d405
11:22:24 ipsec,debug,packet ipsec: 5d963506 d6dd984a 220b2f13 b04a5544 520e791e 8bb919c9 953bfe03 40d4b1ee
11:22:24 ipsec,debug,packet ipsec: 97318625 b8ab70e4 f888f8b2 81f2696e 31b0031e efdd418e 744e71ad 6e6308d3
11:22:24 ipsec,debug,packet ipsec: 570bb77a e585c9ca 5c6dff2e 254df743 a1bb1b72 10775c67 ea2dae9a dcb0fb80
11:22:24 ipsec,debug,packet ipsec: cea81357 ce0d5d65 4ee53b9f 5912178d 191a45c4 c1b1e5ac f0b0ae6f 378d7607
11:22:24 ipsec,debug,packet ipsec: 41c6514c 42be5ade f3592f0a 3c541df0
11:22:24 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:84155bb4
11:22:24 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:22:24 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 4a76744d 00000044 86850a1b
11:22:24 ipsec,debug,packet ipsec: 86fcf9cf 66a29ab5 c7ae6403 03052d34 48dcc9e2 d2f6b1d9 637ddde0 1b679cc4
11:22:24 ipsec,debug,packet ipsec: b75e728e
11:22:24 ipsec ipsec: receive Information.
11:22:24 ipsec,debug ipsec: compute IV for phase2
11:22:24 ipsec,debug ipsec: phase1 last IV:
11:22:24 ipsec,debug ipsec: 91fc925d e6095451 4a76744d
11:22:24 ipsec,debug ipsec: hash(sha1)
11:22:24 ipsec,debug ipsec: encryption(3des)
11:22:24 ipsec,debug ipsec: phase2 IV computed:
11:22:24 ipsec,debug ipsec: cc883566 470bc011
11:22:24 ipsec,debug ipsec: encryption(3des)
11:22:24 ipsec,debug ipsec: IV was saved for next processing:
11:22:24 ipsec,debug ipsec: 1b679cc4 b75e728e
11:22:24 ipsec,debug ipsec: encryption(3des)
11:22:24 ipsec,debug ipsec: with key:
11:22:24 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:24 ipsec,debug ipsec: decrypted payload by IV:
11:22:24 ipsec,debug ipsec: cc883566 470bc011
11:22:24 ipsec,debug ipsec: decrypted payload, but not trimed.
11:22:24 ipsec,debug ipsec: 0b000018 60e23b21 4cbe6fc6 cd22d49f 9224cfba 87975f48 0000000c 00000001
11:22:24 ipsec,debug ipsec: 01000010 00000000
11:22:24 ipsec,debug ipsec: padding len=1
11:22:24 ipsec,debug ipsec: skip to trim padding.
11:22:24 ipsec,debug ipsec: decrypted.
11:22:24 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 4a76744d 00000044 0b000018
11:22:24 ipsec,debug ipsec: 60e23b21 4cbe6fc6 cd22d49f 9224cfba 87975f48 0000000c 00000001 01000010
11:22:24 ipsec,debug ipsec: 00000000
11:22:24 ipsec,debug ipsec: HASH with:
11:22:24 ipsec,debug ipsec: 4a76744d 0000000c 00000001 01000010
11:22:24 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:24 ipsec,debug ipsec: HASH computed:
11:22:24 ipsec,debug ipsec: 60e23b21 4cbe6fc6 cd22d49f 9224cfba 87975f48
11:22:24 ipsec,debug ipsec: hash validated.
11:22:24 ipsec,debug ipsec: begin.
11:22:24 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:22:24 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:22:24 ipsec,debug ipsec: succeed.
11:22:24 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:22:24 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:22:34 ipsec,debug ipsec: Adding NON-ESP marker
11:22:34 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:22:34 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:22:34 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 84155bb4 0000012c
11:22:34 ipsec,debug,packet ipsec: 5bf10c90 872003ae 9c18c0d0 7185a30c 93c0668c 2f44c89f 74ade81c 71ee72d1
11:22:34 ipsec,debug,packet ipsec: a5996d4f d67e97fa 14ebc2cd 89c71448 d9122b28 ca7ada69 097d3b62 f93eefb9
11:22:34 ipsec,debug,packet ipsec: 7a85dc72 00a7ac67 b3e00ab7 54714d61 68935d05 851c261c 92a05462 21e44859
11:22:34 ipsec,debug,packet ipsec: 6b0bb277 034455ca 7e07ec6c d07e5eb5 9df8d717 1cd48c05 8c2bbc63 4f59d405
11:22:34 ipsec,debug,packet ipsec: 5d963506 d6dd984a 220b2f13 b04a5544 520e791e 8bb919c9 953bfe03 40d4b1ee
11:22:34 ipsec,debug,packet ipsec: 97318625 b8ab70e4 f888f8b2 81f2696e 31b0031e efdd418e 744e71ad 6e6308d3
11:22:34 ipsec,debug,packet ipsec: 570bb77a e585c9ca 5c6dff2e 254df743 a1bb1b72 10775c67 ea2dae9a dcb0fb80
11:22:34 ipsec,debug,packet ipsec: cea81357 ce0d5d65 4ee53b9f 5912178d 191a45c4 c1b1e5ac f0b0ae6f 378d7607
11:22:34 ipsec,debug,packet ipsec: 41c6514c 42be5ade f3592f0a 3c541df0
11:22:34 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:84155bb4
11:22:34 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:22:34 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 22a7cc76 00000044 a9f720b5
11:22:34 ipsec,debug,packet ipsec: d9e32fe6 00c48234 22fae0f4 f89a48e2 d13631b7 7453c48e 57a1edab 6d5e5f17
11:22:34 ipsec,debug,packet ipsec: 28376640
11:22:34 ipsec ipsec: receive Information.
11:22:34 ipsec,debug ipsec: compute IV for phase2
11:22:34 ipsec,debug ipsec: phase1 last IV:
11:22:34 ipsec,debug ipsec: 91fc925d e6095451 22a7cc76
11:22:34 ipsec,debug ipsec: hash(sha1)
11:22:34 ipsec,debug ipsec: encryption(3des)
11:22:34 ipsec,debug ipsec: phase2 IV computed:
11:22:34 ipsec,debug ipsec: 686b6633 e8965979
11:22:34 ipsec,debug ipsec: encryption(3des)
11:22:34 ipsec,debug ipsec: IV was saved for next processing:
11:22:34 ipsec,debug ipsec: 6d5e5f17 28376640
11:22:34 ipsec,debug ipsec: encryption(3des)
11:22:34 ipsec,debug ipsec: with key:
11:22:34 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:34 ipsec,debug ipsec: decrypted payload by IV:
11:22:34 ipsec,debug ipsec: 686b6633 e8965979
11:22:34 ipsec,debug ipsec: decrypted payload, but not trimed.
11:22:34 ipsec,debug ipsec: 0b000018 ff9b3c28 909e48b0 5b8968d7 8c9e0280 222a33bc 0000000c 00000001
11:22:34 ipsec,debug ipsec: 01000009 00000000
11:22:34 ipsec,debug ipsec: padding len=1
11:22:34 ipsec,debug ipsec: skip to trim padding.
11:22:34 ipsec,debug ipsec: decrypted.
11:22:34 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 22a7cc76 00000044 0b000018
11:22:34 ipsec,debug ipsec: ff9b3c28 909e48b0 5b8968d7 8c9e0280 222a33bc 0000000c 00000001 01000009
11:22:34 ipsec,debug ipsec: 00000000
11:22:34 ipsec,debug ipsec: HASH with:
11:22:34 ipsec,debug ipsec: 22a7cc76 0000000c 00000001 01000009
11:22:34 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:34 ipsec,debug ipsec: HASH computed:
11:22:34 ipsec,debug ipsec: ff9b3c28 909e48b0 5b8968d7 8c9e0280 222a33bc
11:22:34 ipsec,debug ipsec: hash validated.
11:22:34 ipsec,debug ipsec: begin.
11:22:34 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:22:34 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:22:34 ipsec,debug ipsec: succeed.
11:22:34 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:22:34 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:22:39 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:22:39 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:22:39 ipsec,debug,packet ipsec: ff
11:22:44 ipsec,debug ipsec: Adding NON-ESP marker
11:22:44 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:22:44 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:22:44 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 84155bb4 0000012c
11:22:44 ipsec,debug,packet ipsec: 5bf10c90 872003ae 9c18c0d0 7185a30c 93c0668c 2f44c89f 74ade81c 71ee72d1
11:22:44 ipsec,debug,packet ipsec: a5996d4f d67e97fa 14ebc2cd 89c71448 d9122b28 ca7ada69 097d3b62 f93eefb9
11:22:44 ipsec,debug,packet ipsec: 7a85dc72 00a7ac67 b3e00ab7 54714d61 68935d05 851c261c 92a05462 21e44859
11:22:44 ipsec,debug,packet ipsec: 6b0bb277 034455ca 7e07ec6c d07e5eb5 9df8d717 1cd48c05 8c2bbc63 4f59d405
11:22:44 ipsec,debug,packet ipsec: 5d963506 d6dd984a 220b2f13 b04a5544 520e791e 8bb919c9 953bfe03 40d4b1ee
11:22:44 ipsec,debug,packet ipsec: 97318625 b8ab70e4 f888f8b2 81f2696e 31b0031e efdd418e 744e71ad 6e6308d3
11:22:44 ipsec,debug,packet ipsec: 570bb77a e585c9ca 5c6dff2e 254df743 a1bb1b72 10775c67 ea2dae9a dcb0fb80
11:22:44 ipsec,debug,packet ipsec: cea81357 ce0d5d65 4ee53b9f 5912178d 191a45c4 c1b1e5ac f0b0ae6f 378d7607
11:22:44 ipsec,debug,packet ipsec: 41c6514c 42be5ade f3592f0a 3c541df0
11:22:44 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:84155bb4
11:22:44 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:22:44 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 37ae08a5 00000044 ecfbb379
11:22:44 ipsec,debug,packet ipsec: 9a4c9a0e d254e636 89aca6a6 09eab3e1 74495664 885ebf18 f5c0eae9 b7a3ec3a
11:22:44 ipsec,debug,packet ipsec: c9d0f9bf
11:22:44 ipsec ipsec: receive Information.
11:22:44 ipsec,debug ipsec: compute IV for phase2
11:22:44 ipsec,debug ipsec: phase1 last IV:
11:22:44 ipsec,debug ipsec: 91fc925d e6095451 37ae08a5
11:22:44 ipsec,debug ipsec: hash(sha1)
11:22:44 ipsec,debug ipsec: encryption(3des)
11:22:44 ipsec,debug ipsec: phase2 IV computed:
11:22:44 ipsec,debug ipsec: 69c33a88 26bbf933
11:22:44 ipsec,debug ipsec: encryption(3des)
11:22:44 ipsec,debug ipsec: IV was saved for next processing:
11:22:44 ipsec,debug ipsec: b7a3ec3a c9d0f9bf
11:22:44 ipsec,debug ipsec: encryption(3des)
11:22:44 ipsec,debug ipsec: with key:
11:22:44 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:44 ipsec,debug ipsec: decrypted payload by IV:
11:22:44 ipsec,debug ipsec: 69c33a88 26bbf933
11:22:44 ipsec,debug ipsec: decrypted payload, but not trimed.
11:22:44 ipsec,debug ipsec: 0b000018 5d325c51 c2303f55 9bd28077 24faf91a b7cbeb8e 0000000c 00000001
11:22:44 ipsec,debug ipsec: 01000009 00000000
11:22:44 ipsec,debug ipsec: padding len=1
11:22:44 ipsec,debug ipsec: skip to trim padding.
11:22:44 ipsec,debug ipsec: decrypted.
11:22:44 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 37ae08a5 00000044 0b000018
11:22:44 ipsec,debug ipsec: 5d325c51 c2303f55 9bd28077 24faf91a b7cbeb8e 0000000c 00000001 01000009
11:22:44 ipsec,debug ipsec: 00000000
11:22:44 ipsec,debug ipsec: HASH with:
11:22:44 ipsec,debug ipsec: 37ae08a5 0000000c 00000001 01000009
11:22:44 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:44 ipsec,debug ipsec: HASH computed:
11:22:44 ipsec,debug ipsec: 5d325c51 c2303f55 9bd28077 24faf91a b7cbeb8e
11:22:44 ipsec,debug ipsec: hash validated.
11:22:44 ipsec,debug ipsec: begin.
11:22:44 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:22:44 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:22:44 ipsec,debug ipsec: succeed.
11:22:44 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:22:44 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:22:48 l2tp,ppp,info l2tp-out1: terminating... - session closed
11:22:48 l2tp,ppp,info l2tp-out1: disconnected
11:22:50 l2tp,ppp,info l2tp-out1: initializing...
11:22:50 l2tp,ppp,info l2tp-out1: connecting...
11:22:50 ipsec ipsec: policy installed for connected peer, creating ph2
11:22:50 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:22:50 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:22:50 ipsec,debug ipsec: begin QUICK mode.
11:22:50 ipsec,debug ipsec: ===
11:22:50 ipsec,debug ipsec: begin QUICK mode.
11:22:50 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:22:50 ipsec,debug ipsec: compute IV for phase2
11:22:50 ipsec,debug ipsec: phase1 last IV:
11:22:50 ipsec,debug ipsec: 91fc925d e6095451 b613bc6d
11:22:50 ipsec,debug ipsec: hash(sha1)
11:22:50 ipsec,debug ipsec: encryption(3des)
11:22:50 ipsec,debug ipsec: phase2 IV computed:
11:22:50 ipsec,debug ipsec: 172875a4 a090facd
11:22:50 ipsec,debug ipsec: call pfkey_send_getspi e8a93a61
11:22:50 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:22:50 ipsec,debug ipsec: pfkey getspi sent.
11:22:50 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:22:50 ipsec,debug ipsec: dh(modp1024)
11:22:50 ipsec,debug ipsec: dh(modp1024)
11:22:50 ipsec,debug ipsec: dh(modp1024)
11:22:50 ipsec,debug ipsec: compute DH's private.  
11:22:50 ipsec,debug ipsec: 5433640f 52b1e83c 3c741672 36e398f2 fe229fda d4cc79c2 5b17a8b7 85b80e14
11:22:50 ipsec,debug ipsec: 04c76542 14b07382 81c2679a 6d62355e 848ba6a5 1d1772f9 6039995a dd0243b5
11:22:50 ipsec,debug ipsec: 0a9e9ece 1737fede 5cec9ef4 da5a7932 e8a03957 d0912161 d01a5825 41f012ac
11:22:50 ipsec,debug ipsec: ace4e3db 2ffde1ca 13da5b47 b76ba950 49235125 4c1038cd ae3c36c0 17e6cc58
11:22:50 ipsec,debug ipsec: compute DH's public.  
11:22:50 ipsec,debug ipsec: b5fdb137 90a41e66 3a8c7632 7515d545 0ef0afa7 10dbc62d 5a97e436 f2b1e525
11:22:50 ipsec,debug ipsec: 20c47d59 8906e788 b351cede be874389 21cdacdd 22d9e28d b0383954 b5b79fbf
11:22:50 ipsec,debug ipsec: e205e8b1 a46f98a6 c84d4c5f 3f9e9bc5 94b1b1f7 b05bc9ae 1f4c378a 0652e108
11:22:50 ipsec,debug ipsec: a3ec1444 d3627bd9 7da84eba 7adfcbad 4ef175bb e30718f7 e04c507b 05d20867
11:22:50 ipsec,debug ipsec: use local ID type IPv4_address
11:22:50 ipsec,debug ipsec: use remote ID type IPv4_address
11:22:50 ipsec,debug ipsec: IDci:
11:22:50 ipsec,debug ipsec: 011106a5 0aef1602
11:22:50 ipsec,debug ipsec: IDcr:
11:22:50 ipsec,debug ipsec: 011106a5 bcf60034
11:22:50 ipsec,debug ipsec: NAT-OAi:
11:22:50 ipsec,debug ipsec: 01001194 0aef1602
11:22:50 ipsec,debug ipsec: NAT-OAr:
11:22:50 ipsec,debug ipsec: 01001194 bcf60034
11:22:50 ipsec,debug ipsec: add payload of len 52, next type 10
11:22:50 ipsec,debug ipsec: add payload of len 24, next type 4
11:22:50 ipsec,debug ipsec: add payload of len 128, next type 5
11:22:50 ipsec,debug ipsec: add payload of len 8, next type 5
11:22:50 ipsec,debug ipsec: add payload of len 8, next type 21
11:22:50 ipsec,debug ipsec: add payload of len 8, next type 21
11:22:50 ipsec,debug ipsec: add payload of len 8, next type 0
11:22:50 ipsec,debug ipsec: HASH with:
11:22:50 ipsec,debug ipsec: b613bc6d 0a000038 00000001 00000001 0000002c 01030401 07c70d6e 00000020
11:22:50 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:22:50 ipsec,debug ipsec: 9ffe501b 30914eb2 925eca40 cbffd367 13195a80 4f812bba 05000084 b5fdb137
11:22:50 ipsec,debug ipsec: 90a41e66 3a8c7632 7515d545 0ef0afa7 10dbc62d 5a97e436 f2b1e525 20c47d59
11:22:50 ipsec,debug ipsec: 8906e788 b351cede be874389 21cdacdd 22d9e28d b0383954 b5b79fbf e205e8b1
11:22:50 ipsec,debug ipsec: a46f98a6 c84d4c5f 3f9e9bc5 94b1b1f7 b05bc9ae 1f4c378a 0652e108 a3ec1444
11:22:50 ipsec,debug ipsec: d3627bd9 7da84eba 7adfcbad 4ef175bb e30718f7 e04c507b 05d20867 0500000c
11:22:50 ipsec,debug ipsec: 011106a5 0aef1602 1500000c 011106a5 bcf60034 1500000c 01001194 0aef1602
11:22:50 ipsec,debug ipsec: 0000000c 01001194 bcf60034
11:22:50 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:50 ipsec,debug ipsec: HASH computed:
11:22:50 ipsec,debug ipsec: c77099cd fdbf8520 03db3b08 caf48aba 2d34aeb6
11:22:50 ipsec,debug ipsec: add payload of len 20, next type 1
11:22:50 ipsec,debug ipsec: begin encryption.
11:22:50 ipsec,debug ipsec: encryption(3des)
11:22:50 ipsec,debug ipsec: pad length = 8
11:22:50 ipsec,debug ipsec: 01000018 c77099cd fdbf8520 03db3b08 caf48aba 2d34aeb6 0a000038 00000001
11:22:50 ipsec,debug ipsec: 00000001 0000002c 01030401 07c70d6e 00000020 010c0000 80010001 80020708
11:22:50 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c 9ffe501b 30914eb2 925eca40
11:22:50 ipsec,debug ipsec: cbffd367 13195a80 4f812bba 05000084 b5fdb137 90a41e66 3a8c7632 7515d545
11:22:50 ipsec,debug ipsec: 0ef0afa7 10dbc62d 5a97e436 f2b1e525 20c47d59 8906e788 b351cede be874389
11:22:50 ipsec,debug ipsec: 21cdacdd 22d9e28d b0383954 b5b79fbf e205e8b1 a46f98a6 c84d4c5f 3f9e9bc5
11:22:50 ipsec,debug ipsec: 94b1b1f7 b05bc9ae 1f4c378a 0652e108 a3ec1444 d3627bd9 7da84eba 7adfcbad
11:22:50 ipsec,debug ipsec: 4ef175bb e30718f7 e04c507b 05d20867 0500000c 011106a5 0aef1602 1500000c
11:22:50 ipsec,debug ipsec: 011106a5 bcf60034 1500000c 01001194 0aef1602 0000000c 01001194 bcf60034
11:22:50 ipsec,debug ipsec: 157b73d6 4dc13507
11:22:50 ipsec,debug ipsec: encryption(3des)
11:22:50 ipsec,debug ipsec: with key:
11:22:50 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:50 ipsec,debug ipsec: encrypted payload by IV:
11:22:50 ipsec,debug ipsec: 172875a4 a090facd
11:22:50 ipsec,debug ipsec: save IV for next:
11:22:50 ipsec,debug ipsec: f324e431 69c8b672
11:22:50 ipsec,debug ipsec: encrypted.
11:22:50 ipsec,debug ipsec: Adding NON-ESP marker
11:22:50 ipsec,debug ipsec: 328 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:22:50 ipsec,debug ipsec: 1 times of 328 bytes message will be sent to 188.246.0.52[4500]
11:22:50 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 b613bc6d 00000144
11:22:50 ipsec,debug,packet ipsec: 8b4cf8e9 c1af24c5 12792004 4030d7ec 26654b40 5545046e 9c1aa9f1 c77e2fb0
11:22:50 ipsec,debug,packet ipsec: 7bcfaeb7 fb139374 283ab96d ba91eb1d e0f87a1e e7494108 840adf00 86c7e46a
11:22:50 ipsec,debug,packet ipsec: afa85e81 64835d14 5c18090c 5e4b62fb eb422552 c725c226 924be979 9cfc18c1
11:22:50 ipsec,debug,packet ipsec: 7f1cc0fb 52407717 ace29752 af9332c0 231326f7 74942926 59f580ab e3e10fd9
11:22:50 ipsec,debug,packet ipsec: f033ee6b 66f90ee4 13621db7 024ffe23 968228fe b54bef5b 43605aec 870b2d8d
11:22:50 ipsec,debug,packet ipsec: 90d15940 173aaf83 e2634a14 49a9e678 58845e30 1224d9b2 473629dc 2565719f
11:22:50 ipsec,debug,packet ipsec: d6d2a592 4d3d13f5 899fe06d f1150291 50fd4aca 6393ff74 2580ef16 1fd4e57f
11:22:50 ipsec,debug,packet ipsec: b9bca397 5493b82d 03331be3 4747004b 780b5dfe f193da60 5a6642b8 04a0df3a
11:22:50 ipsec,debug,packet ipsec: d31175e3 281cc830 ae3365e9 ee8cafb5 49c7e827 39cc1f20 84917562 df4c08ed
11:22:50 ipsec,debug,packet ipsec: f324e431 69c8b672
11:22:50 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:b613bc6d
11:22:50 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:22:50 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 df2ded71 00000044 4dfb02c9
11:22:50 ipsec,debug,packet ipsec: 94442e8d 6e6d2dcf 28e4c4da fba28ef6 21444323 0306b539 d7f0115a ec7a1b62
11:22:50 ipsec,debug,packet ipsec: 2d175900
11:22:50 ipsec ipsec: receive Information.
11:22:50 ipsec,debug ipsec: compute IV for phase2
11:22:50 ipsec,debug ipsec: phase1 last IV:
11:22:50 ipsec,debug ipsec: 91fc925d e6095451 df2ded71
11:22:50 ipsec,debug ipsec: hash(sha1)
11:22:50 ipsec,debug ipsec: encryption(3des)
11:22:50 ipsec,debug ipsec: phase2 IV computed:
11:22:50 ipsec,debug ipsec: 1596ddc7 0ce7c136
11:22:50 ipsec,debug ipsec: encryption(3des)
11:22:50 ipsec,debug ipsec: IV was saved for next processing:
11:22:50 ipsec,debug ipsec: ec7a1b62 2d175900
11:22:50 ipsec,debug ipsec: encryption(3des)
11:22:50 ipsec,debug ipsec: with key:
11:22:50 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:50 ipsec,debug ipsec: decrypted payload by IV:
11:22:50 ipsec,debug ipsec: 1596ddc7 0ce7c136
11:22:50 ipsec,debug ipsec: decrypted payload, but not trimed.
11:22:50 ipsec,debug ipsec: 0b000018 ac825695 72497697 9bd87985 af4b1573 b692b00d 0000000c 00000001
11:22:50 ipsec,debug ipsec: 01000010 00000000
11:22:50 ipsec,debug ipsec: padding len=1
11:22:50 ipsec,debug ipsec: skip to trim padding.
11:22:50 ipsec,debug ipsec: decrypted.
11:22:50 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 df2ded71 00000044 0b000018
11:22:50 ipsec,debug ipsec: ac825695 72497697 9bd87985 af4b1573 b692b00d 0000000c 00000001 01000010
11:22:50 ipsec,debug ipsec: 00000000
11:22:50 ipsec,debug ipsec: HASH with:
11:22:50 ipsec,debug ipsec: df2ded71 0000000c 00000001 01000010
11:22:50 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:50 ipsec,debug ipsec: HASH computed:
11:22:50 ipsec,debug ipsec: ac825695 72497697 9bd87985 af4b1573 b692b00d
11:22:50 ipsec,debug ipsec: hash validated.
11:22:50 ipsec,debug ipsec: begin.
11:22:50 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:22:50 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:22:50 ipsec,debug ipsec: succeed.
11:22:50 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:22:50 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:22:54 ipsec ipsec: 188.246.0.52 give up to get IPsec-SA due to time up to wait.
11:22:54 ipsec,debug ipsec: an undead schedule has been deleted.
11:22:54 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0x761e070
11:22:58 ipsec ipsec: acquire for 10.239.22.2 <=> 188.246.0.52
11:22:58 ipsec ipsec: suitable policy found: 10.239.22.2 <=> 188.246.0.52
11:22:58 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:22:58 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:22:58 ipsec,debug ipsec: begin QUICK mode.
11:22:58 ipsec,debug ipsec: ===
11:22:58 ipsec,debug ipsec: begin QUICK mode.
11:22:58 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:22:58 ipsec,debug ipsec: compute IV for phase2
11:22:58 ipsec,debug ipsec: phase1 last IV:
11:22:58 ipsec,debug ipsec: 91fc925d e6095451 8d3e42d3
11:22:58 ipsec,debug ipsec: hash(sha1)
11:22:58 ipsec,debug ipsec: encryption(3des)
11:22:58 ipsec,debug ipsec: phase2 IV computed:
11:22:58 ipsec,debug ipsec: 9c8b9028 1ce3fbac
11:22:58 ipsec,debug ipsec: call pfkey_send_getspi ed5a625e
11:22:58 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:22:58 ipsec,debug ipsec: pfkey getspi sent.
11:22:58 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:22:58 ipsec,debug ipsec: dh(modp1024)
11:22:58 ipsec,debug ipsec: dh(modp1024)
11:22:58 ipsec,debug ipsec: dh(modp1024)
11:22:58 ipsec,debug ipsec: compute DH's private.  
11:22:58 ipsec,debug ipsec: 6cf2eb42 02b88552 5459f3de 84a973d4 fe92a7ae d8890a17 91944e5e 8ac15cb8
11:22:58 ipsec,debug ipsec: 76f7bcdc 41b7b677 ec293613 2be142ef ebafce18 4a64a219 698adaf8 b9cd3e70
11:22:58 ipsec,debug ipsec: 7c47d592 adf5bb0e e316d0da 7762a686 0c7a10a5 851d4bed 43bd27a9 fea60bb0
11:22:58 ipsec,debug ipsec: 3b2903b9 0470ef4c 4c5cecf8 3e04736b 8ce2eae2 c9a978e1 5ed8aa2f c0c5e096
11:22:58 ipsec,debug ipsec: compute DH's public.  
11:22:58 ipsec,debug ipsec: 0194ce70 cebd0ea3 56d0d4f2 bbf648f0 45bad46b 6669493e 4e0b951a 9e66dd5d
11:22:58 ipsec,debug ipsec: df9cd41b 0d8e9d43 be58025f b0090943 f450bcf5 7fcb983d f563ec7a 87d7abfd
11:22:58 ipsec,debug ipsec: cd64c0b8 833969f1 8c606a53 9bd1ff1c 77881a77 07746811 bda2948a da7b9551
11:22:58 ipsec,debug ipsec: 620a48c3 4039d4ca 842ad2bb 68f0927a 0d67732e 019ba5e6 1ad25807 81e5728f
11:22:58 ipsec,debug ipsec: use local ID type IPv4_address
11:22:58 ipsec,debug ipsec: use remote ID type IPv4_address
11:22:58 ipsec,debug ipsec: IDci:
11:22:58 ipsec,debug ipsec: 01000000 0aef1602
11:22:58 ipsec,debug ipsec: IDcr:
11:22:58 ipsec,debug ipsec: 01000000 bcf60034
11:22:58 ipsec,debug ipsec: IDs not attached
11:22:58 ipsec,debug ipsec: NAT-OAi:
11:22:58 ipsec,debug ipsec: 01001194 0aef1602
11:22:58 ipsec,debug ipsec: NAT-OAr:
11:22:58 ipsec,debug ipsec: 01001194 bcf60034
11:22:58 ipsec,debug ipsec: add payload of len 52, next type 10
11:22:58 ipsec,debug ipsec: add payload of len 24, next type 4
11:22:58 ipsec,debug ipsec: add payload of len 128, next type 21
11:22:58 ipsec,debug ipsec: add payload of len 8, next type 21
11:22:58 ipsec,debug ipsec: add payload of len 8, next type 0
11:22:58 ipsec,debug ipsec: HASH with:
11:22:58 ipsec,debug ipsec: 8d3e42d3 0a000038 00000001 00000001 0000002c 01030401 04127c1f 00000020
11:22:58 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:22:58 ipsec,debug ipsec: a2b6aa47 bbd70cd5 8d046cd4 4077ed32 7222a182 ad8104e1 15000084 0194ce70
11:22:58 ipsec,debug ipsec: cebd0ea3 56d0d4f2 bbf648f0 45bad46b 6669493e 4e0b951a 9e66dd5d df9cd41b
11:22:58 ipsec,debug ipsec: 0d8e9d43 be58025f b0090943 f450bcf5 7fcb983d f563ec7a 87d7abfd cd64c0b8
11:22:58 ipsec,debug ipsec: 833969f1 8c606a53 9bd1ff1c 77881a77 07746811 bda2948a da7b9551 620a48c3
11:22:58 ipsec,debug ipsec: 4039d4ca 842ad2bb 68f0927a 0d67732e 019ba5e6 1ad25807 81e5728f 1500000c
11:22:58 ipsec,debug ipsec: 01001194 0aef1602 0000000c 01001194 bcf60034
11:22:58 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:58 ipsec,debug ipsec: HASH computed:
11:22:58 ipsec,debug ipsec: 554ba590 a65ade1d 9f5ab031 81491ec7 72311f1e
11:22:58 ipsec,debug ipsec: add payload of len 20, next type 1
11:22:58 ipsec,debug ipsec: begin encryption.
11:22:58 ipsec,debug ipsec: encryption(3des)
11:22:58 ipsec,debug ipsec: pad length = 8
11:22:58 ipsec,debug ipsec: 01000018 554ba590 a65ade1d 9f5ab031 81491ec7 72311f1e 0a000038 00000001
11:22:58 ipsec,debug ipsec: 00000001 0000002c 01030401 04127c1f 00000020 010c0000 80010001 80020708
11:22:58 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c a2b6aa47 bbd70cd5 8d046cd4
11:22:58 ipsec,debug ipsec: 4077ed32 7222a182 ad8104e1 15000084 0194ce70 cebd0ea3 56d0d4f2 bbf648f0
11:22:58 ipsec,debug ipsec: 45bad46b 6669493e 4e0b951a 9e66dd5d df9cd41b 0d8e9d43 be58025f b0090943
11:22:58 ipsec,debug ipsec: f450bcf5 7fcb983d f563ec7a 87d7abfd cd64c0b8 833969f1 8c606a53 9bd1ff1c
11:22:58 ipsec,debug ipsec: 77881a77 07746811 bda2948a da7b9551 620a48c3 4039d4ca 842ad2bb 68f0927a
11:22:58 ipsec,debug ipsec: 0d67732e 019ba5e6 1ad25807 81e5728f 1500000c 01001194 0aef1602 0000000c
11:22:58 ipsec,debug ipsec: 01001194 bcf60034 493524e8 af2fd907
11:22:58 ipsec,debug ipsec: encryption(3des)
11:22:58 ipsec,debug ipsec: with key:
11:22:58 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:58 ipsec,debug ipsec: encrypted payload by IV:
11:22:58 ipsec,debug ipsec: 9c8b9028 1ce3fbac
11:22:58 ipsec,debug ipsec: save IV for next:
11:22:58 ipsec,debug ipsec: 6f7e716e 32c0add7
11:22:58 ipsec,debug ipsec: encrypted.
11:22:58 ipsec,debug ipsec: Adding NON-ESP marker
11:22:58 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:22:58 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:22:58 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 8d3e42d3 0000012c
11:22:58 ipsec,debug,packet ipsec: fe2ec76b 5436a8c4 d634e44b 39887b89 03042c37 406ce4a1 e7281ef4 ebf3355b
11:22:58 ipsec,debug,packet ipsec: 352e8aab 45788352 e168266a 203062a3 b7b6e25f fc5271a2 66daccd1 1bacd0e8
11:22:58 ipsec,debug,packet ipsec: 3cf54af9 5a75e10d 5c2c38a4 411c36d0 898bb70f e5f06582 3144ad55 492f290d
11:22:58 ipsec,debug,packet ipsec: 06e30530 25b68491 e28de7fe ca54b1c6 8b708cfc fd448c03 5b2349e7 33e90acf
11:22:58 ipsec,debug,packet ipsec: c1a905b1 b8596825 1a274522 e4406c21 d3a8a711 3d070eb2 668c7e90 5f0c2be2
11:22:58 ipsec,debug,packet ipsec: f6ab0ae7 254cd386 3bb8ac70 c774b51f b2156d1e c06b665c fa9f9b5e 4311ae51
11:22:58 ipsec,debug,packet ipsec: c64b1272 b9fdabfd 1e3576eb 460290e1 47c5fd22 92157c8c 09a50209 ce63eacb
11:22:58 ipsec,debug,packet ipsec: bf679621 8fc0f3e0 aa1d6093 5500423c 8c53cfe7 7870a418 110e5dc5 6b49cbed
11:22:58 ipsec,debug,packet ipsec: d17971fd 518d6795 6f7e716e 32c0add7
11:22:58 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:8d3e42d3
11:22:58 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:22:58 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 cfa93a16 00000044 a47846cc
11:22:58 ipsec,debug,packet ipsec: 01a13d40 08ba499e ada5801b e5a89729 cc615f69 0cbb0c46 8d62b6e5 886b1c42
11:22:58 ipsec,debug,packet ipsec: d59cf92c
11:22:58 ipsec ipsec: receive Information.
11:22:58 ipsec,debug ipsec: compute IV for phase2
11:22:58 ipsec,debug ipsec: phase1 last IV:
11:22:58 ipsec,debug ipsec: 91fc925d e6095451 cfa93a16
11:22:58 ipsec,debug ipsec: hash(sha1)
11:22:58 ipsec,debug ipsec: encryption(3des)
11:22:58 ipsec,debug ipsec: phase2 IV computed:
11:22:58 ipsec,debug ipsec: 58257824 157f0faf
11:22:58 ipsec,debug ipsec: encryption(3des)
11:22:58 ipsec,debug ipsec: IV was saved for next processing:
11:22:58 ipsec,debug ipsec: 886b1c42 d59cf92c
11:22:58 ipsec,debug ipsec: encryption(3des)
11:22:58 ipsec,debug ipsec: with key:
11:22:58 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:22:58 ipsec,debug ipsec: decrypted payload by IV:
11:22:58 ipsec,debug ipsec: 58257824 157f0faf
11:22:58 ipsec,debug ipsec: decrypted payload, but not trimed.
11:22:58 ipsec,debug ipsec: 0b000018 288039e4 ee754b9c 1a1edde0 693ed494 50b3cd4d 0000000c 00000001
11:22:58 ipsec,debug ipsec: 01000010 00000000
11:22:58 ipsec,debug ipsec: padding len=1
11:22:58 ipsec,debug ipsec: skip to trim padding.
11:22:58 ipsec,debug ipsec: decrypted.
11:22:58 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 cfa93a16 00000044 0b000018
11:22:58 ipsec,debug ipsec: 288039e4 ee754b9c 1a1edde0 693ed494 50b3cd4d 0000000c 00000001 01000010
11:22:58 ipsec,debug ipsec: 00000000
11:22:58 ipsec,debug ipsec: HASH with:
11:22:58 ipsec,debug ipsec: cfa93a16 0000000c 00000001 01000010
11:22:58 ipsec,debug ipsec: hmac(hmac_sha1)
11:22:58 ipsec,debug ipsec: HASH computed:
11:22:58 ipsec,debug ipsec: 288039e4 ee754b9c 1a1edde0 693ed494 50b3cd4d
11:22:58 ipsec,debug ipsec: hash validated.
11:22:58 ipsec,debug ipsec: begin.
11:22:58 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:22:58 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:22:58 ipsec,debug ipsec: succeed.
11:22:58 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:22:58 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:22:59 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:22:59 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:22:59 ipsec,debug,packet ipsec: ff
11:23:00 ipsec,debug ipsec: Adding NON-ESP marker
11:23:00 ipsec,debug ipsec: 328 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:23:00 ipsec,debug ipsec: 1 times of 328 bytes message will be sent to 188.246.0.52[4500]
11:23:00 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 b613bc6d 00000144
11:23:00 ipsec,debug,packet ipsec: 8b4cf8e9 c1af24c5 12792004 4030d7ec 26654b40 5545046e 9c1aa9f1 c77e2fb0
11:23:00 ipsec,debug,packet ipsec: 7bcfaeb7 fb139374 283ab96d ba91eb1d e0f87a1e e7494108 840adf00 86c7e46a
11:23:00 ipsec,debug,packet ipsec: afa85e81 64835d14 5c18090c 5e4b62fb eb422552 c725c226 924be979 9cfc18c1
11:23:00 ipsec,debug,packet ipsec: 7f1cc0fb 52407717 ace29752 af9332c0 231326f7 74942926 59f580ab e3e10fd9
11:23:00 ipsec,debug,packet ipsec: f033ee6b 66f90ee4 13621db7 024ffe23 968228fe b54bef5b 43605aec 870b2d8d
11:23:00 ipsec,debug,packet ipsec: 90d15940 173aaf83 e2634a14 49a9e678 58845e30 1224d9b2 473629dc 2565719f
11:23:00 ipsec,debug,packet ipsec: d6d2a592 4d3d13f5 899fe06d f1150291 50fd4aca 6393ff74 2580ef16 1fd4e57f
11:23:00 ipsec,debug,packet ipsec: b9bca397 5493b82d 03331be3 4747004b 780b5dfe f193da60 5a6642b8 04a0df3a
11:23:00 ipsec,debug,packet ipsec: d31175e3 281cc830 ae3365e9 ee8cafb5 49c7e827 39cc1f20 84917562 df4c08ed
11:23:00 ipsec,debug,packet ipsec: f324e431 69c8b672
11:23:00 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:b613bc6d
11:23:00 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:23:00 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 a0c4d99b 00000044 c606c233
11:23:00 ipsec,debug,packet ipsec: c7fec53c 54f4f841 fcd3a572 b816f2bc def0c714 77133fcc bf9bda72 519bfa76
11:23:00 ipsec,debug,packet ipsec: 2ed4e771
11:23:00 ipsec ipsec: receive Information.
11:23:00 ipsec,debug ipsec: compute IV for phase2
11:23:00 ipsec,debug ipsec: phase1 last IV:
11:23:00 ipsec,debug ipsec: 91fc925d e6095451 a0c4d99b
11:23:00 ipsec,debug ipsec: hash(sha1)
11:23:00 ipsec,debug ipsec: encryption(3des)
11:23:00 ipsec,debug ipsec: phase2 IV computed:
11:23:00 ipsec,debug ipsec: a85672c0 e6ce82b3
11:23:00 ipsec,debug ipsec: encryption(3des)
11:23:00 ipsec,debug ipsec: IV was saved for next processing:
11:23:00 ipsec,debug ipsec: 519bfa76 2ed4e771
11:23:00 ipsec,debug ipsec: encryption(3des)
11:23:00 ipsec,debug ipsec: with key:
11:23:00 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:23:00 ipsec,debug ipsec: decrypted payload by IV:
11:23:00 ipsec,debug ipsec: a85672c0 e6ce82b3
11:23:00 ipsec,debug ipsec: decrypted payload, but not trimed.
11:23:00 ipsec,debug ipsec: 0b000018 75b4f83e fbade69c af55d083 da8b1d9c 158c0c51 0000000c 00000001
11:23:00 ipsec,debug ipsec: 01000009 00000000
11:23:00 ipsec,debug ipsec: padding len=1
11:23:00 ipsec,debug ipsec: skip to trim padding.
11:23:00 ipsec,debug ipsec: decrypted.
11:23:00 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 a0c4d99b 00000044 0b000018
11:23:00 ipsec,debug ipsec: 75b4f83e fbade69c af55d083 da8b1d9c 158c0c51 0000000c 00000001 01000009
11:23:00 ipsec,debug ipsec: 00000000
11:23:00 ipsec,debug ipsec: HASH with:
11:23:00 ipsec,debug ipsec: a0c4d99b 0000000c 00000001 01000009
11:23:00 ipsec,debug ipsec: hmac(hmac_sha1)
11:23:00 ipsec,debug ipsec: HASH computed:
11:23:00 ipsec,debug ipsec: 75b4f83e fbade69c af55d083 da8b1d9c 158c0c51
11:23:00 ipsec,debug ipsec: hash validated.
11:23:00 ipsec,debug ipsec: begin.
11:23:00 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:23:00 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:23:00 ipsec,debug ipsec: succeed.
11:23:00 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:23:00 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:23:08 ipsec,debug ipsec: Adding NON-ESP marker
11:23:08 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:23:08 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:23:08 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 8d3e42d3 0000012c
11:23:08 ipsec,debug,packet ipsec: fe2ec76b 5436a8c4 d634e44b 39887b89 03042c37 406ce4a1 e7281ef4 ebf3355b
11:23:08 ipsec,debug,packet ipsec: 352e8aab 45788352 e168266a 203062a3 b7b6e25f fc5271a2 66daccd1 1bacd0e8
11:23:08 ipsec,debug,packet ipsec: 3cf54af9 5a75e10d 5c2c38a4 411c36d0 898bb70f e5f06582 3144ad55 492f290d
11:23:08 ipsec,debug,packet ipsec: 06e30530 25b68491 e28de7fe ca54b1c6 8b708cfc fd448c03 5b2349e7 33e90acf
11:23:08 ipsec,debug,packet ipsec: c1a905b1 b8596825 1a274522 e4406c21 d3a8a711 3d070eb2 668c7e90 5f0c2be2
11:23:08 ipsec,debug,packet ipsec: f6ab0ae7 254cd386 3bb8ac70 c774b51f b2156d1e c06b665c fa9f9b5e 4311ae51
11:23:08 ipsec,debug,packet ipsec: c64b1272 b9fdabfd 1e3576eb 460290e1 47c5fd22 92157c8c 09a50209 ce63eacb
11:23:08 ipsec,debug,packet ipsec: bf679621 8fc0f3e0 aa1d6093 5500423c 8c53cfe7 7870a418 110e5dc5 6b49cbed
11:23:08 ipsec,debug,packet ipsec: d17971fd 518d6795 6f7e716e 32c0add7
11:23:08 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:8d3e42d3
11:23:08 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:23:08 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 8adc7fd5 00000044 9e9e24ff
11:23:08 ipsec,debug,packet ipsec: e127c565 8dc506a4 b2fee107 96997c4d ec1d50f1 15f535eb 3d19fb11 a4a12226
11:23:08 ipsec,debug,packet ipsec: 285db0fa
11:23:08 ipsec ipsec: receive Information.
11:23:08 ipsec,debug ipsec: compute IV for phase2
11:23:08 ipsec,debug ipsec: phase1 last IV:
11:23:08 ipsec,debug ipsec: 91fc925d e6095451 8adc7fd5
11:23:08 ipsec,debug ipsec: hash(sha1)
11:23:08 ipsec,debug ipsec: encryption(3des)
11:23:08 ipsec,debug ipsec: phase2 IV computed:
11:23:08 ipsec,debug ipsec: 2373053d cc224af9
11:23:08 ipsec,debug ipsec: encryption(3des)
11:23:08 ipsec,debug ipsec: IV was saved for next processing:
11:23:08 ipsec,debug ipsec: a4a12226 285db0fa
11:23:08 ipsec,debug ipsec: encryption(3des)
11:23:08 ipsec,debug ipsec: with key:
11:23:08 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:23:08 ipsec,debug ipsec: decrypted payload by IV:
11:23:08 ipsec,debug ipsec: 2373053d cc224af9
11:23:08 ipsec,debug ipsec: decrypted payload, but not trimed.
11:23:08 ipsec,debug ipsec: 0b000018 8d17b189 05818bdb b9964c87 5adb7857 c99c3244 0000000c 00000001
11:23:08 ipsec,debug ipsec: 01000009 00000000
11:23:08 ipsec,debug ipsec: padding len=1
11:23:08 ipsec,debug ipsec: skip to trim padding.
11:23:08 ipsec,debug ipsec: decrypted.
11:23:08 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 8adc7fd5 00000044 0b000018
11:23:08 ipsec,debug ipsec: 8d17b189 05818bdb b9964c87 5adb7857 c99c3244 0000000c 00000001 01000009
11:23:08 ipsec,debug ipsec: 00000000
11:23:08 ipsec,debug ipsec: HASH with:
11:23:08 ipsec,debug ipsec: 8adc7fd5 0000000c 00000001 01000009
11:23:08 ipsec,debug ipsec: hmac(hmac_sha1)
11:23:08 ipsec,debug ipsec: HASH computed:
11:23:08 ipsec,debug ipsec: 8d17b189 05818bdb b9964c87 5adb7857 c99c3244
11:23:08 ipsec,debug ipsec: hash validated.
11:23:08 ipsec,debug ipsec: begin.
11:23:08 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:23:08 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:23:08 ipsec,debug ipsec: succeed.
11:23:08 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:23:08 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:23:10 ipsec,debug ipsec: Adding NON-ESP marker
11:23:10 ipsec,debug ipsec: 328 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:23:10 ipsec,debug ipsec: 1 times of 328 bytes message will be sent to 188.246.0.52[4500]
11:23:10 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 b613bc6d 00000144
11:23:10 ipsec,debug,packet ipsec: 8b4cf8e9 c1af24c5 12792004 4030d7ec 26654b40 5545046e 9c1aa9f1 c77e2fb0
11:23:10 ipsec,debug,packet ipsec: 7bcfaeb7 fb139374 283ab96d ba91eb1d e0f87a1e e7494108 840adf00 86c7e46a
11:23:10 ipsec,debug,packet ipsec: afa85e81 64835d14 5c18090c 5e4b62fb eb422552 c725c226 924be979 9cfc18c1
11:23:10 ipsec,debug,packet ipsec: 7f1cc0fb 52407717 ace29752 af9332c0 231326f7 74942926 59f580ab e3e10fd9
11:23:10 ipsec,debug,packet ipsec: f033ee6b 66f90ee4 13621db7 024ffe23 968228fe b54bef5b 43605aec 870b2d8d
11:23:10 ipsec,debug,packet ipsec: 90d15940 173aaf83 e2634a14 49a9e678 58845e30 1224d9b2 473629dc 2565719f
11:23:10 ipsec,debug,packet ipsec: d6d2a592 4d3d13f5 899fe06d f1150291 50fd4aca 6393ff74 2580ef16 1fd4e57f
11:23:10 ipsec,debug,packet ipsec: b9bca397 5493b82d 03331be3 4747004b 780b5dfe f193da60 5a6642b8 04a0df3a
11:23:10 ipsec,debug,packet ipsec: d31175e3 281cc830 ae3365e9 ee8cafb5 49c7e827 39cc1f20 84917562 df4c08ed
11:23:10 ipsec,debug,packet ipsec: f324e431 69c8b672
11:23:10 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:b613bc6d
11:23:10 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:23:10 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 54093110 00000044 5e17071a
11:23:10 ipsec,debug,packet ipsec: 3c1260a4 553fc1b7 a91d536a fc3bfbea ffee350a 7e189dbb 230f7c5e 5a05746c
11:23:10 ipsec,debug,packet ipsec: 5390157b
11:23:10 ipsec ipsec: receive Information.
11:23:10 ipsec,debug ipsec: compute IV for phase2
11:23:10 ipsec,debug ipsec: phase1 last IV:
11:23:10 ipsec,debug ipsec: 91fc925d e6095451 54093110
11:23:10 ipsec,debug ipsec: hash(sha1)
11:23:10 ipsec,debug ipsec: encryption(3des)
11:23:10 ipsec,debug ipsec: phase2 IV computed:
11:23:10 ipsec,debug ipsec: 73a6d505 ece3b9e0
11:23:10 ipsec,debug ipsec: encryption(3des)
11:23:10 ipsec,debug ipsec: IV was saved for next processing:
11:23:10 ipsec,debug ipsec: 5a05746c 5390157b
11:23:10 ipsec,debug ipsec: encryption(3des)
11:23:10 ipsec,debug ipsec: with key:
11:23:10 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:23:10 ipsec,debug ipsec: decrypted payload by IV:
11:23:10 ipsec,debug ipsec: 73a6d505 ece3b9e0
11:23:10 ipsec,debug ipsec: decrypted payload, but not trimed.
11:23:10 ipsec,debug ipsec: 0b000018 ea04bbfc 26141173 21db24ac a31359dd adc2e4fa 0000000c 00000001
11:23:10 ipsec,debug ipsec: 01000009 00000000
11:23:10 ipsec,debug ipsec: padding len=1
11:23:10 ipsec,debug ipsec: skip to trim padding.
11:23:10 ipsec,debug ipsec: decrypted.
11:23:10 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 54093110 00000044 0b000018
11:23:10 ipsec,debug ipsec: ea04bbfc 26141173 21db24ac a31359dd adc2e4fa 0000000c 00000001 01000009
11:23:10 ipsec,debug ipsec: 00000000
11:23:10 ipsec,debug ipsec: HASH with:
11:23:10 ipsec,debug ipsec: 54093110 0000000c 00000001 01000009
11:23:10 ipsec,debug ipsec: hmac(hmac_sha1)
11:23:10 ipsec,debug ipsec: HASH computed:
11:23:10 ipsec,debug ipsec: ea04bbfc 26141173 21db24ac a31359dd adc2e4fa
11:23:10 ipsec,debug ipsec: hash validated.
11:23:10 ipsec,debug ipsec: begin.
11:23:10 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:23:10 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:23:10 ipsec,debug ipsec: succeed.
11:23:10 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:23:10 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:23:10 l2tp,ppp,info l2tp-out1: terminating...
11:23:10 l2tp,ppp,info l2tp-out1: disabled
11:23:10 system,info device changed by admin
11:23:11 ipsec,debug ipsec: Deleting a Ph2...
11:23:11 ipsec,debug ipsec: an undead schedule has been deleted.
11:23:11 ipsec,debug ipsec: an undead schedule has been deleted.
11:23:18 ipsec,debug ipsec: Adding NON-ESP marker
11:23:18 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:23:18 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:23:18 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 8d3e42d3 0000012c
11:23:18 ipsec,debug,packet ipsec: fe2ec76b 5436a8c4 d634e44b 39887b89 03042c37 406ce4a1 e7281ef4 ebf3355b
11:23:18 ipsec,debug,packet ipsec: 352e8aab 45788352 e168266a 203062a3 b7b6e25f fc5271a2 66daccd1 1bacd0e8
11:23:18 ipsec,debug,packet ipsec: 3cf54af9 5a75e10d 5c2c38a4 411c36d0 898bb70f e5f06582 3144ad55 492f290d
11:23:18 ipsec,debug,packet ipsec: 06e30530 25b68491 e28de7fe ca54b1c6 8b708cfc fd448c03 5b2349e7 33e90acf
11:23:18 ipsec,debug,packet ipsec: c1a905b1 b8596825 1a274522 e4406c21 d3a8a711 3d070eb2 668c7e90 5f0c2be2
11:23:18 ipsec,debug,packet ipsec: f6ab0ae7 254cd386 3bb8ac70 c774b51f b2156d1e c06b665c fa9f9b5e 4311ae51
11:23:18 ipsec,debug,packet ipsec: c64b1272 b9fdabfd 1e3576eb 460290e1 47c5fd22 92157c8c 09a50209 ce63eacb
11:23:18 ipsec,debug,packet ipsec: bf679621 8fc0f3e0 aa1d6093 5500423c 8c53cfe7 7870a418 110e5dc5 6b49cbed
11:23:18 ipsec,debug,packet ipsec: d17971fd 518d6795 6f7e716e 32c0add7
11:23:18 ipsec ipsec: resent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:8d3e42d3
11:23:18 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:23:18 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 9aa3fe4a 00000044 211f8872
11:23:18 ipsec,debug,packet ipsec: 8ebf57b9 bb62d39f 3ca4f62c 81d6f5ab c28c79d8 8fefc481 f7e3c213 21a7527f
11:23:18 ipsec,debug,packet ipsec: 37af3b00
11:23:18 ipsec ipsec: receive Information.
11:23:18 ipsec,debug ipsec: compute IV for phase2
11:23:18 ipsec,debug ipsec: phase1 last IV:
11:23:18 ipsec,debug ipsec: 91fc925d e6095451 9aa3fe4a
11:23:18 ipsec,debug ipsec: hash(sha1)
11:23:18 ipsec,debug ipsec: encryption(3des)
11:23:18 ipsec,debug ipsec: phase2 IV computed:
11:23:18 ipsec,debug ipsec: 0f111d85 39a23081
11:23:18 ipsec,debug ipsec: encryption(3des)
11:23:18 ipsec,debug ipsec: IV was saved for next processing:
11:23:18 ipsec,debug ipsec: 21a7527f 37af3b00
11:23:18 ipsec,debug ipsec: encryption(3des)
11:23:18 ipsec,debug ipsec: with key:
11:23:18 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:23:18 ipsec,debug ipsec: decrypted payload by IV:
11:23:18 ipsec,debug ipsec: 0f111d85 39a23081
11:23:18 ipsec,debug ipsec: decrypted payload, but not trimed.
11:23:18 ipsec,debug ipsec: 0b000018 8e5096d3 1a21f4ec 6a11523f 36a06931 b7905470 0000000c 00000001
11:23:18 ipsec,debug ipsec: 01000009 00000000
11:23:18 ipsec,debug ipsec: padding len=1
11:23:18 ipsec,debug ipsec: skip to trim padding.
11:23:18 ipsec,debug ipsec: decrypted.
11:23:18 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 9aa3fe4a 00000044 0b000018
11:23:18 ipsec,debug ipsec: 8e5096d3 1a21f4ec 6a11523f 36a06931 b7905470 0000000c 00000001 01000009
11:23:18 ipsec,debug ipsec: 00000000
11:23:18 ipsec,debug ipsec: HASH with:
11:23:18 ipsec,debug ipsec: 9aa3fe4a 0000000c 00000001 01000009
11:23:18 ipsec,debug ipsec: hmac(hmac_sha1)
11:23:18 ipsec,debug ipsec: HASH computed:
11:23:18 ipsec,debug ipsec: 8e5096d3 1a21f4ec 6a11523f 36a06931 b7905470
11:23:18 ipsec,debug ipsec: hash validated.
11:23:18 ipsec,debug ipsec: begin.
11:23:18 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:23:18 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:23:18 ipsec,debug ipsec: succeed.
11:23:18 ipsec ipsec: 188.246.0.52 notify: INVALID-MESSAGE-ID
11:23:18 ipsec ipsec: 188.246.0.52 fatal INVALID-MESSAGE-ID notify messsage, phase1 should be deleted.
11:23:19 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:23:19 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:23:19 ipsec,debug,packet ipsec: ff
11:23:20 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0x7c70d6e
11:23:28 ipsec ipsec: 188.246.0.52 give up to get IPsec-SA due to time up to wait.
11:23:28 ipsec,debug ipsec: an undead schedule has been deleted.
11:23:28 ipsec ipsec: IPsec-SA expired: ESP/Transport 188.246.0.52[500]->10.239.22.2[500] spi=0x4127c1f
11:23:39 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:23:39 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:23:39 ipsec,debug,packet ipsec: ff
11:23:59 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:23:59 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:23:59 ipsec,debug,packet ipsec: ff
11:24:19 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:24:19 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:24:19 ipsec,debug,packet ipsec: ff
11:24:20 ipsec,debug ipsec: 188.246.0.52 DPD monitoring....
11:24:20 ipsec,debug ipsec: compute IV for phase2
11:24:20 ipsec,debug ipsec: phase1 last IV:
11:24:20 ipsec,debug ipsec: 91fc925d e6095451 a5f8161c
11:24:20 ipsec,debug ipsec: hash(sha1)
11:24:20 ipsec,debug ipsec: encryption(3des)
11:24:20 ipsec,debug ipsec: phase2 IV computed:
11:24:20 ipsec,debug ipsec: 215b16b3 97bcb6e3
11:24:20 ipsec,debug ipsec: HASH with:
11:24:20 ipsec,debug ipsec: a5f8161c 00000020 00000001 01108d28 f4446b30 1da25a51 5339ec46 80d0de1c
11:24:20 ipsec,debug ipsec: 00000d03
11:24:20 ipsec,debug ipsec: hmac(hmac_sha1)
11:24:20 ipsec,debug ipsec: HASH computed:
11:24:20 ipsec,debug ipsec: 1d20269f 16dc70ed 30f31baa ae44080a d4254e3b
11:24:20 ipsec,debug ipsec: begin encryption.
11:24:20 ipsec,debug ipsec: encryption(3des)
11:24:20 ipsec,debug ipsec: pad length = 8
11:24:20 ipsec,debug ipsec: 0b000018 1d20269f 16dc70ed 30f31baa ae44080a d4254e3b 00000020 00000001
11:24:20 ipsec,debug ipsec: 01108d28 f4446b30 1da25a51 5339ec46 80d0de1c 00000d03 65ea8220 dd72fc07
11:24:20 ipsec,debug ipsec: encryption(3des)
11:24:20 ipsec,debug ipsec: with key:
11:24:20 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:24:20 ipsec,debug ipsec: encrypted payload by IV:
11:24:20 ipsec,debug ipsec: 215b16b3 97bcb6e3
11:24:20 ipsec,debug ipsec: save IV for next:
11:24:20 ipsec,debug ipsec: e44921ef 0a333fed
11:24:20 ipsec,debug ipsec: encrypted.
11:24:20 ipsec,debug ipsec: Adding NON-ESP marker
11:24:20 ipsec,debug ipsec: 96 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:24:20 ipsec,debug ipsec: 1 times of 96 bytes message will be sent to 188.246.0.52[4500]
11:24:20 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08100501 a5f8161c 0000005c
11:24:20 ipsec,debug,packet ipsec: 0b57165f 4eee070a 96801c68 4b2b0f16 ec07ddaf 282a6653 ca1b0d53 e05b9c14
11:24:20 ipsec,debug,packet ipsec: 85e86df1 0c6a6216 fed15295 51d00c52 c2cabe31 f59a59dd e44921ef 0a333fed
11:24:20 ipsec ipsec: sendto Information notify.
11:24:20 ipsec,debug ipsec: 188.246.0.52 DPD R-U-There sent (0)
11:24:20 ipsec,debug ipsec: 188.246.0.52 rescheduling send_r_u (5).
11:24:20 ipsec,debug ipsec: ===== received 84 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:24:20 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 8c5fde32 00000054 83eb61b1
11:24:20 ipsec,debug,packet ipsec: 0be72a32 c8c57ee6 05aa9e8b dd42ac7d 578756a6 533061f1 b8684149 9b137511
11:24:20 ipsec,debug,packet ipsec: 824c2ec4 0a634795 e988fdda e88c1822 836befae
11:24:20 ipsec ipsec: receive Information.
11:24:20 ipsec,debug ipsec: compute IV for phase2
11:24:20 ipsec,debug ipsec: phase1 last IV:
11:24:20 ipsec,debug ipsec: 91fc925d e6095451 8c5fde32
11:24:20 ipsec,debug ipsec: hash(sha1)
11:24:20 ipsec,debug ipsec: encryption(3des)
11:24:20 ipsec,debug ipsec: phase2 IV computed:
11:24:20 ipsec,debug ipsec: a0594741 5b307cbc
11:24:20 ipsec,debug ipsec: encryption(3des)
11:24:20 ipsec,debug ipsec: IV was saved for next processing:
11:24:20 ipsec,debug ipsec: e88c1822 836befae
11:24:20 ipsec,debug ipsec: encryption(3des)
11:24:20 ipsec,debug ipsec: with key:
11:24:20 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:24:20 ipsec,debug ipsec: decrypted payload by IV:
11:24:20 ipsec,debug ipsec: a0594741 5b307cbc
11:24:20 ipsec,debug ipsec: decrypted payload, but not trimed.
11:24:20 ipsec,debug ipsec: 0b000018 206022ae e017830d 26b3980c 9c0e2e98 fc6f1981 00000020 00000001
11:24:20 ipsec,debug ipsec: 01108d29 f4446b30 1da25a51 5339ec46 80d0de1c 00000d03
11:24:20 ipsec,debug ipsec: padding len=4
11:24:20 ipsec,debug ipsec: skip to trim padding.
11:24:20 ipsec,debug ipsec: decrypted.
11:24:20 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 8c5fde32 00000054 0b000018
11:24:20 ipsec,debug ipsec: 206022ae e017830d 26b3980c 9c0e2e98 fc6f1981 00000020 00000001 01108d29
11:24:20 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 00000d03
11:24:20 ipsec,debug ipsec: HASH with:
11:24:20 ipsec,debug ipsec: 8c5fde32 00000020 00000001 01108d29 f4446b30 1da25a51 5339ec46 80d0de1c
11:24:20 ipsec,debug ipsec: 00000d03
11:24:20 ipsec,debug ipsec: hmac(hmac_sha1)
11:24:20 ipsec,debug ipsec: HASH computed:
11:24:20 ipsec,debug ipsec: 206022ae e017830d 26b3980c 9c0e2e98 fc6f1981
11:24:20 ipsec,debug ipsec: hash validated.
11:24:20 ipsec,debug ipsec: begin.
11:24:20 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:24:20 ipsec,debug ipsec: seen nptype=11(notify) len=32
11:24:20 ipsec,debug ipsec: succeed.
11:24:20 ipsec ipsec: 188.246.0.52 notify: R_U_THERE_ACK
11:24:20 ipsec,debug ipsec: 188.246.0.52 DPD R-U-There-Ack received
11:24:20 ipsec,debug ipsec: received an R-U-THERE-ACK
11:24:32 system,info device changed by admin
11:24:38 system,info device changed by admin
11:24:38 l2tp,ppp,info l2tp-out1: initializing...
11:24:38 l2tp,ppp,info l2tp-out1: connecting...
11:24:38 ipsec ipsec: acquire for 10.239.22.2 <=> 188.246.0.52
11:24:38 ipsec ipsec: suitable policy found: 10.239.22.2 <=> 188.246.0.52
11:24:38 ipsec,debug ipsec:  (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Transport reqid=0:0)
11:24:38 ipsec,debug ipsec:   (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
11:24:38 ipsec,debug ipsec: begin QUICK mode.
11:24:38 ipsec,debug ipsec: ===
11:24:38 ipsec,debug ipsec: begin QUICK mode.
11:24:38 ipsec ipsec: initiate new phase 2 negotiation: 10.239.22.2[4500]<=>188.246.0.52[4500]
11:24:38 ipsec,debug ipsec: compute IV for phase2
11:24:38 ipsec,debug ipsec: phase1 last IV:
11:24:38 ipsec,debug ipsec: 91fc925d e6095451 94eb6d3b
11:24:38 ipsec,debug ipsec: hash(sha1)
11:24:38 ipsec,debug ipsec: encryption(3des)
11:24:38 ipsec,debug ipsec: phase2 IV computed:
11:24:38 ipsec,debug ipsec: a4f8f445 e4c5c94d
11:24:38 ipsec,debug ipsec: call pfkey_send_getspi 9266ac94
11:24:38 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Transport 188.246.0.52[4500]->10.239.22.2[4500]
11:24:38 ipsec,debug ipsec: pfkey getspi sent.
11:24:38 ipsec ipsec: NAT detected -> UDP encapsulation (ENC_MODE 2->4).
11:24:38 ipsec,debug ipsec: dh(modp1024)
11:24:38 ipsec,debug ipsec: dh(modp1024)
11:24:38 ipsec,debug ipsec: dh(modp1024)
11:24:38 ipsec,debug ipsec: compute DH's private.  
11:24:38 ipsec,debug ipsec: 77934c6d 26c89ecd 65372f83 b34b6c2f fccf6b68 ab53d289 bd18cc2e e1ab9ba0
11:24:38 ipsec,debug ipsec: e8a9c89f 1fdadb10 5611c979 bdfff3f3 dbdfc263 ba35ea61 4fd8d1cb dd40a23b
11:24:38 ipsec,debug ipsec: fc445ad9 8e92c1ca 16f35008 06aa8cf4 e0306fa8 16d36953 60e1fbe5 a2425acf
11:24:38 ipsec,debug ipsec: ae7481c7 d2feab85 5173db32 0d778801 cdc9265f 809b4495 8b873730 b16fab84
11:24:38 ipsec,debug ipsec: compute DH's public.  
11:24:38 ipsec,debug ipsec: 944c6687 c7db3d72 0614b187 243108f6 3f5978a3 9743c45e 639767ac 822639cf
11:24:38 ipsec,debug ipsec: 26167299 8a05ab18 28978b2d 15cec279 cd0d23c0 ef59e9a7 4b5bf523 7373e07c
11:24:38 ipsec,debug ipsec: ae890c0d 4bd0a653 77129e70 5678e087 768e8b8f 33ab7ae5 3c3f7c8a 2855e78f
11:24:38 ipsec,debug ipsec: b84888b6 9d9f5e7a ff1629f4 7ea504f7 3d4a5c86 d8c89031 9944603b 333729c2
11:24:38 ipsec,debug ipsec: use local ID type IPv4_address
11:24:38 ipsec,debug ipsec: use remote ID type IPv4_address
11:24:38 ipsec,debug ipsec: IDci:
11:24:38 ipsec,debug ipsec: 01000000 0aef1602
11:24:38 ipsec,debug ipsec: IDcr:
11:24:38 ipsec,debug ipsec: 01000000 bcf60034
11:24:38 ipsec,debug ipsec: IDs not attached
11:24:38 ipsec,debug ipsec: NAT-OAi:
11:24:38 ipsec,debug ipsec: 01001194 0aef1602
11:24:38 ipsec,debug ipsec: NAT-OAr:
11:24:38 ipsec,debug ipsec: 01001194 bcf60034
11:24:38 ipsec,debug ipsec: add payload of len 52, next type 10
11:24:38 ipsec,debug ipsec: add payload of len 24, next type 4
11:24:38 ipsec,debug ipsec: add payload of len 128, next type 21
11:24:38 ipsec,debug ipsec: add payload of len 8, next type 21
11:24:38 ipsec,debug ipsec: add payload of len 8, next type 0
11:24:38 ipsec,debug ipsec: HASH with:
11:24:38 ipsec,debug ipsec: 94eb6d3b 0a000038 00000001 00000001 0000002c 01030401 05bce0eb 00000020
11:24:38 ipsec,debug ipsec: 010c0000 80010001 80020708 80040004 80060080 80050002 80030002 0400001c
11:24:38 ipsec,debug ipsec: a7bea092 b0c0181d c5824cbb b1e70a3c 998b1dac f03c713b 15000084 944c6687
11:24:38 ipsec,debug ipsec: c7db3d72 0614b187 243108f6 3f5978a3 9743c45e 639767ac 822639cf 26167299
11:24:38 ipsec,debug ipsec: 8a05ab18 28978b2d 15cec279 cd0d23c0 ef59e9a7 4b5bf523 7373e07c ae890c0d
11:24:38 ipsec,debug ipsec: 4bd0a653 77129e70 5678e087 768e8b8f 33ab7ae5 3c3f7c8a 2855e78f b84888b6
11:24:38 ipsec,debug ipsec: 9d9f5e7a ff1629f4 7ea504f7 3d4a5c86 d8c89031 9944603b 333729c2 1500000c
11:24:38 ipsec,debug ipsec: 01001194 0aef1602 0000000c 01001194 bcf60034
11:24:38 ipsec,debug ipsec: hmac(hmac_sha1)
11:24:38 ipsec,debug ipsec: HASH computed:
11:24:38 ipsec,debug ipsec: 49a5eacd 013e1f69 953d7f24 2c606c62 a407ebf0
11:24:38 ipsec,debug ipsec: add payload of len 20, next type 1
11:24:38 ipsec,debug ipsec: begin encryption.
11:24:38 ipsec,debug ipsec: encryption(3des)
11:24:38 ipsec,debug ipsec: pad length = 8
11:24:38 ipsec,debug ipsec: 01000018 49a5eacd 013e1f69 953d7f24 2c606c62 a407ebf0 0a000038 00000001
11:24:38 ipsec,debug ipsec: 00000001 0000002c 01030401 05bce0eb 00000020 010c0000 80010001 80020708
11:24:38 ipsec,debug ipsec: 80040004 80060080 80050002 80030002 0400001c a7bea092 b0c0181d c5824cbb
11:24:38 ipsec,debug ipsec: b1e70a3c 998b1dac f03c713b 15000084 944c6687 c7db3d72 0614b187 243108f6
11:24:38 ipsec,debug ipsec: 3f5978a3 9743c45e 639767ac 822639cf 26167299 8a05ab18 28978b2d 15cec279
11:24:38 ipsec,debug ipsec: cd0d23c0 ef59e9a7 4b5bf523 7373e07c ae890c0d 4bd0a653 77129e70 5678e087
11:24:38 ipsec,debug ipsec: 768e8b8f 33ab7ae5 3c3f7c8a 2855e78f b84888b6 9d9f5e7a ff1629f4 7ea504f7
11:24:38 ipsec,debug ipsec: 3d4a5c86 d8c89031 9944603b 333729c2 1500000c 01001194 0aef1602 0000000c
11:24:38 ipsec,debug ipsec: 01001194 bcf60034 679abb2c 88b5e607
11:24:38 ipsec,debug ipsec: encryption(3des)
11:24:38 ipsec,debug ipsec: with key:
11:24:38 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:24:38 ipsec,debug ipsec: encrypted payload by IV:
11:24:38 ipsec,debug ipsec: a4f8f445 e4c5c94d
11:24:38 ipsec,debug ipsec: save IV for next:
11:24:38 ipsec,debug ipsec: d0b06653 0b215510
11:24:38 ipsec,debug ipsec: encrypted.
11:24:38 ipsec,debug ipsec: Adding NON-ESP marker
11:24:38 ipsec,debug ipsec: 304 bytes from 10.239.22.2[4500] to 188.246.0.52[4500]
11:24:38 ipsec,debug ipsec: 1 times of 304 bytes message will be sent to 188.246.0.52[4500]
11:24:38 ipsec,debug,packet ipsec: 00000000 f4446b30 1da25a51 5339ec46 80d0de1c 08102001 94eb6d3b 0000012c
11:24:38 ipsec,debug,packet ipsec: 9cbd463b bcbf249e 5c84e78c 41290462 bee0fe87 c81025b0 d2059423 25fca641
11:24:38 ipsec,debug,packet ipsec: 4b5884fa 99642b7e f106bd75 7ddad0cf 9862077d f12c6506 d5fb1d3c f6c2c917
11:24:38 ipsec,debug,packet ipsec: cff90e1d 8e5aa5e1 d27939a2 712f2fa9 0de568d9 49e0b2e7 e888159b b94e581d
11:24:38 ipsec,debug,packet ipsec: d7452915 9f23d84c 86ca858c 2aa95ead 4019be34 32b37aca 80eac450 d6ef9864
11:24:38 ipsec,debug,packet ipsec: 27d0c291 bf984b8e 20fb813b 3cae4cb5 5741dd38 a3fe47f1 f8942106 4b142276
11:24:38 ipsec,debug,packet ipsec: b26fb2e8 fa57265c da62286b 166cb82d b98eba2d 7af11aa5 3e04c56d b1abd160
11:24:38 ipsec,debug,packet ipsec: 3cb42a1a 577cdc01 3ed9325e 64ea0834 1fa8f41d 508b9306 f910af3c 9dab4232
11:24:38 ipsec,debug,packet ipsec: cbdc8f66 12e2839f 0fbd0008 045df648 f903db49 65f97c7e 5718c01c 7994c1c4
11:24:38 ipsec,debug,packet ipsec: 71e4ed1a 1ec80da8 d0b06653 0b215510
11:24:38 ipsec ipsec: sent phase2 packet 10.239.22.2[4500]<=>188.246.0.52[4500] f4446b301da25a51:5339ec4680d0de1c:94eb6d3b
11:24:38 ipsec,debug ipsec: ===== received 68 bytes from 188.246.0.52[4500] to 10.239.22.2[4500]
11:24:38 ipsec,debug,packet ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 33d21a11 00000044 e49415cf
11:24:38 ipsec,debug,packet ipsec: e04e2b41 0b0e5b95 73fcf847 0c4b2565 46db419d bdb4d6f7 b00a0580 05a99648
11:24:38 ipsec,debug,packet ipsec: a0924310
11:24:38 ipsec ipsec: receive Information.
11:24:38 ipsec,debug ipsec: compute IV for phase2
11:24:38 ipsec,debug ipsec: phase1 last IV:
11:24:38 ipsec,debug ipsec: 91fc925d e6095451 33d21a11
11:24:38 ipsec,debug ipsec: hash(sha1)
11:24:38 ipsec,debug ipsec: encryption(3des)
11:24:38 ipsec,debug ipsec: phase2 IV computed:
11:24:38 ipsec,debug ipsec: 50123f2f f10b4faa
11:24:38 ipsec,debug ipsec: encryption(3des)
11:24:38 ipsec,debug ipsec: IV was saved for next processing:
11:24:38 ipsec,debug ipsec: 05a99648 a0924310
11:24:38 ipsec,debug ipsec: encryption(3des)
11:24:38 ipsec,debug ipsec: with key:
11:24:38 ipsec,debug ipsec: 04b94520 a0f7efcf ef0c1c28 ab94e30f 909d2560 a00ed8ba
11:24:38 ipsec,debug ipsec: decrypted payload by IV:
11:24:38 ipsec,debug ipsec: 50123f2f f10b4faa
11:24:38 ipsec,debug ipsec: decrypted payload, but not trimed.
11:24:38 ipsec,debug ipsec: 0b000018 64425ac5 fc7f6569 c69b6fce 0f96975c e63958d1 0000000c 00000001
11:24:38 ipsec,debug ipsec: 01000010 00000000
11:24:38 ipsec,debug ipsec: padding len=1
11:24:38 ipsec,debug ipsec: skip to trim padding.
11:24:38 ipsec,debug ipsec: decrypted.
11:24:38 ipsec,debug ipsec: f4446b30 1da25a51 5339ec46 80d0de1c 08100501 33d21a11 00000044 0b000018
11:24:38 ipsec,debug ipsec: 64425ac5 fc7f6569 c69b6fce 0f96975c e63958d1 0000000c 00000001 01000010
11:24:38 ipsec,debug ipsec: 00000000
11:24:38 ipsec,debug ipsec: HASH with:
11:24:38 ipsec,debug ipsec: 33d21a11 0000000c 00000001 01000010
11:24:38 ipsec,debug ipsec: hmac(hmac_sha1)
11:24:38 ipsec,debug ipsec: HASH computed:
11:24:38 ipsec,debug ipsec: 64425ac5 fc7f6569 c69b6fce 0f96975c e63958d1
11:24:38 ipsec,debug ipsec: hash validated.
11:24:38 ipsec,debug ipsec: begin.
11:24:38 ipsec,debug ipsec: seen nptype=8(hash) len=24
11:24:38 ipsec,debug ipsec: seen nptype=11(notify) len=12
11:24:38 ipsec,debug ipsec: succeed.
11:24:38 ipsec ipsec: 188.246.0.52 notify: PAYLOAD-MALFORMED
11:24:38 ipsec ipsec: 188.246.0.52 fatal PAYLOAD-MALFORMED notify messsage, phase1 should be deleted.
11:24:39 ipsec,debug ipsec: KA: 10.239.22.2[4500]->188.246.0.52[4500]
11:24:39 ipsec,debug ipsec: 1 times of 1 bytes message will be sent to 188.246.0.52[4500]
11:24:39 ipsec,debug,packet ipsec: ff


Gruß
Ch3p
Member: aqui
aqui Jul 31, 2017 updated at 09:59:14 (UTC)
Goto Top
Bedenke immer das L2TP und native IPsec zwei vollkommen unterschiedliche VPN Protokolle sind die NICHT miteinander kompatibel sind.
Die Frage ist also jetzt benutzt du native IPsec oder L2TP ??
Ein Mischmasch auf beiden Seiten funktioniert natürlich niemals, das ist klar ! Es darf rein nur IPsec sein oder L2TP.
Member: Ch3p4cK
Ch3p4cK Jul 31, 2017 at 10:49:28 (UTC)
Goto Top
Vom Anbieter habe ich nur die Info L2TP over IPSec. Ich kann dort allerdings mal nachforschen.

Lässt sich das eventuell von der Cisco Config ableiten, die ich im 1. Posting dabei hatte? Diese ist nämlich aus der FAQ des Anbieters.
Oder gibt es eine andere Möglichkeit, dies herauszufinden? Denn wie erwähnt mit Windows Boardmitteln kann ich die Verbindung ohne Probleme herstellen.


Gruß
Ch3p
Member: aqui
aqui Jul 31, 2017 at 11:08:23 (UTC)
Goto Top
L2TP gibt es in 2 Varianten, einmal das native L2TP und das over IPsec wo die Produktivdaten in einem ESP IPsec Tunnel transportiert werden. Beides ist nicht kompatibel zueinenader.
Möglich das die L2TP Implementation bei MT nur die native mit PPP ist. Das würde erklären das es nicht klappt.
Die Anleitung:
https://wiki.mikrotik.com/wiki/Manual:Interface/L2TP
sagt nämlich nichts von der IPsec Variante und auch die dortige Konfig hat kein IPsec sondern rein PPP.

Hier sieht es aber schon ganz anders aus:
https://wiki.mikrotik.com/wiki/L2TP_%2B_IPSEC_between_Mikrotik_router_an ...
In der Konfig werden dediziert die IPsec Proposal definiert und das zeigt klar das L2TP over IPsec auch mit dem MT supportet ist.
Die Frage ist welche Encryption dein Provider nutzt ?? Hier muss man aufpassen das das gleich ist beidseitig.
Standard ist 3DES und SHA1. Möglich aber auch das der Provider nur AES macht. Das musst du klären.

Externe VPN provider sind aber immer gruselig. Da die die Schlüssel alle kennen ist das vollkommen unsicher. Zumal auch Schlapphüte an den Tunnelpun kten verstärkt schnüffeln.
Sowas ist eigentlich immer ein NoGo...aber muss jeder selber wissen...