I’ve given up with NetworkManager and am now trying to get Strongswan to work directly but phase 1 negotiation keeps failing. I attempted to set StrongSwan to use the same rules that work with Android but phase 1 keeps failing. Any idea what could be wrong?
Here’s my ipsec.conf:
# ipsec.conf - strongSwan IPsec configuration file
# basic configuration
config setup
# strictcrlpolicy=yes
# uniqueids = no
charondebug="ike 1, knl 1, cfg 0"
uniqueids=no
# Add connections here.
# Sample VPN connections
#conn sample-self-signed
# leftsubnet=10.1.0.0/16
# leftcert=selfCert.der
# leftsendcert=never
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightcert=peerCert.der
# auto=start
#conn sample-with-ca-cert
# leftsubnet=10.1.0.0/16
# leftcert=myCert.pem
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightid="C=CH, O=Linux strongSwan CN=peer name"
# auto=start
conn home-base
left=%any
leftfirewall=yes
right=1.2.3.4 (my external public IP (not my actual IP))
auto=add
type=transport
conn Home
also=home-base
dpdaction=restart
dpddelay=30s
dpdtimeout=120s
fragmentation=accept
keyexchange=ikev1
ah=sha512-sha256-modp2048-modp1024
ike=aes256-sha512-modp2048,aes128-sha256-modp2048,aes128-sha256-modp1024,aes256-sha256-modp1024,aes256-sha512-modp1024
ikelifetime=8h
esp=aes256-sha512-modp2048,aes256-sha256-modp2048,aes256-sha512,aes256-sha256-modp1024,aes256-sha512-modp1024
leftauth=psk
rightauth=psk
rightauth2=xauth
lifetime=8h
xauth_identity=xxxx (xauth login)
xauth=client
authby=xauthpsk
ipsec.secrets:
#
# ipsec.secrets
#
# This file holds the RSA private keys or the PSK preshared secrets for
# the IKE/IPsec authentication. See the ipsec.secrets(5) manual page.
#
1.2.3.4 %any : PSK "psk password"
1.2.3.4 xxxx (xauth login) : XAUTH "(xauth password)"
I’m getting the following error when connecting with StrongSwan:
nov/15 22:31:07 ipsec,debug ipsec: ===== received 384 bytes from xx.xxx.148.156[56269] to 1.2.3.4[500]
nov/15 22:31:07 ipsec,debug,packet ipsec: e3a47dfb 486cd7d2 00000000 00000000 01100200 00000000 00000180 0d000104
nov/15 22:31:07 ipsec,debug,packet ipsec: 00000001 00000001 000000f8 00010007 03000024 01010000 80010007 800e0100
nov/15 22:31:07 ipsec,debug,packet ipsec: 80020006 8004000e 8003fdea 800b0001 800c7080 03000024 02010000 80010007
nov/15 22:31:07 ipsec,debug,packet ipsec: 800e0080 80020004 8004000e 8003fdea 800b0001 800c7080 03000024 03010000
nov/15 22:31:07 ipsec,debug,packet ipsec: 80010007 800e0080 80020004 80040002 8003fdea 800b0001 800c7080 03000024
nov/15 22:31:07 ipsec,debug,packet ipsec: 04010000 80010007 800e0100 80020004 80040002 8003fdea 800b0001 800c7080
nov/15 22:31:07 ipsec,debug,packet ipsec: 03000024 05010000 80010007 800e0100 80020006 80040002 8003fdea 800b0001
nov/15 22:31:07 ipsec,debug,packet ipsec: 800c7080 03000024 06010000 80010007 800e0080 80020004 80040013 8003fdea
nov/15 22:31:07 ipsec,debug,packet ipsec: 800b0001 800c7080 00000018 07010000 80040013 8003fdea 800b0001 800c7080
nov/15 22:31:07 ipsec,debug,packet ipsec: 0d00000c 09002689 dfd6b712 0d000014 afcad713 68a1f1c9 6b8696fc 77570100
nov/15 22:31:07 ipsec,debug,packet ipsec: 0d000018 4048b7d5 6ebce885 25e7de7f 00d6c2d3 80000000 0d000014 4a131c81
nov/15 22:31:07 ipsec,debug,packet ipsec: 07035845 5c5728f2 0e95452f 00000014 90cb8091 3ebb696e 086381b5 ec427b1f
nov/15 22:31:07 ipsec,debug ipsec: ===
nov/15 22:31:07 ipsec,info respond new phase 1 (Identity Protection): 1.2.3.4[500]<=>xx.xxx.148.156[56269]
nov/15 22:31:07 ipsec,debug ipsec: begin.
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=1(sa) len=260
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=13(vid) len=12
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=13(vid) len=24
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:31:07 ipsec,debug ipsec: succeed.
nov/15 22:31:07 ipsec,debug ipsec: remote supports DPD
nov/15 22:31:07 ipsec,debug ipsec: total SA len=256
nov/15 22:31:07 ipsec,debug ipsec: 00000001 00000001 000000f8 00010007 03000024 01010000 80010007 800e0100
nov/15 22:31:07 ipsec,debug ipsec: 80020006 8004000e 8003fdea 800b0001 800c7080 03000024 02010000 80010007
nov/15 22:31:07 ipsec,debug ipsec: 800e0080 80020004 8004000e 8003fdea 800b0001 800c7080 03000024 03010000
nov/15 22:31:07 ipsec,debug ipsec: 80010007 800e0080 80020004 80040002 8003fdea 800b0001 800c7080 03000024
nov/15 22:31:07 ipsec,debug ipsec: 04010000 80010007 800e0100 80020004 80040002 8003fdea 800b0001 800c7080
nov/15 22:31:07 ipsec,debug ipsec: 03000024 05010000 80010007 800e0100 80020006 80040002 8003fdea 800b0001
nov/15 22:31:07 ipsec,debug ipsec: 800c7080 03000024 06010000 80010007 800e0080 80020004 80040013 8003fdea
nov/15 22:31:07 ipsec,debug ipsec: 800b0001 800c7080 00000018 07010000 80040013 8003fdea 800b0001 800c7080
nov/15 22:31:07 ipsec,debug ipsec: begin.
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=2(prop) len=248
nov/15 22:31:07 ipsec,debug ipsec: succeed.
nov/15 22:31:07 ipsec,debug ipsec: proposal #0 len=248
nov/15 22:31:07 ipsec,debug ipsec: begin.
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:07 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:31:07 ipsec,debug ipsec: succeed.
nov/15 22:31:07 ipsec,debug ipsec: transform #1 len=36
nov/15 22:31:07 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:07 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:07 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:31:07 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:31:07 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=2048-bit MODP group
nov/15 22:31:07 ipsec,debug ipsec: dh(modp2048)
nov/15 22:31:07 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:07 ipsec,debug ipsec: transform #2 len=36
nov/15 22:31:07 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:07 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:07 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:31:07 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:07 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=2048-bit MODP group
nov/15 22:31:07 ipsec,debug ipsec: dh(modp2048)
nov/15 22:31:07 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:07 ipsec,debug ipsec: transform #3 len=36
nov/15 22:31:07 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:07 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:07 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:31:07 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:07 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:31:07 ipsec,debug ipsec: dh(modp1024)
nov/15 22:31:07 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:07 ipsec,debug ipsec: transform #4 len=36
nov/15 22:31:07 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:07 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:07 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:31:07 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:07 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:31:07 ipsec,debug ipsec: dh(modp1024)
nov/15 22:31:07 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:07 ipsec,debug ipsec: transform #5 len=36
nov/15 22:31:07 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:07 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:07 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:31:07 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:31:07 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:31:07 ipsec,debug ipsec: dh(modp1024)
nov/15 22:31:07 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:07 ipsec,debug ipsec: transform #6 len=36
nov/15 22:31:07 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:07 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:07 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:31:07 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:07 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=19
nov/15 22:31:07 ipsec,debug ipsec: transform #7 len=24
nov/15 22:31:07 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=19
nov/15 22:31:07 ipsec,error xx.xxx.148.156 failed to get valid proposal.
nov/15 22:31:07 ipsec,error xx.xxx.148.156 failed to pre-process ph1 packet (side: 1, status 1).
nov/15 22:31:07 ipsec,error xx.xxx.148.156 phase1 negotiation failed.
nov/15 22:31:11 ipsec,debug ipsec: ===== received 384 bytes from xx.xxx.148.156[56269] to 1.2.3.4[500]
nov/15 22:31:11 ipsec,debug,packet ipsec: e3a47dfb 486cd7d2 00000000 00000000 01100200 00000000 00000180 0d000104
nov/15 22:31:11 ipsec,debug,packet ipsec: 00000001 00000001 000000f8 00010007 03000024 01010000 80010007 800e0100
nov/15 22:31:11 ipsec,debug,packet ipsec: 80020006 8004000e 8003fdea 800b0001 800c7080 03000024 02010000 80010007
nov/15 22:31:11 ipsec,debug,packet ipsec: 800e0080 80020004 8004000e 8003fdea 800b0001 800c7080 03000024 03010000
nov/15 22:31:11 ipsec,debug,packet ipsec: 80010007 800e0080 80020004 80040002 8003fdea 800b0001 800c7080 03000024
nov/15 22:31:11 ipsec,debug,packet ipsec: 04010000 80010007 800e0100 80020004 80040002 8003fdea 800b0001 800c7080
nov/15 22:31:11 ipsec,debug,packet ipsec: 03000024 05010000 80010007 800e0100 80020006 80040002 8003fdea 800b0001
nov/15 22:31:11 ipsec,debug,packet ipsec: 800c7080 03000024 06010000 80010007 800e0080 80020004 80040013 8003fdea
nov/15 22:31:11 ipsec,debug,packet ipsec: 800b0001 800c7080 00000018 07010000 80040013 8003fdea 800b0001 800c7080
nov/15 22:31:11 ipsec,debug,packet ipsec: 0d00000c 09002689 dfd6b712 0d000014 afcad713 68a1f1c9 6b8696fc 77570100
nov/15 22:31:11 ipsec,debug,packet ipsec: 0d000018 4048b7d5 6ebce885 25e7de7f 00d6c2d3 80000000 0d000014 4a131c81
nov/15 22:31:11 ipsec,debug,packet ipsec: 07035845 5c5728f2 0e95452f 00000014 90cb8091 3ebb696e 086381b5 ec427b1f
nov/15 22:31:11 ipsec,debug ipsec: ===
nov/15 22:31:11 ipsec,info respond new phase 1 (Identity Protection) 1.2.3.4[500]<=>xx.xxx.148.156[56269]
nov/15 22:31:11 ipsec,debug ipsec: begin.
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=1(sa) len=260
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=13(vid) len=12
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=13(vid) len=24
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:31:11 ipsec,debug ipsec: succeed.
nov/15 22:31:11 ipsec,debug ipsec: remote supports DPD
nov/15 22:31:11 ipsec,debug ipsec: total SA len=256
nov/15 22:31:11 ipsec,debug ipsec: 00000001 00000001 000000f8 00010007 03000024 01010000 80010007 800e0100
nov/15 22:31:11 ipsec,debug ipsec: 80020006 8004000e 8003fdea 800b0001 800c7080 03000024 02010000 80010007
nov/15 22:31:11 ipsec,debug ipsec: 800e0080 80020004 8004000e 8003fdea 800b0001 800c7080 03000024 03010000
nov/15 22:31:11 ipsec,debug ipsec: 80010007 800e0080 80020004 80040002 8003fdea 800b0001 800c7080 03000024
nov/15 22:31:11 ipsec,debug ipsec: 04010000 80010007 800e0100 80020004 80040002 8003fdea 800b0001 800c7080
nov/15 22:31:11 ipsec,debug ipsec: 03000024 05010000 80010007 800e0100 80020006 80040002 8003fdea 800b0001
nov/15 22:31:11 ipsec,debug ipsec: 800c7080 03000024 06010000 80010007 800e0080 80020004 80040013 8003fdea
nov/15 22:31:11 ipsec,debug ipsec: 800b0001 800c7080 00000018 07010000 80040013 8003fdea 800b0001 800c7080
nov/15 22:31:11 ipsec,debug ipsec: begin.
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=2(prop) len=248
nov/15 22:31:11 ipsec,debug ipsec: succeed.
nov/15 22:31:11 ipsec,debug ipsec: proposal #0 len=248
nov/15 22:31:11 ipsec,debug ipsec: begin.
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:31:11 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:31:11 ipsec,debug ipsec: succeed.
nov/15 22:31:11 ipsec,debug ipsec: transform #1 len=36
nov/15 22:31:11 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:11 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:11 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:31:11 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:31:11 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=2048-bit MODP group
nov/15 22:31:11 ipsec,debug ipsec: dh(modp2048)
nov/15 22:31:11 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:11 ipsec,debug ipsec: transform #2 len=36
nov/15 22:31:11 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:11 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:11 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:31:11 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:11 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=2048-bit MODP group
nov/15 22:31:11 ipsec,debug ipsec: dh(modp2048)
nov/15 22:31:11 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:11 ipsec,debug ipsec: transform #3 len=36
nov/15 22:31:11 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:11 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:11 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:31:11 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:11 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:31:11 ipsec,debug ipsec: dh(modp1024)
nov/15 22:31:11 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:11 ipsec,debug ipsec: transform #4 len=36
nov/15 22:31:11 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:11 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:11 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:31:11 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:11 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:31:11 ipsec,debug ipsec: dh(modp1024)
nov/15 22:31:11 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:11 ipsec,debug ipsec: transform #5 len=36
nov/15 22:31:11 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:11 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:11 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:31:11 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:31:11 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:31:11 ipsec,debug ipsec: dh(modp1024)
nov/15 22:31:11 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=XAuth pskey server
nov/15 22:31:11 ipsec,debug ipsec: transform #6 len=36
nov/15 22:31:11 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:31:11 ipsec,debug ipsec: encryption(aes)
nov/15 22:31:11 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:31:11 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:31:11 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=19
nov/15 22:31:11 ipsec,debug ipsec: transform #7 len=24
nov/15 22:31:11 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=19
nov/15 22:31:11 ipsec,error xx.xxx.148.156 failed to get valid proposal.
nov/15 22:31:11 ipsec,error xx.xxx.148.156 failed to pre-process ph1 packet (side: 1, status 1).
nov/15 22:31:11 ipsec,error xx.xxx.148.156 phase1 negotiation failed.
Now this works fine with my Android client configured to use XAUTH PSK. In this case I have the server address set to 1.2.3.4, the IPSec identifier blank, the xauth user and password set to the values I use in /ip ipsec users (and ipsec.secrets).
Here’s the log with a successful connection with Android:
nov/15 22:44:31 ipsec,debug ipsec: ===== received 756 bytes from xx.xxx.148.156[23059] to 1.2.3.4[500]
nov/15 22:44:31 ipsec,debug,packet ipsec: 54878e47 70d12b0d 00000000 00000000 01100200 00000000 000002f4 0d00023c
nov/15 22:44:31 ipsec,debug,packet ipsec: 00000001 00000001 00000230 01010010 03000024 01010000 800b0001 800c7080
nov/15 22:44:31 ipsec,debug,packet ipsec: 80010007 800e0100 8003fde9 80020005 80040002 03000024 02010000 800b0001
nov/15 22:44:31 ipsec,debug,packet ipsec: 800c7080 80010007 800e0100 8003fde9 80020004 80040002 03000024 03010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010007 800e0100 8003fde9 80020006 80040002 03000024
nov/15 22:44:31 ipsec,debug,packet ipsec: 04010000 800b0001 800c7080 80010007 800e0100 8003fde9 80020002 80040002
nov/15 22:44:31 ipsec,debug,packet ipsec: 03000024 05010000 800b0001 800c7080 80010007 800e0100 8003fde9 80020001
nov/15 22:44:31 ipsec,debug,packet ipsec: 80040002 03000024 06010000 800b0001 800c7080 80010007 800e0080 8003fde9
nov/15 22:44:31 ipsec,debug,packet ipsec: 80020006 80040002 03000024 07010000 800b0001 800c7080 80010007 800e0080
nov/15 22:44:31 ipsec,debug,packet ipsec: 8003fde9 80020005 80040002 03000024 08010000 800b0001 800c7080 80010007
nov/15 22:44:31 ipsec,debug,packet ipsec: 800e0080 8003fde9 80020004 80040002 03000024 09010000 800b0001 800c7080
nov/15 22:44:31 ipsec,debug,packet ipsec: 80010007 800e0080 8003fde9 80020002 80040002 03000024 0a010000 800b0001
nov/15 22:44:31 ipsec,debug,packet ipsec: 800c7080 80010007 800e0080 8003fde9 80020001 80040002 03000020 0b010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010005 8003fde9 80020004 80040002 03000020 0c010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010005 8003fde9 80020002 80040002 03000020 0d010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010005 8003fde9 80020001 80040002 03000020 0e010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010001 8003fde9 80020004 80040002 03000020 0f010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010001 8003fde9 80020002 80040002 00000020 10010000
nov/15 22:44:31 ipsec,debug,packet ipsec: 800b0001 800c7080 80010001 8003fde9 80020001 80040002 0d000014 4a131c81
nov/15 22:44:31 ipsec,debug,packet ipsec: 07035845 5c5728f2 0e95452f 0d000014 cd604643 35df21f8 7cfdb2fc 68b6a448
nov/15 22:44:31 ipsec,debug,packet ipsec: 0d000014 90cb8091 3ebb696e 086381b5 ec427b1f 0d000014 4485152d 18b6bbcd
nov/15 22:44:31 ipsec,debug,packet ipsec: 0be8a846 9579ddcc 0d00000c 09002689 dfd6b712 0d000014 12f5f28c 457168a9
nov/15 22:44:31 ipsec,debug,packet ipsec: 702d9fe2 74cc0100 0d000018 4048b7d5 6ebce885 25e7de7f 00d6c2d3 80000000
nov/15 22:44:31 ipsec,debug,packet ipsec: 00000014 afcad713 68a1f1c9 6b8696fc 77570100
nov/15 22:44:31 ipsec,debug ipsec: ===
nov/15 22:44:31 ipsec,info respond new phase 1 (Identity Protection): 1.2.3.4[500]<=>xx.xxx.148.156[23059]
nov/15 22:44:31 ipsec,debug ipsec: begin.
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=1(sa) len=572
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=12
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=24
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=13(vid) len=20
nov/15 22:44:31 ipsec,debug ipsec: succeed.
nov/15 22:44:31 ipsec,debug ipsec: remote supports DPD
nov/15 22:44:31 ipsec,debug ipsec: total SA len=568
nov/15 22:44:31 ipsec,debug ipsec: 00000001 00000001 00000230 01010010 03000024 01010000 800b0001 800c7080
nov/15 22:44:31 ipsec,debug ipsec: 80010007 800e0100 8003fde9 80020005 80040002 03000024 02010000 800b0001
nov/15 22:44:31 ipsec,debug ipsec: 800c7080 80010007 800e0100 8003fde9 80020004 80040002 03000024 03010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010007 800e0100 8003fde9 80020006 80040002 03000024
nov/15 22:44:31 ipsec,debug ipsec: 04010000 800b0001 800c7080 80010007 800e0100 8003fde9 80020002 80040002
nov/15 22:44:31 ipsec,debug ipsec: 03000024 05010000 800b0001 800c7080 80010007 800e0100 8003fde9 80020001
nov/15 22:44:31 ipsec,debug ipsec: 80040002 03000024 06010000 800b0001 800c7080 80010007 800e0080 8003fde9
nov/15 22:44:31 ipsec,debug ipsec: 80020006 80040002 03000024 07010000 800b0001 800c7080 80010007 800e0080
nov/15 22:44:31 ipsec,debug ipsec: 8003fde9 80020005 80040002 03000024 08010000 800b0001 800c7080 80010007
nov/15 22:44:31 ipsec,debug ipsec: 800e0080 8003fde9 80020004 80040002 03000024 09010000 800b0001 800c7080
nov/15 22:44:31 ipsec,debug ipsec: 80010007 800e0080 8003fde9 80020002 80040002 03000024 0a010000 800b0001
nov/15 22:44:31 ipsec,debug ipsec: 800c7080 80010007 800e0080 8003fde9 80020001 80040002 03000020 0b010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010005 8003fde9 80020004 80040002 03000020 0c010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010005 8003fde9 80020002 80040002 03000020 0d010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010005 8003fde9 80020001 80040002 03000020 0e010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010001 8003fde9 80020004 80040002 03000020 0f010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010001 8003fde9 80020002 80040002 00000020 10010000
nov/15 22:44:31 ipsec,debug ipsec: 800b0001 800c7080 80010001 8003fde9 80020001 80040002
nov/15 22:44:31 ipsec,debug ipsec: begin.
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=2(prop) len=560
nov/15 22:44:31 ipsec,debug ipsec: succeed.
nov/15 22:44:31 ipsec,debug ipsec: proposal #1 len=560
nov/15 22:44:31 ipsec,debug ipsec: begin.
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=36
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=32
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=32
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=32
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=32
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=32
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=3(trns) len=32
nov/15 22:44:31 ipsec,debug ipsec: succeed.
nov/15 22:44:31 ipsec,debug ipsec: transform #1 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=5
nov/15 22:44:31 ipsec,debug ipsec: transform #2 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #3 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #4 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=SHA
nov/15 22:44:31 ipsec,debug ipsec: hash(sha1)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #5 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=MD5
nov/15 22:44:31 ipsec,debug ipsec: hash(md5)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #6 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #7 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=5
nov/15 22:44:31 ipsec,debug ipsec: transform #8 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #9 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=SHA
nov/15 22:44:31 ipsec,debug ipsec: hash(sha1)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #10 len=36
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=MD5
nov/15 22:44:31 ipsec,debug ipsec: hash(md5)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #11 len=32
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=3DES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(3des)
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #12 len=32
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=3DES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(3des)
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=SHA
nov/15 22:44:31 ipsec,debug ipsec: hash(sha1)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #13 len=32
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=3DES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(3des)
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=MD5
nov/15 22:44:31 ipsec,debug ipsec: hash(md5)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #14 len=32
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=DES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(des)
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_256)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #15 len=32
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=DES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(des)
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=SHA
nov/15 22:44:31 ipsec,debug ipsec: hash(sha1)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: transform #16 len=32
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=DES-CBC
nov/15 22:44:31 ipsec,debug ipsec: encryption(des)
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=MD5
nov/15 22:44:31 ipsec,debug ipsec: hash(md5)
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: pair 1:
nov/15 22:44:31 ipsec,debug ipsec: 0x48f440: next=(nil) tnext=0x48f5c8
nov/15 22:44:31 ipsec,debug ipsec: 0x48f5c8: next=(nil) tnext=0x48d680
nov/15 22:44:31 ipsec,debug ipsec: 0x48d680: next=(nil) tnext=0x48c1f8
nov/15 22:44:31 ipsec,debug ipsec: 0x48c1f8: next=(nil) tnext=0x491460
nov/15 22:44:31 ipsec,debug ipsec: 0x491460: next=(nil) tnext=0x4887d0
nov/15 22:44:31 ipsec,debug ipsec: 0x4887d0: next=(nil) tnext=0x48f2b0
nov/15 22:44:31 ipsec,debug ipsec: 0x48f2b0: next=(nil) tnext=0x48d728
nov/15 22:44:31 ipsec,debug ipsec: 0x48d728: next=(nil) tnext=0x48daf8
nov/15 22:44:31 ipsec,debug ipsec: 0x48daf8: next=(nil) tnext=0x48ea00
nov/15 22:44:31 ipsec,debug ipsec: 0x48ea00: next=(nil) tnext=0x48db28
nov/15 22:44:31 ipsec,debug ipsec: 0x48db28: next=(nil) tnext=0x48c840
nov/15 22:44:31 ipsec,debug ipsec: 0x48c840: next=(nil) tnext=0x48dd38
nov/15 22:44:31 ipsec,debug ipsec: 0x48dd38: next=(nil) tnext=0x48e900
nov/15 22:44:31 ipsec,debug ipsec: 0x48e900: next=(nil) tnext=(nil)
nov/15 22:44:31 ipsec,debug ipsec: proposal #1: 14 transform
nov/15 22:44:31 ipsec,debug ipsec: prop#=1, prot-id=ISAKMP, spi-size=0, #trns=16
nov/15 22:44:31 ipsec,debug ipsec: trns#=2, trns-id=IKE
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=4
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 4096-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 3072-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 2048-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 1024-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 128:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 4096-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 128:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 3072-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 128:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 2048-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 128:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 4:4
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 1024-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: prop#=1, prot-id=ISAKMP, spi-size=0, #trns=16
nov/15 22:44:31 ipsec,debug ipsec: trns#=3, trns-id=IKE
nov/15 22:44:31 ipsec,debug ipsec: type=Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:31 ipsec,debug ipsec: type=Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:31 ipsec,debug ipsec: type=Encryption Algorithm, flag=0x8000, lorv=AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:31 ipsec,debug ipsec: type=Authentication Method, flag=0x8000, lorv=GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: type=Hash Algorithm, flag=0x8000, lorv=6
nov/15 22:44:31 ipsec,debug ipsec: type=Group Description, flag=0x8000, lorv=1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 6:6
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 4096-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 6:6
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 3072-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 6:6
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 2048-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: Compared: Local:Peer
nov/15 22:44:31 ipsec,debug ipsec: (lifetime = 28800:28800)
nov/15 22:44:31 ipsec,debug ipsec: (lifebyte = 0:0)
nov/15 22:44:31 ipsec,debug ipsec: enctype = AES-CBC:AES-CBC
nov/15 22:44:31 ipsec,debug ipsec: (encklen = 256:256)
nov/15 22:44:31 ipsec,debug ipsec: hashtype = 6:6
nov/15 22:44:31 ipsec,debug ipsec: authmethod = XAuth pskey server:GSS-API on Kerberos 5
nov/15 22:44:31 ipsec,debug ipsec: dh_group = 1024-bit MODP group:1024-bit MODP group
nov/15 22:44:31 ipsec,debug ipsec: an acceptable proposal found.
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: agreed on XAuth pskey server auth.
nov/15 22:44:31 ipsec,debug ipsec: ===
nov/15 22:44:31 ipsec,debug ipsec: new cookie:
nov/15 22:44:31 ipsec,debug ipsec: ee0c3df5e8b5733d
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 52, next type 13
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 16, next type 13
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 8, next type 13
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 16, next type 13
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 16, next type 13
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 20, next type 0
nov/15 22:44:31 ipsec,debug ipsec: 180 bytes from 1.2.3.4[500] to xx.xxx.148.156[23059]
nov/15 22:44:31 ipsec,debug ipsec: 1 times of 180 bytes message will be sent to xx.xxx.148.156[23059]
nov/15 22:44:31 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 01100200 00000000 000000b4 0d000038
nov/15 22:44:31 ipsec,debug,packet ipsec: 00000001 00000001 0000002c 01010001 00000024 03010000 800b0001 800c7080
nov/15 22:44:31 ipsec,debug,packet ipsec: 80010007 800e0100 8003fde9 80020006 80040002 0d000014 4a131c81 07035845
nov/15 22:44:31 ipsec,debug,packet ipsec: 5c5728f2 0e95452f 0d00000c 09002689 dfd6b712 0d000014 12f5f28c 457168a9
nov/15 22:44:31 ipsec,debug,packet ipsec: 702d9fe2 74cc0100 0d000014 afcad713 68a1f1c9 6b8696fc 77570100 00000018
nov/15 22:44:31 ipsec,debug,packet ipsec: 4048b7d5 6ebce885 25e7de7f 00d6c2d3 80000000
nov/15 22:44:31 ipsec,debug ipsec: ===== received 316 bytes from xx.xxx.148.156[23059] to 1.2.3.4[500]
nov/15 22:44:31 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 04100200 00000000 0000013c 0a000084
nov/15 22:44:31 ipsec,debug,packet ipsec: 18e170e1 403f9577 829d0fdb c43f0e35 15ba5e75 47a06cc0 aa78c625 6ca8484d
nov/15 22:44:31 ipsec,debug,packet ipsec: ee859096 3b894632 c3af7a8d 149ba88e 4e861058 dbfb98d7 e53d7826 f4c6f5c2
nov/15 22:44:31 ipsec,debug,packet ipsec: cc051f5c dd81dc9e 4040f439 d9bbed8c cedcd788 81f4b07a 1fdbf468 424c6b15
nov/15 22:44:31 ipsec,debug,packet ipsec: 6ab1d148 937b887c a5cfb164 78f37580 347cc58c 1630dba2 c08e700b a3cd3379
nov/15 22:44:31 ipsec,debug,packet ipsec: 14000014 c18fe519 358336c1 709d1380 284b3a61 14000044 28446259 14cbdf27
nov/15 22:44:31 ipsec,debug,packet ipsec: 9da89315 15fb0d68 5cbac20b 39e5832a 7a037ef0 691056c4 826f9320 9668c15e
nov/15 22:44:31 ipsec,debug,packet ipsec: 6925d4cc 25617f0a 4d98014e 1bc940aa aa2a1f55 eb3ac676 00000044 e755b3d8
nov/15 22:44:31 ipsec,debug,packet ipsec: 7816db27 58f781d0 e3de7cf9 55b8a6cc 71d855f9 8a6843ad 7cde1e8d 614308b8
nov/15 22:44:31 ipsec,debug,packet ipsec: cece4dc1 5e91c2fc 6bfee603 c487120a 8dd3fb7c 0e8ee12d 6eeb4b15
nov/15 22:44:31 ipsec,debug ipsec: begin.
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=4(ke) len=132
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=10(nonce) len=20
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=20(nat-d) len=68
nov/15 22:44:31 ipsec,debug ipsec: seen nptype=20(nat-d) len=68
nov/15 22:44:31 ipsec,debug ipsec: succeed.
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:31 ipsec,debug ipsec: ===
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:31 ipsec,debug ipsec: compute DH's private.
nov/15 22:44:31 ipsec,debug ipsec: 66c586a9 e8041e28 34d3489d 883556bb 05c8625c fa95721c ea4dd546 5ab92fc4
nov/15 22:44:31 ipsec,debug ipsec: c329b720 3b2985f9 21c59cca 25636de7 8178425e 8b92677a 52070afb cbaadbc1
nov/15 22:44:31 ipsec,debug ipsec: 1c3f7fb0 cc0f187f aaadc983 0daae930 c501600c bc4af6f6 30f2cc81 771c0178
nov/15 22:44:31 ipsec,debug ipsec: ecf64e08 498bed50 3b562d0f b75017b9 9d25747b ce11a881 880f5d4a 0ff098c3
nov/15 22:44:31 ipsec,debug ipsec: compute DH's public.
nov/15 22:44:31 ipsec,debug ipsec: 191ed5cd 258a1d78 c3ba62f2 23fbeee4 bed3b45c 65d09cd8 ecf84c1f 93ef6dcb
nov/15 22:44:31 ipsec,debug ipsec: 3594330c 68fec16f b434d4f5 b273fdbd eede8776 d94e0ad8 5b569ceb a72b744d
nov/15 22:44:31 ipsec,debug ipsec: 09ec1533 6260381d b52f4ae1 8791ab9d d41c9932 bbb37f43 0156a8bf 1e754a62
nov/15 22:44:31 ipsec,debug ipsec: 2bfe8faf 987174b1 1fd9a725 09e79424 7b621641 e4647d6f 0691c7c6 e2a0cb65
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:31 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 128, next type 10
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 24, next type 20
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 64, next type 20
nov/15 22:44:31 ipsec,debug ipsec: add payload of len 64, next type 0
nov/15 22:44:31 ipsec,debug ipsec: 324 bytes from 1.2.3.4[500] to xx.xxx.148.156[23059]
nov/15 22:44:31 ipsec,debug ipsec: 1 times of 324 bytes message will be sent to xx.xxx.148.156[23059]
nov/15 22:44:31 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 04100200 00000000 00000144 0a000084
nov/15 22:44:31 ipsec,debug,packet ipsec: 191ed5cd 258a1d78 c3ba62f2 23fbeee4 bed3b45c 65d09cd8 ecf84c1f 93ef6dcb
nov/15 22:44:31 ipsec,debug,packet ipsec: 3594330c 68fec16f b434d4f5 b273fdbd eede8776 d94e0ad8 5b569ceb a72b744d
nov/15 22:44:31 ipsec,debug,packet ipsec: 09ec1533 6260381d b52f4ae1 8791ab9d d41c9932 bbb37f43 0156a8bf 1e754a62
nov/15 22:44:31 ipsec,debug,packet ipsec: 2bfe8faf 987174b1 1fd9a725 09e79424 7b621641 e4647d6f 0691c7c6 e2a0cb65
nov/15 22:44:31 ipsec,debug,packet ipsec: 1400001c d92dac31 38b12a40 605ee18e 67574fe8 4f333cfe a2c6be9c 14000044
nov/15 22:44:31 ipsec,debug,packet ipsec: 23970d09 9b284c37 169257ee b71896b1 30877f4a 2657c29e d36f8e60 cbf365e9
nov/15 22:44:31 ipsec,debug,packet ipsec: 335fab7f 9701399c b792acdd e83766af bccede3a f4fa973f 73cde5f6 206b32d3
nov/15 22:44:31 ipsec,debug,packet ipsec: 00000044 28446259 14cbdf27 9da89315 15fb0d68 5cbac20b 39e5832a 7a037ef0
nov/15 22:44:31 ipsec,debug,packet ipsec: 691056c4 826f9320 9668c15e 6925d4cc 25617f0a 4d98014e 1bc940aa aa2a1f55
nov/15 22:44:31 ipsec,debug,packet ipsec: eb3ac676
nov/15 22:44:31 ipsec,debug ipsec: dh(modp1024)
nov/15 22:44:32 ipsec,debug ipsec: compute DH's shared.
nov/15 22:44:32 ipsec,debug ipsec:
nov/15 22:44:32 ipsec,debug ipsec: f417d98b ccb126dd 5b02f7ed b90cfd17 84c319f7 856de400 31e4ec37 ea011b10
nov/15 22:44:32 ipsec,debug ipsec: 4048a92f 78eab385 4a8aeca3 4e055449 9e9a519e 96ee3f03 9af8c061 5101c57f
nov/15 22:44:32 ipsec,debug ipsec: d53335de ef1095fc 9b161316 108a3262 7e421fe2 0a9f8403 54efbc16 721db97b
nov/15 22:44:32 ipsec,debug ipsec: 7ed5325d a1b6dea5 c9c5b2fb 12d31a41 010ac4e3 6fcebf8f 19c01871 181bf77e
nov/15 22:44:32 ipsec,debug ipsec: nonce 1:
nov/15 22:44:32 ipsec,debug ipsec: c18fe519 358336c1 709d1380 284b3a61
nov/15 22:44:32 ipsec,debug ipsec: nonce 2:
nov/15 22:44:32 ipsec,debug ipsec: d92dac31 38b12a40 605ee18e 67574fe8 4f333cfe a2c6be9c
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: SKEYID computed:
nov/15 22:44:32 ipsec,debug ipsec: 22cd60f6 1d7540a1 1ff59c14 1b4f3fbb bd1b5134 29b4f03f 71b99114 be0aa666
nov/15 22:44:32 ipsec,debug ipsec: 6096f1d0 b6b05abf f55e410c a59a3b80 f9e9367c e198ea81 cdeb68f3 1769b1a7
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: SKEYID_d computed:
nov/15 22:44:32 ipsec,debug ipsec: 82bd8df5 bf1f5158 d7c8276f 9ff8e318 c30f26f0 24c1552d 94c6ce15 c2bad27a
nov/15 22:44:32 ipsec,debug ipsec: 61d0e0c0 89f71d8d 10c58521 cef03d26 13e6f637 15be4eeb 516ca1a4 973f5e02
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: SKEYID_a computed:
nov/15 22:44:32 ipsec,debug ipsec: 2f858037 5dc2dbe6 b27c52a9 19873aff 3870ac08 29a0dcef e7e0841d 03bed397
nov/15 22:44:32 ipsec,debug ipsec: b892b530 1b60fb95 82384887 0f8bef08 15998ff0 7cdced94 b155d20c dba21398
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: SKEYID_e computed:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: e4a9b933 7fdfaa28 e67fbbb7 d64e8e53 6d9c75eb a6671405 481ae606 601028ca
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: final encryption key computed:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV computed:
nov/15 22:44:32 ipsec,debug ipsec: dbd07bb2 2fc6817a efecbf00 080d8f6e
nov/15 22:44:32 ipsec,debug ipsec: ===== received 140 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 05100201 00000000 0000008c 0ad1142c
nov/15 22:44:32 ipsec,debug,packet ipsec: 98d08ce0 056bda89 06160047 e430099a 4e355567 e218b4ee b3e5d3df ffea8517
nov/15 22:44:32 ipsec,debug,packet ipsec: ef70c0a5 382aac13 ecd30a7d ffe63581 4131a7e0 b15843d1 ba9c4346 bdd21144
nov/15 22:44:32 ipsec,debug,packet ipsec: 89654b19 98a4360e 1beebf21 70a257d0 2effd04b f8512e75 f1d1300b d431b5dc
nov/15 22:44:32 ipsec,debug,packet ipsec: a218b552 27dbedd1 b05369c8
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: d431b5dc a218b552 27dbedd1 b05369c8
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: dbd07bb2 2fc6817a efecbf00 080d8f6e
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 0800000c 011101f4 0a160a6c 00000044 370635e0 37a71515 71ac342b 20c1e5f3
nov/15 22:44:32 ipsec,debug ipsec: a8c25b1d fef62976 1bf87a3b de35dfb9 69aec47f a7d88009 9e6d0465 e956de88
nov/15 22:44:32 ipsec,debug ipsec: a229ee21 8d43d417 62d5b275 8d7d7986 aae3c2d9 aedff29c a1898ad3 88cba9b6
nov/15 22:44:32 ipsec,debug ipsec: ffc5ada7 c8b49d93 f6dffa83 8faad01f
nov/15 22:44:32 ipsec,debug ipsec: padding len=32
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 05100201 00000000 0000008c 0800000c
nov/15 22:44:32 ipsec,debug ipsec: 011101f4 0a160a6c 00000044 370635e0 37a71515 71ac342b 20c1e5f3 a8c25b1d
nov/15 22:44:32 ipsec,debug ipsec: fef62976 1bf87a3b de35dfb9 69aec47f a7d88009 9e6d0465 e956de88 a229ee21
nov/15 22:44:32 ipsec,debug ipsec: 8d43d417 62d5b275 8d7d7986 aae3c2d9 aedff29c a1898ad3 88cba9b6 ffc5ada7
nov/15 22:44:32 ipsec,debug ipsec: c8b49d93 f6dffa83 8faad01f
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=5(id) len=12
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=8(hash) len=68
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: HASH received:
nov/15 22:44:32 ipsec,debug ipsec: 370635e0 37a71515 71ac342b 20c1e5f3 a8c25b1d fef62976 1bf87a3b de35dfb9
nov/15 22:44:32 ipsec,debug ipsec: 69aec47f a7d88009 9e6d0465 e956de88 a229ee21 8d43d417 62d5b275 8d7d7986
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: 18e170e1 403f9577 829d0fdb c43f0e35 15ba5e75 47a06cc0 aa78c625 6ca8484d
nov/15 22:44:32 ipsec,debug ipsec: ee859096 3b894632 c3af7a8d 149ba88e 4e861058 dbfb98d7 e53d7826 f4c6f5c2
nov/15 22:44:32 ipsec,debug ipsec: cc051f5c dd81dc9e 4040f439 d9bbed8c cedcd788 81f4b07a 1fdbf468 424c6b15
nov/15 22:44:32 ipsec,debug ipsec: 6ab1d148 937b887c a5cfb164 78f37580 347cc58c 1630dba2 c08e700b a3cd3379
nov/15 22:44:32 ipsec,debug ipsec: 191ed5cd 258a1d78 c3ba62f2 23fbeee4 bed3b45c 65d09cd8 ecf84c1f 93ef6dcb
nov/15 22:44:32 ipsec,debug ipsec: 3594330c 68fec16f b434d4f5 b273fdbd eede8776 d94e0ad8 5b569ceb a72b744d
nov/15 22:44:32 ipsec,debug ipsec: 09ec1533 6260381d b52f4ae1 8791ab9d d41c9932 bbb37f43 0156a8bf 1e754a62
nov/15 22:44:32 ipsec,debug ipsec: 2bfe8faf 987174b1 1fd9a725 09e79424 7b621641 e4647d6f 0691c7c6 e2a0cb65
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 00000001 00000001 00000230 01010010
nov/15 22:44:32 ipsec,debug ipsec: 03000024 01010000 800b0001 800c7080 80010007 800e0100 8003fde9 80020005
nov/15 22:44:32 ipsec,debug ipsec: 80040002 03000024 02010000 800b0001 800c7080 80010007 800e0100 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020004 80040002 03000024 03010000 800b0001 800c7080 80010007 800e0100
nov/15 22:44:32 ipsec,debug ipsec: 8003fde9 80020006 80040002 03000024 04010000 800b0001 800c7080 80010007
nov/15 22:44:32 ipsec,debug ipsec: 800e0100 8003fde9 80020002 80040002 03000024 05010000 800b0001 800c7080
nov/15 22:44:32 ipsec,debug ipsec: 80010007 800e0100 8003fde9 80020001 80040002 03000024 06010000 800b0001
nov/15 22:44:32 ipsec,debug ipsec: 800c7080 80010007 800e0080 8003fde9 80020006 80040002 03000024 07010000
nov/15 22:44:32 ipsec,debug ipsec: 800b0001 800c7080 80010007 800e0080 8003fde9 80020005 80040002 03000024
nov/15 22:44:32 ipsec,debug ipsec: 08010000 800b0001 800c7080 80010007 800e0080 8003fde9 80020004 80040002
nov/15 22:44:32 ipsec,debug ipsec: 03000024 09010000 800b0001 800c7080 80010007 800e0080 8003fde9 80020002
nov/15 22:44:32 ipsec,debug ipsec: 80040002 03000024 0a010000 800b0001 800c7080 80010007 800e0080 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020001 80040002 03000020 0b010000 800b0001 800c7080 80010005 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020004 80040002 03000020 0c010000 800b0001 800c7080 80010005 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020002 80040002 03000020 0d010000 800b0001 800c7080 80010005 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020001 80040002 03000020 0e010000 800b0001 800c7080 80010001 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020004 80040002 03000020 0f010000 800b0001 800c7080 80010001 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020002 80040002 00000020 10010000 800b0001 800c7080 80010001 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020001 80040002 011101f4 0a160a6c
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 370635e0 37a71515 71ac342b 20c1e5f3 a8c25b1d fef62976 1bf87a3b de35dfb9
nov/15 22:44:32 ipsec,debug ipsec: 69aec47f a7d88009 9e6d0465 e956de88 a229ee21 8d43d417 62d5b275 8d7d7986
nov/15 22:44:32 ipsec,debug ipsec: HASH for PSK validated.
nov/15 22:44:32 ipsec,debug ipsec: xx.xxx.148.156 peer's ID
nov/15 22:44:32 ipsec,debug ipsec: 011101f4 0a160a6c
nov/15 22:44:32 ipsec,debug ipsec: ===
nov/15 22:44:32 ipsec,debug ipsec: use ID type of IPv4_address
nov/15 22:44:32 ipsec,debug ipsec: generate HASH_R
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: 191ed5cd 258a1d78 c3ba62f2 23fbeee4 bed3b45c 65d09cd8 ecf84c1f 93ef6dcb
nov/15 22:44:32 ipsec,debug ipsec: 3594330c 68fec16f b434d4f5 b273fdbd eede8776 d94e0ad8 5b569ceb a72b744d
nov/15 22:44:32 ipsec,debug ipsec: 09ec1533 6260381d b52f4ae1 8791ab9d d41c9932 bbb37f43 0156a8bf 1e754a62
nov/15 22:44:32 ipsec,debug ipsec: 2bfe8faf 987174b1 1fd9a725 09e79424 7b621641 e4647d6f 0691c7c6 e2a0cb65
nov/15 22:44:32 ipsec,debug ipsec: 18e170e1 403f9577 829d0fdb c43f0e35 15ba5e75 47a06cc0 aa78c625 6ca8484d
nov/15 22:44:32 ipsec,debug ipsec: ee859096 3b894632 c3af7a8d 149ba88e 4e861058 dbfb98d7 e53d7826 f4c6f5c2
nov/15 22:44:32 ipsec,debug ipsec: cc051f5c dd81dc9e 4040f439 d9bbed8c cedcd788 81f4b07a 1fdbf468 424c6b15
nov/15 22:44:32 ipsec,debug ipsec: 6ab1d148 937b887c a5cfb164 78f37580 347cc58c 1630dba2 c08e700b a3cd3379
nov/15 22:44:32 ipsec,debug ipsec: ee0c3df5 e8b5733d 54878e47 70d12b0d 00000001 00000001 00000230 01010010
nov/15 22:44:32 ipsec,debug ipsec: 03000024 01010000 800b0001 800c7080 80010007 800e0100 8003fde9 80020005
nov/15 22:44:32 ipsec,debug ipsec: 80040002 03000024 02010000 800b0001 800c7080 80010007 800e0100 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020004 80040002 03000024 03010000 800b0001 800c7080 80010007 800e0100
nov/15 22:44:32 ipsec,debug ipsec: 8003fde9 80020006 80040002 03000024 04010000 800b0001 800c7080 80010007
nov/15 22:44:32 ipsec,debug ipsec: 800e0100 8003fde9 80020002 80040002 03000024 05010000 800b0001 800c7080
nov/15 22:44:32 ipsec,debug ipsec: 80010007 800e0100 8003fde9 80020001 80040002 03000024 06010000 800b0001
nov/15 22:44:32 ipsec,debug ipsec: 800c7080 80010007 800e0080 8003fde9 80020006 80040002 03000024 07010000
nov/15 22:44:32 ipsec,debug ipsec: 800b0001 800c7080 80010007 800e0080 8003fde9 80020005 80040002 03000024
nov/15 22:44:32 ipsec,debug ipsec: 08010000 800b0001 800c7080 80010007 800e0080 8003fde9 80020004 80040002
nov/15 22:44:32 ipsec,debug ipsec: 03000024 09010000 800b0001 800c7080 80010007 800e0080 8003fde9 80020002
nov/15 22:44:32 ipsec,debug ipsec: 80040002 03000024 0a010000 800b0001 800c7080 80010007 800e0080 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020001 80040002 03000020 0b010000 800b0001 800c7080 80010005 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020004 80040002 03000020 0c010000 800b0001 800c7080 80010005 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020002 80040002 03000020 0d010000 800b0001 800c7080 80010005 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020001 80040002 03000020 0e010000 800b0001 800c7080 80010001 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020004 80040002 03000020 0f010000 800b0001 800c7080 80010001 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020002 80040002 00000020 10010000 800b0001 800c7080 80010001 8003fde9
nov/15 22:44:32 ipsec,debug ipsec: 80020001 80040002 011101f4 ad08ac59
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: d5389b75 8ac61c2d 7b618e7a 5095b588 ba7d5026 7dd8fff3 d7ac432a f4b350ee
nov/15 22:44:32 ipsec,debug ipsec: a057bf3e a2fe46c0 f7d5154b 3d270c04 81d7a3de 213039af 1d1e3b73 716c08ed
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 8, next type 8
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 64, next type 0
nov/15 22:44:32 ipsec,debug ipsec: begin encryption.
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: pad length = 16
nov/15 22:44:32 ipsec,debug ipsec: 0800000c 011101f4 ad08ac59 00000044 d5389b75 8ac61c2d 7b618e7a 5095b588
nov/15 22:44:32 ipsec,debug ipsec: ba7d5026 7dd8fff3 d7ac432a f4b350ee a057bf3e a2fe46c0 f7d5154b 3d270c04
nov/15 22:44:32 ipsec,debug ipsec: 81d7a3de 213039af 1d1e3b73 716c08ed a52e5258 c6a63163 59e06f56 db04740f
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: encrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: d431b5dc a218b552 27dbedd1 b05369c8
nov/15 22:44:32 ipsec,debug ipsec: save IV for next:
nov/15 22:44:32 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45
nov/15 22:44:32 ipsec,debug ipsec: encrypted.
nov/15 22:44:32 ipsec,debug ipsec: 124 bytes from 1.2.3.4[4500] to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug ipsec: 1 times of 128 bytes message will be sent to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 05100201 00000000 0000007c 2e910074
nov/15 22:44:32 ipsec,debug,packet ipsec: 2346cf5e d9a826fa 6c8e8750 cebbcb70 b5ccc41d 27d39487 c641b804 8b909243
nov/15 22:44:32 ipsec,debug,packet ipsec: 4704a24e bb89f8f3 19489ae7 656a9ec9 f52fb2ad b2c41002 a999b177 53db298f
nov/15 22:44:32 ipsec,debug,packet ipsec: 4304e3b1 7a49134d 2c2eb0b4 ac9fdb98 7eb0f474 940801db b5abcb45
nov/15 22:44:32 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:32 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:32 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 a16baeb7
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:32 ipsec,debug ipsec: ac93a70a fcac3df1 6a1d2227 807647ba
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: a16baeb7 00000014 0100b19d c0880000 40890000 408a0000
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 286c1063 fe047722 cd23c037 9434230f d687bbcb 8664d8af 18984c03 9a90bb4a
nov/15 22:44:32 ipsec,debug ipsec: a524b132 aef26c14 8da305b7 40bee7a8 57d27971 a2cb44ea d75bc813 5f9a86fc
nov/15 22:44:32 ipsec,debug ipsec: MODE_CFG packet to send
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a16baeb7 00000074 0e000044
nov/15 22:44:32 ipsec,debug ipsec: 286c1063 fe047722 cd23c037 9434230f d687bbcb 8664d8af 18984c03 9a90bb4a
nov/15 22:44:32 ipsec,debug ipsec: a524b132 aef26c14 8da305b7 40bee7a8 57d27971 a2cb44ea d75bc813 5f9a86fc
nov/15 22:44:32 ipsec,debug ipsec: 00000014 0100b19d c0880000 40890000 408a0000
nov/15 22:44:32 ipsec,debug ipsec: begin encryption.
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: pad length = 8
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 286c1063 fe047722 cd23c037 9434230f d687bbcb 8664d8af 18984c03
nov/15 22:44:32 ipsec,debug ipsec: 9a90bb4a a524b132 aef26c14 8da305b7 40bee7a8 57d27971 a2cb44ea d75bc813
nov/15 22:44:32 ipsec,debug ipsec: 5f9a86fc 00000014 0100b19d c0880000 40890000 408a0000 29e635ce d858c407
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: encrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: ac93a70a fcac3df1 6a1d2227 807647ba
nov/15 22:44:32 ipsec,debug ipsec: save IV for next:
nov/15 22:44:32 ipsec,debug ipsec: dfe9c271 cfd49b85 7203bbe7 0a4c8537
nov/15 22:44:32 ipsec,debug ipsec: encrypted.
nov/15 22:44:32 ipsec,debug ipsec: 124 bytes from 1.2.3.4[4500] to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug ipsec: 1 times of 128 bytes message will be sent to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a16baeb7 0000007c 5073076a
nov/15 22:44:32 ipsec,debug,packet ipsec: 2c3a35d2 78213332 36aaa3e4 b0fe0630 66460b5f 20a01996 65943fed a64a472a
nov/15 22:44:32 ipsec,debug,packet ipsec: c0a4983b 24e2009a 8a23d8a5 2fd3d846 4f6cc619 8206ef96 dd9c13d4 fec222ad
nov/15 22:44:32 ipsec,debug,packet ipsec: b2418950 121f34ed c351555f dfe9c271 cfd49b85 7203bbe7 0a4c8537
nov/15 22:44:32 ipsec,debug ipsec: sendto mode config 14.
nov/15 22:44:32 ipsec,info ISAKMP-SA established 1.2.3.4[4500]-xx.xxx.148.156[60634] spi:54878e4770d12b0d:ee0c3df5e8b5733d
nov/15 22:44:32 ipsec,debug ipsec: ===
nov/15 22:44:32 ipsec,debug ipsec: ===== received 156 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100501 e12af7d6 0000009c ed03fde8
nov/15 22:44:32 ipsec,debug,packet ipsec: 67590c6b 7ead09f4 e9e4ae6c e28627d8 609527c3 b0aca199 9579e0ec 5421374e
nov/15 22:44:32 ipsec,debug,packet ipsec: 4931d69c 075942da eb38c4a9 9a07794b 0521e31b 3dcef366 b5268bbc 5831774f
nov/15 22:44:32 ipsec,debug,packet ipsec: f145007f f5ee2404 6b506fd5 882ad0d8 5e634d32 ab8aa45a 4cf84957 25d0463e
nov/15 22:44:32 ipsec,debug,packet ipsec: b98ba08d 187f6e4f c034814f ddf16578 7c549338 10ca518a d479ef28
nov/15 22:44:32 ipsec,debug ipsec: receive Information.
nov/15 22:44:32 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:32 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:32 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 e12af7d6
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:32 ipsec,debug ipsec: f537da6e 2a6e5e87 bb0b8318 2cc890da
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: ddf16578 7c549338 10ca518a d479ef28
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: f537da6e 2a6e5e87 bb0b8318 2cc890da
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 0b000044 2bdc1c5b f902df2a d95a1802 a889506d f5eb70a8 4a464094 d675ed26
nov/15 22:44:32 ipsec,debug ipsec: 700eb66a 07eee9b4 74c77fad d21e0881 9517c096 d4aef8d3 ab51850d e1419409
nov/15 22:44:32 ipsec,debug ipsec: 96e2c9b7 0000001c 00000001 01106002 54878e47 70d12b0d ee0c3df5 e8b5733d
nov/15 22:44:32 ipsec,debug ipsec: 9ab885f0 86969ce1 b4b9a3bc 83a68cf4 8f8ffd8f c1eb8191 93b2bab3 8a9df71f
nov/15 22:44:32 ipsec,debug ipsec: padding len=32
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100501 e12af7d6 0000009c 0b000044
nov/15 22:44:32 ipsec,debug ipsec: 2bdc1c5b f902df2a d95a1802 a889506d f5eb70a8 4a464094 d675ed26 700eb66a
nov/15 22:44:32 ipsec,debug ipsec: 07eee9b4 74c77fad d21e0881 9517c096 d4aef8d3 ab51850d e1419409 96e2c9b7
nov/15 22:44:32 ipsec,debug ipsec: 0000001c 00000001 01106002 54878e47 70d12b0d ee0c3df5 e8b5733d 9ab885f0
nov/15 22:44:32 ipsec,debug ipsec: 86969ce1 b4b9a3bc 83a68cf4 8f8ffd8f c1eb8191 93b2bab3 8a9df71f
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: e12af7d6 0000001c 00000001 01106002 54878e47 70d12b0d ee0c3df5 e8b5733d
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 2bdc1c5b f902df2a d95a1802 a889506d f5eb70a8 4a464094 d675ed26 700eb66a
nov/15 22:44:32 ipsec,debug ipsec: 07eee9b4 74c77fad d21e0881 9517c096 d4aef8d3 ab51850d e1419409 96e2c9b7
nov/15 22:44:32 ipsec,debug ipsec: hash validated.
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=8(hash) len=68
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=11(notify) len=28
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: xx.xxx.148.156 notify: INITIAL-CONTACT
nov/15 22:44:32 ipsec,debug ipsec: ===== received 156 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a16baeb7 0000009c 9fecf543
nov/15 22:44:32 ipsec,debug,packet ipsec: df0baf2f 41b742d5 c20e0caa 5f05f1ce 41f0edf2 71b6cd74 8d496b25 6bdc336c
nov/15 22:44:32 ipsec,debug,packet ipsec: 1296be9c 0831753f 2493aa97 3b9d94bf 393f7e03 2300486c 30f417d4 fe9ec7a8
nov/15 22:44:32 ipsec,debug,packet ipsec: 8ebcf84f 04f280bb adba86c6 9e653e09 129b5aec 034ad0a4 b1b7e0be 5aa54385
nov/15 22:44:32 ipsec,debug,packet ipsec: 0c72332d 5931f1ec 0530e2d4 d5794dce 11c48d55 dee664e8 854fc6bc
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: d5794dce 11c48d55 dee664e8 854fc6bc
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: dfe9c271 cfd49b85 7203bbe7 0a4c8537
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 753bedd7 adfc039c 4d781628 0c9d52eb 6507a24b 1b39d051 5ac3a775
nov/15 22:44:32 ipsec,debug ipsec: 19cf69a7 9a9aeec9 5b850a91 77c9a34f c5656561 96e85f72 6b23607a e6ff2b09
nov/15 22:44:32 ipsec,debug ipsec: d88c68cf 0000002a 0200b19d c0880000 40890006 6161726f 6e77408a 00106168
nov/15 22:44:32 ipsec,debug ipsec: 43686565 33497869 74364569 3675f289 f3ddf794 93cb8d88 e2cef7b1 a8ecb111
nov/15 22:44:32 ipsec,debug ipsec: padding len=18
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a16baeb7 0000009c 0e000044
nov/15 22:44:32 ipsec,debug ipsec: 753bedd7 adfc039c 4d781628 0c9d52eb 6507a24b 1b39d051 5ac3a775 19cf69a7
nov/15 22:44:32 ipsec,debug ipsec: 9a9aeec9 5b850a91 77c9a34f c5656561 96e85f72 6b23607a e6ff2b09 d88c68cf
nov/15 22:44:32 ipsec,debug ipsec: 0000002a 0200b19d c0880000 40890006 6161726f 6e77408a 00106168 43686565
nov/15 22:44:32 ipsec,debug ipsec: 33497869 74364569 3675f289 f3ddf794 93cb8d88 e2cef7b1 a8ecb111
nov/15 22:44:32 ipsec,debug ipsec: MODE_CFG packet
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a16baeb7 0000009c 0e000044
nov/15 22:44:32 ipsec,debug ipsec: 753bedd7 adfc039c 4d781628 0c9d52eb 6507a24b 1b39d051 5ac3a775 19cf69a7
nov/15 22:44:32 ipsec,debug ipsec: 9a9aeec9 5b850a91 77c9a34f c5656561 96e85f72 6b23607a e6ff2b09 d88c68cf
nov/15 22:44:32 ipsec,debug ipsec: 0000002a 0200b19d c0880000 40890006 6161726f 6e77408a 00106168 43686565
nov/15 22:44:32 ipsec,debug ipsec: 33497869 74364569 3675f289 f3ddf794 93cb8d88 e2cef7b1 a8ecb111
nov/15 22:44:32 ipsec,debug ipsec: Seen payload 8
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 753bedd7 adfc039c 4d781628 0c9d52eb 6507a24b 1b39d051 5ac3a775
nov/15 22:44:32 ipsec,debug ipsec: 19cf69a7 9a9aeec9 5b850a91 77c9a34f c5656561 96e85f72 6b23607a e6ff2b09
nov/15 22:44:32 ipsec,debug ipsec: d88c68cf
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: a16baeb7 0000002a 0200b19d c0880000 40890006 6161726f 6e77408a 00106168
nov/15 22:44:32 ipsec,debug ipsec: 43686565 33497869 74364569 3675
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 753bedd7 adfc039c 4d781628 0c9d52eb 6507a24b 1b39d051 5ac3a775 19cf69a7
nov/15 22:44:32 ipsec,debug ipsec: 9a9aeec9 5b850a91 77c9a34f c5656561 96e85f72 6b23607a e6ff2b09 d88c68cf
nov/15 22:44:32 ipsec,debug ipsec: Seen payload 14
nov/15 22:44:32 ipsec,debug ipsec: 0000002a 0200b19d c0880000 40890006 6161726f 6e77408a 00106168 43686565
nov/15 22:44:32 ipsec,debug ipsec: 33497869 74364569 3675
nov/15 22:44:32 ipsec,debug ipsec: Short attribute XAUTH_TYPE = 0
nov/15 22:44:32 ipsec,debug ipsec: Attribute XAUTH_USER_NAME len 6
nov/15 22:44:32 ipsec,debug ipsec: Attribute XAUTH_USER_PASSWORD len 16
nov/15 22:44:32 ipsec,info XAuth login succeeded for user: xauth-user
nov/15 22:44:32 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:32 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:32 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 a3be7fcf
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:32 ipsec,debug ipsec: 480825b2 33f29818 1aa52355 e3faf97f
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: a3be7fcf 0000000c 0300b19d c08f0001
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: e361ef1a 4849319b 4900c265 f0b8fade 056d35f1 8ada237e 9b8b675c 962645dd
nov/15 22:44:32 ipsec,debug ipsec: f769ca9f f2089c66 cd5ce2ec d345d986 8a9a111e 9518d8c9 d048aa50 72dbed9e
nov/15 22:44:32 ipsec,debug ipsec: MODE_CFG packet to send
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a3be7fcf 0000006c 0e000044
nov/15 22:44:32 ipsec,debug ipsec: e361ef1a 4849319b 4900c265 f0b8fade 056d35f1 8ada237e 9b8b675c 962645dd
nov/15 22:44:32 ipsec,debug ipsec: f769ca9f f2089c66 cd5ce2ec d345d986 8a9a111e 9518d8c9 d048aa50 72dbed9e
nov/15 22:44:32 ipsec,debug ipsec: 0000000c 0300b19d c08f0001
nov/15 22:44:32 ipsec,debug ipsec: begin encryption.
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: pad length = 16
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 e361ef1a 4849319b 4900c265 f0b8fade 056d35f1 8ada237e 9b8b675c
nov/15 22:44:32 ipsec,debug ipsec: 962645dd f769ca9f f2089c66 cd5ce2ec d345d986 8a9a111e 9518d8c9 d048aa50
nov/15 22:44:32 ipsec,debug ipsec: 72dbed9e 0000000c 0300b19d c08f0001 7c66c482 b1d4308b 4c63b9b5 3b7e7b0f
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: encrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: 480825b2 33f29818 1aa52355 e3faf97f
nov/15 22:44:32 ipsec,debug ipsec: save IV for next:
nov/15 22:44:32 ipsec,debug ipsec: 4d756900 1b5c6316 25ad52a7 ea45c1f8
nov/15 22:44:32 ipsec,debug ipsec: encrypted.
nov/15 22:44:32 ipsec,debug ipsec: 124 bytes from 1.2.3.4[4500] to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug ipsec: 1 times of 128 bytes message will be sent to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a3be7fcf 0000007c abcc067e
nov/15 22:44:32 ipsec,debug,packet ipsec: 81dc5af0 fc374899 2c96abab 8b40b18a 95e742b2 b42e2764 85e9c9c1 062c2c09
nov/15 22:44:32 ipsec,debug,packet ipsec: 1d9dcaa7 aa8aaf30 6e176433 849da897 0e2c3c1b 84541b37 029ce95b d6a0cc1f
nov/15 22:44:32 ipsec,debug,packet ipsec: aee1c301 b383a1d2 11e039df 4d756900 1b5c6316 25ad52a7 ea45c1f8
nov/15 22:44:32 ipsec,debug ipsec: sendto mode config 14.
nov/15 22:44:32 ipsec,debug ipsec: ===== received 140 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a3be7fcf 0000008c b20cb74a
nov/15 22:44:32 ipsec,debug,packet ipsec: 2b4d634e c4cdd5c2 4994ae92 2d7e7142 932ab328 73c24d5f cd71845b c1f4b20f
nov/15 22:44:32 ipsec,debug,packet ipsec: 1a926470 5fee4b56 864b4cc0 bc442a72 5ff30adf 7b775f04 ee80b1a1 989c6048
nov/15 22:44:32 ipsec,debug,packet ipsec: 09c4ceb4 48454d07 e4688548 3d1579aa 6e8d305e 5a45bc88 057c3590 0b82296b
nov/15 22:44:32 ipsec,debug,packet ipsec: 9176e448 8ee754ef 711fd692
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: 0b82296b 9176e448 8ee754ef 711fd692
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: 4d756900 1b5c6316 25ad52a7 ea45c1f8
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 a4b1a8de 088a7025 b458b6b7 8ee2c81e 00c05ba3 a64af933 c6548781
nov/15 22:44:32 ipsec,debug ipsec: 52c2abce d2871e1f bd0bc927 80e631f0 dae1a748 46affd01 ac63d791 845c9ce0
nov/15 22:44:32 ipsec,debug ipsec: 7f54bf42 0000000c 0400b19d c08f0000 9aa9c7a2 f386aef5 d7a7a886 dbc9f3dc
nov/15 22:44:32 ipsec,debug ipsec: db9cd5ba f4d18ece fc8b81f0 c2dda31f
nov/15 22:44:32 ipsec,debug ipsec: padding len=32
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a3be7fcf 0000008c 0e000044
nov/15 22:44:32 ipsec,debug ipsec: a4b1a8de 088a7025 b458b6b7 8ee2c81e 00c05ba3 a64af933 c6548781 52c2abce
nov/15 22:44:32 ipsec,debug ipsec: d2871e1f bd0bc927 80e631f0 dae1a748 46affd01 ac63d791 845c9ce0 7f54bf42
nov/15 22:44:32 ipsec,debug ipsec: 0000000c 0400b19d c08f0000 9aa9c7a2 f386aef5 d7a7a886 dbc9f3dc db9cd5ba
nov/15 22:44:32 ipsec,debug ipsec: f4d18ece fc8b81f0 c2dda31f
nov/15 22:44:32 ipsec,debug ipsec: MODE_CFG packet
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 a3be7fcf 0000008c 0e000044
nov/15 22:44:32 ipsec,debug ipsec: a4b1a8de 088a7025 b458b6b7 8ee2c81e 00c05ba3 a64af933 c6548781 52c2abce
nov/15 22:44:32 ipsec,debug ipsec: d2871e1f bd0bc927 80e631f0 dae1a748 46affd01 ac63d791 845c9ce0 7f54bf42
nov/15 22:44:32 ipsec,debug ipsec: 0000000c 0400b19d c08f0000 9aa9c7a2 f386aef5 d7a7a886 dbc9f3dc db9cd5ba
nov/15 22:44:32 ipsec,debug ipsec: f4d18ece fc8b81f0 c2dda31f
nov/15 22:44:32 ipsec,debug ipsec: Seen payload 8
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 a4b1a8de 088a7025 b458b6b7 8ee2c81e 00c05ba3 a64af933 c6548781
nov/15 22:44:32 ipsec,debug ipsec: 52c2abce d2871e1f bd0bc927 80e631f0 dae1a748 46affd01 ac63d791 845c9ce0
nov/15 22:44:32 ipsec,debug ipsec: 7f54bf42
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: a3be7fcf 0000000c 0400b19d c08f0000
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: a4b1a8de 088a7025 b458b6b7 8ee2c81e 00c05ba3 a64af933 c6548781 52c2abce
nov/15 22:44:32 ipsec,debug ipsec: d2871e1f bd0bc927 80e631f0 dae1a748 46affd01 ac63d791 845c9ce0 7f54bf42
nov/15 22:44:32 ipsec,debug ipsec: Seen payload 14
nov/15 22:44:32 ipsec,debug ipsec: 0000000c 0400b19d c08f0000
nov/15 22:44:32 ipsec,debug ipsec: ===== received 172 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 f4b95af2 000000ac c14f009b
nov/15 22:44:32 ipsec,debug,packet ipsec: 3695dcab 9380051d 4264555c 8daed0bb 3b1ba2de a9aa213f dadb0d04 0d9848eb
nov/15 22:44:32 ipsec,debug,packet ipsec: 10229415 3aada531 41079aa7 1cc268ce fb297240 586f1e44 0f22d2be a0bb94e6
nov/15 22:44:32 ipsec,debug,packet ipsec: 7036646e f40cdfb6 0e102d1d e231d2ff b7b57a28 86b98b21 17a0b6cc 1de035ad
nov/15 22:44:32 ipsec,debug,packet ipsec: 574a1a30 6e411c71 ab4f6024 aedb0282 fe98dac4 c1600fec 66ff97ec 39021275
nov/15 22:44:32 ipsec,debug,packet ipsec: cba101b3 8eb222a4 764d720d
nov/15 22:44:32 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:32 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:32 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 f4b95af2
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:32 ipsec,debug ipsec: 9a8a27d2 a473420e c4f2b929 06370c46
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: 39021275 cba101b3 8eb222a4 764d720d
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: 9a8a27d2 a473420e c4f2b929 06370c46
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 7c1cad3e c87f5a1a f3a727ee 46b3cdfb 650d6234 49a45db3 c3258192
nov/15 22:44:32 ipsec,debug ipsec: fb05b62c 8519046f 93a9df0b e0120985 8e18b5da 674b1c9a 25a71a4f d4639458
nov/15 22:44:32 ipsec,debug ipsec: 68133749 00000030 0100d4b0 00010000 00020000 00030000 00040000 70000000
nov/15 22:44:32 ipsec,debug ipsec: 70020000 70030000 70040000 70060000 00070000 9af2abc4 e3a2f5a0 eaadb2be
nov/15 22:44:32 ipsec,debug ipsec: b9c5a7f7 dca99b85 f1f19d96 d8a5b31b
nov/15 22:44:32 ipsec,debug ipsec: padding len=28
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 f4b95af2 000000ac 0e000044
nov/15 22:44:32 ipsec,debug ipsec: 7c1cad3e c87f5a1a f3a727ee 46b3cdfb 650d6234 49a45db3 c3258192 fb05b62c
nov/15 22:44:32 ipsec,debug ipsec: 8519046f 93a9df0b e0120985 8e18b5da 674b1c9a 25a71a4f d4639458 68133749
nov/15 22:44:32 ipsec,debug ipsec: 00000030 0100d4b0 00010000 00020000 00030000 00040000 70000000 70020000
nov/15 22:44:32 ipsec,debug ipsec: 70030000 70040000 70060000 00070000 9af2abc4 e3a2f5a0 eaadb2be b9c5a7f7
nov/15 22:44:32 ipsec,debug ipsec: dca99b85 f1f19d96 d8a5b31b
nov/15 22:44:32 ipsec,debug ipsec: MODE_CFG packet
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 f4b95af2 000000ac 0e000044
nov/15 22:44:32 ipsec,debug ipsec: 7c1cad3e c87f5a1a f3a727ee 46b3cdfb 650d6234 49a45db3 c3258192 fb05b62c
nov/15 22:44:32 ipsec,debug ipsec: 8519046f 93a9df0b e0120985 8e18b5da 674b1c9a 25a71a4f d4639458 68133749
nov/15 22:44:32 ipsec,debug ipsec: 00000030 0100d4b0 00010000 00020000 00030000 00040000 70000000 70020000
nov/15 22:44:32 ipsec,debug ipsec: 70030000 70040000 70060000 00070000 9af2abc4 e3a2f5a0 eaadb2be b9c5a7f7
nov/15 22:44:32 ipsec,debug ipsec: dca99b85 f1f19d96 d8a5b31b
nov/15 22:44:32 ipsec,debug ipsec: Seen payload 8
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 7c1cad3e c87f5a1a f3a727ee 46b3cdfb 650d6234 49a45db3 c3258192
nov/15 22:44:32 ipsec,debug ipsec: fb05b62c 8519046f 93a9df0b e0120985 8e18b5da 674b1c9a 25a71a4f d4639458
nov/15 22:44:32 ipsec,debug ipsec: 68133749
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: f4b95af2 00000030 0100d4b0 00010000 00020000 00030000 00040000 70000000
nov/15 22:44:32 ipsec,debug ipsec: 70020000 70030000 70040000 70060000 00070000
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 7c1cad3e c87f5a1a f3a727ee 46b3cdfb 650d6234 49a45db3 c3258192 fb05b62c
nov/15 22:44:32 ipsec,debug ipsec: 8519046f 93a9df0b e0120985 8e18b5da 674b1c9a 25a71a4f d4639458 68133749
nov/15 22:44:32 ipsec,debug ipsec: Seen payload 14
nov/15 22:44:32 ipsec,debug ipsec: 00000030 0100d4b0 00010000 00020000 00030000 00040000 70000000 70020000
nov/15 22:44:32 ipsec,debug ipsec: 70030000 70040000 70060000 00070000
nov/15 22:44:32 ipsec,debug ipsec: Attribute INTERNAL_IP4_ADDRESS, len 0
nov/15 22:44:32 ipsec,info acquired 192.168.0.70 address for xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug ipsec: Attribute INTERNAL_IP4_NETMASK, len 0
nov/15 22:44:32 ipsec,debug ipsec: Attribute INTERNAL_IP4_DNS, len 0
nov/15 22:44:32 ipsec,debug ipsec: Attribute INTERNAL_IP4_NBNS, len 0
nov/15 22:44:32 ipsec,debug ipsec: Attribute UNITY_BANNER, len 0
nov/15 22:44:32 ipsec,debug ipsec: Ignored attribute UNITY_BANNER
nov/15 22:44:32 ipsec,debug ipsec: Attribute UNITY_DEF_DOMAIN, len 0
nov/15 22:44:32 ipsec,debug ipsec: Ignored attribute UNITY_DEF_DOMAIN
nov/15 22:44:32 ipsec,debug ipsec: Attribute UNITY_SPLITDNS_NAME, len 0
nov/15 22:44:32 ipsec,debug ipsec: Ignored attribute UNITY_SPLITDNS_NAME
nov/15 22:44:32 ipsec,debug ipsec: Attribute UNITY_SPLIT_INCLUDE, len 0
nov/15 22:44:32 ipsec,debug ipsec: adding split: 192.168.0.0/24
nov/15 22:44:32 ipsec,debug ipsec: adding split: 192.168.1.0/24
nov/15 22:44:32 ipsec,debug ipsec: Attribute UNITY_LOCAL_LAN, len 0
nov/15 22:44:32 ipsec,debug ipsec: Ignored attribute UNITY_LOCAL_LAN
nov/15 22:44:32 ipsec,debug ipsec: Attribute APPLICATION_VERSION, len 0
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: f4b95af2 00000060 0200d4b0 00010004 c0a80046 00020004 ffffff00 00030004
nov/15 22:44:32 ipsec,debug ipsec: c0a80003 00030004 08080808 7004001c c0a80000 ffffff00 00000000 0000c0a8
nov/15 22:44:32 ipsec,debug ipsec: 0100ffff ff000000 00000000 00070014 7261636f 6f6e202f 20495073 65632d74
nov/15 22:44:32 ipsec,debug ipsec: 6f6f6c73
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 9c18480c 505e55a6 a408d502 3e2a9131 caf2f561 b1679933 24896840 5bef6d0a
nov/15 22:44:32 ipsec,debug ipsec: 564593b0 5f59b82c d9a89b1b f996c050 60d3e2a4 a17c4823 38469371 d5298e77
nov/15 22:44:32 ipsec,debug ipsec: MODE_CFG packet to send
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 f4b95af2 000000c0 0e000044
nov/15 22:44:32 ipsec,debug ipsec: 9c18480c 505e55a6 a408d502 3e2a9131 caf2f561 b1679933 24896840 5bef6d0a
nov/15 22:44:32 ipsec,debug ipsec: 564593b0 5f59b82c d9a89b1b f996c050 60d3e2a4 a17c4823 38469371 d5298e77
nov/15 22:44:32 ipsec,debug ipsec: 00000060 0200d4b0 00010004 c0a80046 00020004 ffffff00 00030004 c0a80003
nov/15 22:44:32 ipsec,debug ipsec: 00030004 08080808 7004001c c0a80000 ffffff00 00000000 0000c0a8 0100ffff
nov/15 22:44:32 ipsec,debug ipsec: ff000000 00000000 00070014 7261636f 6f6e202f 20495073 65632d74 6f6f6c73
nov/15 22:44:32 ipsec,debug ipsec: begin encryption.
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: pad length = 12
nov/15 22:44:32 ipsec,debug ipsec: 0e000044 9c18480c 505e55a6 a408d502 3e2a9131 caf2f561 b1679933 24896840
nov/15 22:44:32 ipsec,debug ipsec: 5bef6d0a 564593b0 5f59b82c d9a89b1b f996c050 60d3e2a4 a17c4823 38469371
nov/15 22:44:32 ipsec,debug ipsec: d5298e77 00000060 0200d4b0 00010004 c0a80046 00020004 ffffff00 00030004
nov/15 22:44:32 ipsec,debug ipsec: c0a80003 00030004 08080808 7004001c c0a80000 ffffff00 00000000 0000c0a8
nov/15 22:44:32 ipsec,debug ipsec: 0100ffff ff000000 00000000 00070014 7261636f 6f6e202f 20495073 65632d74
nov/15 22:44:32 ipsec,debug ipsec: 6f6f6c73 4ebcde9c 3319f529 cf58730b
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: encrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: 39021275 cba101b3 8eb222a4 764d720d
nov/15 22:44:32 ipsec,debug ipsec: save IV for next:
nov/15 22:44:32 ipsec,debug ipsec: d7d3c1ca d31bfca9 5eedddce c135b4dd
nov/15 22:44:32 ipsec,debug ipsec: encrypted.
nov/15 22:44:32 ipsec,debug ipsec: 204 bytes from 1.2.3.4[4500] to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug ipsec: 1 times of 208 bytes message will be sent to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100601 f4b95af2 000000cc ad2653a9
nov/15 22:44:32 ipsec,debug,packet ipsec: 3c050d38 8957f19f 64a0ddc0 e5bb8536 b3adc4ff 07c4da2f f0d449ea 5f944e9c
nov/15 22:44:32 ipsec,debug,packet ipsec: e0fbc1a5 95008c41 b2c11a3a ac6cc597 b22f5908 8fee3f23 c8673330 f06894fd
nov/15 22:44:32 ipsec,debug,packet ipsec: 3f4a48b2 0cbc355b 758b7bf0 99656dc2 6a5f6c94 72576f58 efdccddd 422df583
nov/15 22:44:32 ipsec,debug,packet ipsec: 3308c9f2 8ac827e8 d0f2972c 565cef66 3352b733 8c446f15 fdc40d9b 2ffcc6db
nov/15 22:44:32 ipsec,debug,packet ipsec: ba334218 b75a8553 edec0a1b aae967f6 b5b7bb2c 3b16b250 1635fd05 d7d3c1ca
nov/15 22:44:32 ipsec,debug,packet ipsec: d31bfca9 5eedddce c135b4dd
nov/15 22:44:32 ipsec,debug ipsec: sendto mode config 14.
nov/15 22:44:32 ipsec,debug ipsec: ===== received 716 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08102001 fe051a75 000002cc ed2a874f
nov/15 22:44:32 ipsec,debug,packet ipsec: 726c3037 e2aa3c0c 6a4f8a10 45fa2957 0ddf914c 88fb7d6b 853d069c e50c1661
nov/15 22:44:32 ipsec,debug,packet ipsec: c4884143 bd444478 2e0040ca fa093ba7 34356e3e cee53c43 e9988732 68c849bd
nov/15 22:44:32 ipsec,debug,packet ipsec: 991d839b 7509814e 712f8411 26eacc8d 5a411183 c8ae7867 a35404d7 4070f1c0
nov/15 22:44:32 ipsec,debug,packet ipsec: 61835579 0f11f585 d5066d16 63d260c9 37e7948e ba6d2480 7230f67b b4ac927e
nov/15 22:44:32 ipsec,debug,packet ipsec: abe5c984 08e0f1f8 93ddc4b6 99516213 3b308b98 8bd35034 d7d8371e f56c7f32
nov/15 22:44:32 ipsec,debug,packet ipsec: dd6b3691 c3789424 6fce40a2 d4c58b9f fe0d5c91 ee9c0f7e 70957148 67a3f200
nov/15 22:44:32 ipsec,debug,packet ipsec: 3d0d1c43 e0b3ccff ff07665b 3a15698e 371bb6fc b4782c83 1df551ea 9c6045ec
nov/15 22:44:32 ipsec,debug,packet ipsec: d9adb5ee 1d37911d f4cf9087 98d59e7a d9a80d5a 7a7d0c04 ff57e04f 01330496
nov/15 22:44:32 ipsec,debug,packet ipsec: ffac4dde 662ad72d 584c0e84 00d11531 0e1bc4f7 ee6d787e 554272a7 25a48c33
nov/15 22:44:32 ipsec,debug,packet ipsec: 8b22b08d 40c79926 fac9ed9a bb9ed853 a2946dbd 40d30c0e 5ef204a6 893eaf28
nov/15 22:44:32 ipsec,debug,packet ipsec: 0e595131 165996cb 489b8f18 ded3290f a95a0942 46963dd3 ae56dcfb 6b926098
nov/15 22:44:32 ipsec,debug,packet ipsec: 96efa715 fc4e2cc2 d4e222ea b89c141d 55709595 baa766d7 2d140ef0 65a67fe3
nov/15 22:44:32 ipsec,debug,packet ipsec: 62575a04 45341f8e aaba0bf0 2bc41170 a43231a3 6ded2947 3d90972e 6ba02e10
nov/15 22:44:32 ipsec,debug,packet ipsec: 2fe3dbd3 0689c9bf d6d795a7 b832f9bd 1edd26de e8ec9475 841dee04 1dcec247
nov/15 22:44:32 ipsec,debug,packet ipsec: ddced02f 81063a9d 2e3bed97 549089ea 8a42d522 ce160bd7 09e287fb bc5c54c7
nov/15 22:44:32 ipsec,debug,packet ipsec: 1b39b189 21f21dde 37d8b7df 11a50571 d4b62443 6e827297 c794306d 167b78c3
nov/15 22:44:32 ipsec,debug,packet ipsec: 27130a60 f3ba0ffe 4c8f1cc2 36f09254 d23218a0 9e609860 c95629c0 f401d2bd
nov/15 22:44:32 ipsec,debug,packet ipsec: 4a397cfc 77d3060e 61ed1a02 6d604d1b 507a1604 c641af11 9b769ae8 6a625d59
nov/15 22:44:32 ipsec,debug,packet ipsec: 43a0ea55 74e7ed0c b530a82a 60375233 41e4f2d4 eeb713b2 56e87468 ca539f75
nov/15 22:44:32 ipsec,debug,packet ipsec: 5ea80eda 9de46236 60227b8b cab8ad43 38687188 762cd4e6 e28765bd c3f7fa46
nov/15 22:44:32 ipsec,debug,packet ipsec: 4cfd5a2e 06010a35 4340e491 51b661b0 6c16afde 467e4362 5ec34504 9e3e3d69
nov/15 22:44:32 ipsec,debug,packet ipsec: 2a0a6e8f c7481cc4 6b13b8b5
nov/15 22:44:32 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:32 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:32 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 fe051a75
nov/15 22:44:32 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:32 ipsec,debug ipsec: c19cafe9 05848f33 8a0f16b5 576bb278
nov/15 22:44:32 ipsec,debug ipsec: ===
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: 9e3e3d69 2a0a6e8f c7481cc4 6b13b8b5
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: c19cafe9 05848f33 8a0f16b5 576bb278
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 01000044 43076e78 401a233d 132ccc67 cc3348fc d886ef69 4bb00236 725a2ab0
nov/15 22:44:32 ipsec,debug ipsec: f474d5dd 904f8388 152cb028 25226e2b ea253f47 4963cee2 13e3e0b8 af87f075
nov/15 22:44:32 ipsec,debug ipsec: 089d1505 0a000220 00000001 00000001 00000214 01030414 00d1fad9 0300001c
nov/15 22:44:32 ipsec,debug ipsec: 010c0000 80010001 80027080 80040003 80060100 80050007 0300001c 020c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060100 80050006 0300001c 030c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060100 80050002 0300001c 040c0000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80060100 80050005 0300001c 050c0000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80060100 80050001 0300001c 060c0000 80010001 80027080 80040003 80060080
nov/15 22:44:32 ipsec,debug ipsec: 80050007 0300001c 070c0000 80010001 80027080 80040003 80060080 80050006
nov/15 22:44:32 ipsec,debug ipsec: 0300001c 080c0000 80010001 80027080 80040003 80060080 80050002 0300001c
nov/15 22:44:32 ipsec,debug ipsec: 090c0000 80010001 80027080 80040003 80060080 80050005 0300001c 0a0c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060080 80050001 03000018 0b030000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050007 03000018 0c030000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050006 03000018 0d030000 80010001 80027080 80040003 80050002 03000018
nov/15 22:44:32 ipsec,debug ipsec: 0e030000 80010001 80027080 80040003 80050005 03000018 0f030000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050001 03000018 10020000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050007 03000018 11020000 80010001 80027080 80040003 80050006 03000018
nov/15 22:44:32 ipsec,debug ipsec: 12020000 80010001 80027080 80040003 80050002 03000018 13020000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050005 00000018 14020000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050001 05000014 e248c64f 5b4e21ed 45795486 97d4f619 0500000c 01000000
nov/15 22:44:32 ipsec,debug ipsec: c0a80046 00000010 04000000 00000000 00000000 abacf3af fcaf9ed6 dfb5c8ab
nov/15 22:44:32 ipsec,debug ipsec: c58beddd 93e58495 838eecbe dc8baa1b
nov/15 22:44:32 ipsec,debug ipsec: padding len=28
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08102001 fe051a75 000002cc 01000044
nov/15 22:44:32 ipsec,debug ipsec: 43076e78 401a233d 132ccc67 cc3348fc d886ef69 4bb00236 725a2ab0 f474d5dd
nov/15 22:44:32 ipsec,debug ipsec: 904f8388 152cb028 25226e2b ea253f47 4963cee2 13e3e0b8 af87f075 089d1505
nov/15 22:44:32 ipsec,debug ipsec: 0a000220 00000001 00000001 00000214 01030414 00d1fad9 0300001c 010c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060100 80050007 0300001c 020c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060100 80050006 0300001c 030c0000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80060100 80050002 0300001c 040c0000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80060100 80050005 0300001c 050c0000 80010001 80027080 80040003 80060100
nov/15 22:44:32 ipsec,debug ipsec: 80050001 0300001c 060c0000 80010001 80027080 80040003 80060080 80050007
nov/15 22:44:32 ipsec,debug ipsec: 0300001c 070c0000 80010001 80027080 80040003 80060080 80050006 0300001c
nov/15 22:44:32 ipsec,debug ipsec: 080c0000 80010001 80027080 80040003 80060080 80050002 0300001c 090c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060080 80050005 0300001c 0a0c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060080 80050001 03000018 0b030000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80050007 03000018 0c030000 80010001 80027080 80040003 80050006
nov/15 22:44:32 ipsec,debug ipsec: 03000018 0d030000 80010001 80027080 80040003 80050002 03000018 0e030000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80050005 03000018 0f030000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80050001 03000018 10020000 80010001 80027080 80040003 80050007
nov/15 22:44:32 ipsec,debug ipsec: 03000018 11020000 80010001 80027080 80040003 80050006 03000018 12020000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80050002 03000018 13020000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80050005 00000018 14020000 80010001 80027080 80040003 80050001
nov/15 22:44:32 ipsec,debug ipsec: 05000014 e248c64f 5b4e21ed 45795486 97d4f619 0500000c 01000000 c0a80046
nov/15 22:44:32 ipsec,debug ipsec: 00000010 04000000 00000000 00000000 abacf3af fcaf9ed6 dfb5c8ab c58beddd
nov/15 22:44:32 ipsec,debug ipsec: 93e58495 838eecbe dc8baa1b
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=8(hash) len=68
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=1(sa) len=544
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=10(nonce) len=20
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=5(id) len=12
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=5(id) len=16
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: received IDci2:
nov/15 22:44:32 ipsec,debug ipsec: 01000000 c0a80046
nov/15 22:44:32 ipsec,debug ipsec: received IDcr2:
nov/15 22:44:32 ipsec,debug ipsec: 04000000 00000000 00000000
nov/15 22:44:32 ipsec,debug ipsec: HASH(1) validate:
nov/15 22:44:32 ipsec,debug ipsec: 43076e78 401a233d 132ccc67 cc3348fc d886ef69 4bb00236 725a2ab0 f474d5dd
nov/15 22:44:32 ipsec,debug ipsec: 904f8388 152cb028 25226e2b ea253f47 4963cee2 13e3e0b8 af87f075 089d1505
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: fe051a75 0a000220 00000001 00000001 00000214 01030414 00d1fad9 0300001c
nov/15 22:44:32 ipsec,debug ipsec: 010c0000 80010001 80027080 80040003 80060100 80050007 0300001c 020c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060100 80050006 0300001c 030c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060100 80050002 0300001c 040c0000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80060100 80050005 0300001c 050c0000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80060100 80050001 0300001c 060c0000 80010001 80027080 80040003 80060080
nov/15 22:44:32 ipsec,debug ipsec: 80050007 0300001c 070c0000 80010001 80027080 80040003 80060080 80050006
nov/15 22:44:32 ipsec,debug ipsec: 0300001c 080c0000 80010001 80027080 80040003 80060080 80050002 0300001c
nov/15 22:44:32 ipsec,debug ipsec: 090c0000 80010001 80027080 80040003 80060080 80050005 0300001c 0a0c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060080 80050001 03000018 0b030000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050007 03000018 0c030000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050006 03000018 0d030000 80010001 80027080 80040003 80050002 03000018
nov/15 22:44:32 ipsec,debug ipsec: 0e030000 80010001 80027080 80040003 80050005 03000018 0f030000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050001 03000018 10020000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050007 03000018 11020000 80010001 80027080 80040003 80050006 03000018
nov/15 22:44:32 ipsec,debug ipsec: 12020000 80010001 80027080 80040003 80050002 03000018 13020000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050005 00000018 14020000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050001 05000014 e248c64f 5b4e21ed 45795486 97d4f619 0500000c 01000000
nov/15 22:44:32 ipsec,debug ipsec: c0a80046 00000010 04000000 00000000 00000000
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 43076e78 401a233d 132ccc67 cc3348fc d886ef69 4bb00236 725a2ab0 f474d5dd
nov/15 22:44:32 ipsec,debug ipsec: 904f8388 152cb028 25226e2b ea253f47 4963cee2 13e3e0b8 af87f075 089d1505
nov/15 22:44:32 ipsec,debug ipsec: total SA len=540
nov/15 22:44:32 ipsec,debug ipsec: 00000001 00000001 00000214 01030414 00d1fad9 0300001c 010c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060100 80050007 0300001c 020c0000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80060100 80050006 0300001c 030c0000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80060100 80050002 0300001c 040c0000 80010001 80027080 80040003 80060100
nov/15 22:44:32 ipsec,debug ipsec: 80050005 0300001c 050c0000 80010001 80027080 80040003 80060100 80050001
nov/15 22:44:32 ipsec,debug ipsec: 0300001c 060c0000 80010001 80027080 80040003 80060080 80050007 0300001c
nov/15 22:44:32 ipsec,debug ipsec: 070c0000 80010001 80027080 80040003 80060080 80050006 0300001c 080c0000
nov/15 22:44:32 ipsec,debug ipsec: 80010001 80027080 80040003 80060080 80050002 0300001c 090c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060080 80050005 0300001c 0a0c0000 80010001 80027080
nov/15 22:44:32 ipsec,debug ipsec: 80040003 80060080 80050001 03000018 0b030000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050007 03000018 0c030000 80010001 80027080 80040003 80050006 03000018
nov/15 22:44:32 ipsec,debug ipsec: 0d030000 80010001 80027080 80040003 80050002 03000018 0e030000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050005 03000018 0f030000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050001 03000018 10020000 80010001 80027080 80040003 80050007 03000018
nov/15 22:44:32 ipsec,debug ipsec: 11020000 80010001 80027080 80040003 80050006 03000018 12020000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80050002 03000018 13020000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80050005 00000018 14020000 80010001 80027080 80040003 80050001
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=2(prop) len=532
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: proposal #1 len=532
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=24
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: transform #1 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: transform #2 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=6
nov/15 22:44:32 ipsec,debug ipsec: transform #3 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: transform #4 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: transform #5 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: transform #6 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: transform #7 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=6
nov/15 22:44:32 ipsec,debug ipsec: transform #8 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: transform #9 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: transform #10 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: transform #11 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: transform #12 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=6
nov/15 22:44:32 ipsec,debug ipsec: transform #13 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: transform #14 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: transform #15 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: transform #16 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: transform #17 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=6
nov/15 22:44:32 ipsec,debug ipsec: transform #18 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: transform #19 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: transform #20 len=24
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: pair 1:
nov/15 22:44:32 ipsec,debug ipsec: 0x492db0: next=(nil) tnext=0x48ede0
nov/15 22:44:32 ipsec,debug ipsec: 0x48ede0: next=(nil) tnext=0x48e4b8
nov/15 22:44:32 ipsec,debug ipsec: 0x48e4b8: next=(nil) tnext=0x48d198
nov/15 22:44:32 ipsec,debug ipsec: 0x48d198: next=(nil) tnext=0x48e460
nov/15 22:44:32 ipsec,debug ipsec: 0x48e460: next=(nil) tnext=0x48dc78
nov/15 22:44:32 ipsec,debug ipsec: 0x48dc78: next=(nil) tnext=0x48c3b0
nov/15 22:44:32 ipsec,debug ipsec: 0x48c3b0: next=(nil) tnext=0x48e1f0
nov/15 22:44:32 ipsec,debug ipsec: 0x48e1f0: next=(nil) tnext=0x494678
nov/15 22:44:32 ipsec,debug ipsec: 0x494678: next=(nil) tnext=0x494690
nov/15 22:44:32 ipsec,debug ipsec: 0x494690: next=(nil) tnext=0x490568
nov/15 22:44:32 ipsec,debug ipsec: 0x490568: next=(nil) tnext=0x490580
nov/15 22:44:32 ipsec,debug ipsec: 0x490580: next=(nil) tnext=0x48f690
nov/15 22:44:32 ipsec,debug ipsec: 0x48f690: next=(nil) tnext=0x48f6a8
nov/15 22:44:32 ipsec,debug ipsec: 0x48f6a8: next=(nil) tnext=0x4903b8
nov/15 22:44:32 ipsec,debug ipsec: 0x4903b8: next=(nil) tnext=0x4903d0
nov/15 22:44:32 ipsec,debug ipsec: 0x4903d0: next=(nil) tnext=(nil)
nov/15 22:44:32 ipsec,debug ipsec: proposal #1: 16 transform
nov/15 22:44:32 ipsec,debug ipsec: got the local address from ID payload 0.0.0.0[0] prefixlen=0 ul_proto=255
nov/15 22:44:32 ipsec,debug ipsec: got the peer address from ID payload 192.168.0.70[0] prefixlen=32 ul_proto=255
nov/15 22:44:32 ipsec,debug ipsec: (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=UDP-Tunnel reqid=55:55)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=288 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=288 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-GCM-ICV16 encklen=288 authtype=254)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=160 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=160 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-GCM-ICV16 encklen=160 authtype=254)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: begin compare proposals.
nov/15 22:44:32 ipsec,debug ipsec: pair[1]: 0x492db0
nov/15 22:44:32 ipsec,debug ipsec: 0x492db0: next=(nil) tnext=0x48ede0
nov/15 22:44:32 ipsec,debug ipsec: 0x48ede0: next=(nil) tnext=0x48e4b8
nov/15 22:44:32 ipsec,debug ipsec: 0x48e4b8: next=(nil) tnext=0x48d198
nov/15 22:44:32 ipsec,debug ipsec: 0x48d198: next=(nil) tnext=0x48e460
nov/15 22:44:32 ipsec,debug ipsec: 0x48e460: next=(nil) tnext=0x48dc78
nov/15 22:44:32 ipsec,debug ipsec: 0x48dc78: next=(nil) tnext=0x48c3b0
nov/15 22:44:32 ipsec,debug ipsec: 0x48c3b0: next=(nil) tnext=0x48e1f0
nov/15 22:44:32 ipsec,debug ipsec: 0x48e1f0: next=(nil) tnext=0x494678
nov/15 22:44:32 ipsec,debug ipsec: 0x494678: next=(nil) tnext=0x494690
nov/15 22:44:32 ipsec,debug ipsec: 0x494690: next=(nil) tnext=0x490568
nov/15 22:44:32 ipsec,debug ipsec: 0x490568: next=(nil) tnext=0x490580
nov/15 22:44:32 ipsec,debug ipsec: 0x490580: next=(nil) tnext=0x48f690
nov/15 22:44:32 ipsec,debug ipsec: 0x48f690: next=(nil) tnext=0x48f6a8
nov/15 22:44:32 ipsec,debug ipsec: 0x48f6a8: next=(nil) tnext=0x4903b8
nov/15 22:44:32 ipsec,debug ipsec: 0x4903b8: next=(nil) tnext=0x4903d0
nov/15 22:44:32 ipsec,debug ipsec: 0x4903d0: next=(nil) tnext=(nil)
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=1 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=3 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=4 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=5 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=6 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=8 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=9 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=10 trns-id=AES-CBC
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=128
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=11 trns-id=3DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=13 trns-id=3DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=14 trns-id=3DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=15 trns-id=3DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=16 trns-id=DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=18 trns-id=DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha1
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=19 trns-id=DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha256
nov/15 22:44:32 ipsec,debug ipsec: prop#=1 prot-id=ESP spi-size=4 #trns=20 trns#=20 trns-id=DES
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-md5
nov/15 22:44:32 ipsec,debug ipsec: peer's single bundle:
nov/15 22:44:32 ipsec,debug ipsec: (proto_id=ESP spisize=4 spi=00d1fad9 spi_p=00000000 encmode=UDP-Tunnel reqid=0:0)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha1)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-md5)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha1)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-md5)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha1)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-md5)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=DES encklen=0 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=DES encklen=0 authtype=hmac-sha1)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=DES encklen=0 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=DES encklen=0 authtype=hmac-md5)
nov/15 22:44:32 ipsec,debug ipsec: my single bundle:
nov/15 22:44:32 ipsec,debug ipsec: (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=UDP-Tunnel reqid=55:55)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=256 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=288 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=288 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-GCM-ICV16 encklen=288 authtype=254)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CBC encklen=128 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=160 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-CTR encklen=160 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=AES-GCM-ICV16 encklen=160 authtype=254)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha512)
nov/15 22:44:32 ipsec,debug ipsec: (trns_id=3DES encklen=0 authtype=hmac-sha256)
nov/15 22:44:32 ipsec,debug ipsec: matched
nov/15 22:44:32 ipsec,debug ipsec: ===
nov/15 22:44:32 ipsec,debug ipsec: call pfkey_send_getspi 958c32b0
nov/15 22:44:32 ipsec,debug ipsec: pfkey GETSPI sent: ESP/Tunnel xx.xxx.148.156[60634]->1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug ipsec: pfkey getspi sent.
nov/15 22:44:32 ipsec,debug ipsec: total SA len=48
nov/15 22:44:32 ipsec,debug ipsec: 00000001 00000001 00000028 01030401 00000000 0000001c 010c0000 80010001
nov/15 22:44:32 ipsec,debug ipsec: 80027080 80040003 80060100 80050007
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=2(prop) len=40
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: proposal #1 len=40
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=3(trns) len=28
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: transform #1 len=28
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Type, flag=0x8000, lorv=seconds
nov/15 22:44:32 ipsec,debug ipsec: type=SA Life Duration, flag=0x8000, lorv=28800
nov/15 22:44:32 ipsec,debug ipsec: life duration was in TLV.
nov/15 22:44:32 ipsec,debug ipsec: type=Encryption Mode, flag=0x8000, lorv=UDP-Tunnel
nov/15 22:44:32 ipsec,debug ipsec: UDP encapsulation requested
nov/15 22:44:32 ipsec,debug ipsec: type=Key Length, flag=0x8000, lorv=256
nov/15 22:44:32 ipsec,debug ipsec: type=Authentication Algorithm, flag=0x8000, lorv=hmac-sha512
nov/15 22:44:32 ipsec,debug ipsec: pair 1:
nov/15 22:44:32 ipsec,debug ipsec: 0x48f528: next=(nil) tnext=(nil)
nov/15 22:44:32 ipsec,debug ipsec: proposal #1: 1 transform
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 48, next type 10
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 24, next type 5
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 8, next type 5
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 12, next type 0
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: fe051a75 e248c64f 5b4e21ed 45795486 97d4f619 0a000034 00000001 00000001
nov/15 22:44:32 ipsec,debug ipsec: 00000028 01030401 0272a892 0000001c 010c0000 80010001 80027080 80040003
nov/15 22:44:32 ipsec,debug ipsec: 80060100 80050007 0500001c 883ba9fc 2e0cdd12 b80d88eb 5d35236e 02e25c2b
nov/15 22:44:32 ipsec,debug ipsec: 2acd9c3d 0500000c 01000000 c0a80046 00000010 04000000 00000000 00000000
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 030fc012 492223e7 f1d65157 18f87498 3b26883e d322b72f 0eba95fb 7d0474e5
nov/15 22:44:32 ipsec,debug ipsec: 3678137c e1ea3395 3c25b04c 9887aaee 6fb31c09 50b73380 c6b8138b e1fd8acf
nov/15 22:44:32 ipsec,debug ipsec: add payload of len 64, next type 1
nov/15 22:44:32 ipsec,debug ipsec: begin encryption.
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: pad length = 16
nov/15 22:44:32 ipsec,debug ipsec: 01000044 030fc012 492223e7 f1d65157 18f87498 3b26883e d322b72f 0eba95fb
nov/15 22:44:32 ipsec,debug ipsec: 7d0474e5 3678137c e1ea3395 3c25b04c 9887aaee 6fb31c09 50b73380 c6b8138b
nov/15 22:44:32 ipsec,debug ipsec: e1fd8acf 0a000034 00000001 00000001 00000028 01030401 0272a892 0000001c
nov/15 22:44:32 ipsec,debug ipsec: 010c0000 80010001 80027080 80040003 80060100 80050007 0500001c 883ba9fc
nov/15 22:44:32 ipsec,debug ipsec: 2e0cdd12 b80d88eb 5d35236e 02e25c2b 2acd9c3d 0500000c 01000000 c0a80046
nov/15 22:44:32 ipsec,debug ipsec: 00000010 04000000 00000000 00000000 6751ca1c da564e02 e3c6407f d2cb920f
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: encrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: 9e3e3d69 2a0a6e8f c7481cc4 6b13b8b5
nov/15 22:44:32 ipsec,debug ipsec: save IV for next:
nov/15 22:44:32 ipsec,debug ipsec: 7fb63897 3eb670f7 c5356188 0e29e836
nov/15 22:44:32 ipsec,debug ipsec: encrypted.
nov/15 22:44:32 ipsec,debug ipsec: 220 bytes from 1.2.3.4[4500] to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug ipsec: 1 times of 224 bytes message will be sent to xx.xxx.148.156[60634]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08102001 fe051a75 000000dc cf18433a
nov/15 22:44:32 ipsec,debug,packet ipsec: 13555044 ecf75432 d9227ada 3e7da031 3149d533 7f849a4d 6404ea81 fdb8c974
nov/15 22:44:32 ipsec,debug,packet ipsec: 881f9dfe 520558b8 1b14d89b 60dd38c5 0bf63201 4de28047 5f3484c4 86ee52e0
nov/15 22:44:32 ipsec,debug,packet ipsec: a9a22fd5 45782758 655a84d3 6e76b718 8d07bbf8 8dd66819 9661ddaa 54c4b415
nov/15 22:44:32 ipsec,debug,packet ipsec: c625dd65 e8498ee9 5cdc974e 4ae57915 dc725e76 0f1f9282 c3d2b6a1 d0f6d071
nov/15 22:44:32 ipsec,debug,packet ipsec: 71a85135 385ac028 5ae96e3d 6b3ed60f 3913050c c164ff6f 48817622 f5042546
nov/15 22:44:32 ipsec,debug,packet ipsec: 39d14cd3 f557282f e80b926a 7fb63897 3eb670f7 c5356188 0e29e836
nov/15 22:44:32 ipsec,debug ipsec: ===== received 124 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:32 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08102001 fe051a75 0000007c b614afee
nov/15 22:44:32 ipsec,debug,packet ipsec: 3dd8771c 57140621 3f93f2e6 fafd384e c86d6625 3ad8eec4 07f1095c fe446c2b
nov/15 22:44:32 ipsec,debug,packet ipsec: 3f5a5cf3 1bdb577d c0cbe03a 4de4fc35 9219955a 9595f91b d2d00194 53591c76
nov/15 22:44:32 ipsec,debug,packet ipsec: 94ac045f c611787a a79034b8 9883a54f 31163873 b1e67948 93647b0c
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:32 ipsec,debug ipsec: 9883a54f 31163873 b1e67948 93647b0c
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:32 ipsec,debug ipsec: with key:
nov/15 22:44:32 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:32 ipsec,debug ipsec: 7fb63897 3eb670f7 c5356188 0e29e836
nov/15 22:44:32 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:32 ipsec,debug ipsec: 00000044 07130abd c334d2ca e26bc9b3 ce0ec740 86997367 06bd9276 2deb444f
nov/15 22:44:32 ipsec,debug ipsec: 33752d15 663b62e2 b08f0fb9 fba044ff a55d91c3 debd2d57 597fdc6c e48070e9
nov/15 22:44:32 ipsec,debug ipsec: 16c90759 b390f3f5 87cbd4b1 ac81baa4 adaeffe4 c9a3ebd7 b6d9aeba e9eabc1b
nov/15 22:44:32 ipsec,debug ipsec: padding len=28
nov/15 22:44:32 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:32 ipsec,debug ipsec: decrypted.
nov/15 22:44:32 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08102001 fe051a75 0000007c 00000044
nov/15 22:44:32 ipsec,debug ipsec: 07130abd c334d2ca e26bc9b3 ce0ec740 86997367 06bd9276 2deb444f 33752d15
nov/15 22:44:32 ipsec,debug ipsec: 663b62e2 b08f0fb9 fba044ff a55d91c3 debd2d57 597fdc6c e48070e9 16c90759
nov/15 22:44:32 ipsec,debug ipsec: b390f3f5 87cbd4b1 ac81baa4 adaeffe4 c9a3ebd7 b6d9aeba e9eabc1b
nov/15 22:44:32 ipsec,debug ipsec: begin.
nov/15 22:44:32 ipsec,debug ipsec: seen nptype=8(hash) len=68
nov/15 22:44:32 ipsec,debug ipsec: succeed.
nov/15 22:44:32 ipsec,debug ipsec: HASH(3) validate:
nov/15 22:44:32 ipsec,debug ipsec: 07130abd c334d2ca e26bc9b3 ce0ec740 86997367 06bd9276 2deb444f 33752d15
nov/15 22:44:32 ipsec,debug ipsec: 663b62e2 b08f0fb9 fba044ff a55d91c3 debd2d57 597fdc6c e48070e9 16c90759
nov/15 22:44:32 ipsec,debug ipsec: HASH with:
nov/15 22:44:32 ipsec,debug ipsec: 00fe051a 75e248c6 4f5b4e21 ed457954 8697d4f6 19883ba9 fc2e0cdd 12b80d88
nov/15 22:44:32 ipsec,debug ipsec: eb5d3523 6e02e25c 2b2acd9c 3d
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: HASH computed:
nov/15 22:44:32 ipsec,debug ipsec: 07130abd c334d2ca e26bc9b3 ce0ec740 86997367 06bd9276 2deb444f 33752d15
nov/15 22:44:32 ipsec,debug ipsec: 663b62e2 b08f0fb9 fba044ff a55d91c3 debd2d57 597fdc6c e48070e9 16c90759
nov/15 22:44:32 ipsec,debug ipsec: ===
nov/15 22:44:32 ipsec,debug ipsec: KEYMAT compute with
nov/15 22:44:32 ipsec,debug ipsec: 030272a8 92e248c6 4f5b4e21 ed457954 8697d4f6 19883ba9 fc2e0cdd 12b80d88
nov/15 22:44:32 ipsec,debug ipsec: eb5d3523 6e02e25c 2b2acd9c 3d
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes-cbc)
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encklen=256 authklen=512
nov/15 22:44:32 ipsec,debug ipsec: generating 1536 bits of key (dupkeymat=3)
nov/15 22:44:32 ipsec,debug ipsec: generating K1...K3 for KEYMAT.
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: b2bf34be 66491b9a 99ced2fd 6d05fd56 86a25eca 7c92df0f 4d0e52fc 4aa91325
nov/15 22:44:32 ipsec,debug ipsec: 0ac570ae ab0422f7 c7b2ed69 4aff743e 0a61f86f 3288609d 5eeab6a9 595c9931
nov/15 22:44:32 ipsec,debug ipsec: 3d2c9ec8 91590740 fe1c84ed abc39be4 8e3d35b6 c4e55f7d 92c44454 088c7910
nov/15 22:44:32 ipsec,debug ipsec: 61670c57 8f3e05a4 3c958d69 2a808f4c d332712f f2fd2fa0 f0a2b2be cb79d3ea
nov/15 22:44:32 ipsec,debug ipsec: 3bebb4c3 793ea1ff d7ea83ef 80136c54 b4ecd4ec 554abe7e d1150c26 827bba69
nov/15 22:44:32 ipsec,debug ipsec: 6699689e 868531e0 ed7621f5 9d5a3fb2 8076e68d b74a15e2 9b2cc5ce 9772c857
nov/15 22:44:32 ipsec,debug ipsec: KEYMAT compute with
nov/15 22:44:32 ipsec,debug ipsec: 0300d1fa d9e248c6 4f5b4e21 ed457954 8697d4f6 19883ba9 fc2e0cdd 12b80d88
nov/15 22:44:32 ipsec,debug ipsec: eb5d3523 6e02e25c 2b2acd9c 3d
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes-cbc)
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: encklen=256 authklen=512
nov/15 22:44:32 ipsec,debug ipsec: generating 1536 bits of key (dupkeymat=3)
nov/15 22:44:32 ipsec,debug ipsec: generating K1...K3 for KEYMAT.
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: d65e7704 cec0b0fb 69c805e8 43715a52 4a3db437 de2a4989 ae0c74f8 9d7b3c19
nov/15 22:44:32 ipsec,debug ipsec: 1070a712 1a627e2c e871232d 62557bb9 1e3d5998 dd4a74a7 a1d90cd7 c3c97527
nov/15 22:44:32 ipsec,debug ipsec: 16623ba3 e91e6195 1cf1d5b0 506e244d 4b8cadb0 6b3f4589 723f5903 379880e3
nov/15 22:44:32 ipsec,debug ipsec: ae665edb 55d86276 159c70a4 b03e3a54 7088dae1 d505ae2e 7a07e873 8975bad6
nov/15 22:44:32 ipsec,debug ipsec: c9b0ba45 adf10a7c 576085c0 c1a3afdc 0c6f95ed 13bc633e db6cb378 c2d8fd3a
nov/15 22:44:32 ipsec,debug ipsec: fa71712e e06fdab3 7cc20b9d 53fbaa57 71cb0f78 e4fbd502 c8d00d55 4c0f6a8e
nov/15 22:44:32 ipsec,debug ipsec: KEYMAT computed.
nov/15 22:44:32 ipsec,debug ipsec: call pk_sendupdate
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes-cbc)
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: call pfkey_send_update_nat
nov/15 22:44:32 ipsec,debug ipsec: pfkey update sent.
nov/15 22:44:32 ipsec,debug ipsec: encryption(aes-cbc)
nov/15 22:44:32 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:32 ipsec,debug ipsec: call pfkey_send_add_nat
nov/15 22:44:32 ipsec,debug ipsec: pfkey add sent.
nov/15 22:44:41 ipsec,debug ipsec: ===== received 140 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:41 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100501 e2bfc2a7 0000008c d7a97572
nov/15 22:44:41 ipsec,debug,packet ipsec: 718c2ebc df721c7c 64f801cc 2ac475fd 21f70e40 3e1cb7a7 24da0683 4276857a
nov/15 22:44:41 ipsec,debug,packet ipsec: c2c15f34 4be4cd31 06876bc8 760cdf0e 183f2b44 58b8f5f2 e3688693 7be6a197
nov/15 22:44:41 ipsec,debug,packet ipsec: 4557f966 84fcc7b9 2cb35728 29cdff09 e09dcd87 7550490f 4d11d172 ae5a38f6
nov/15 22:44:41 ipsec,debug,packet ipsec: d24473fe 99cf1de8 f2e44bcc
nov/15 22:44:41 ipsec,debug ipsec: receive Information.
nov/15 22:44:41 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:41 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:41 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 e2bfc2a7
nov/15 22:44:41 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:41 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:41 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:41 ipsec,debug ipsec: e582d267 e346463a 87b701fb 3b6ee480
nov/15 22:44:41 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:41 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:41 ipsec,debug ipsec: ae5a38f6 d24473fe 99cf1de8 f2e44bcc
nov/15 22:44:41 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:41 ipsec,debug ipsec: with key:
nov/15 22:44:41 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:41 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:41 ipsec,debug ipsec: e582d267 e346463a 87b701fb 3b6ee480
nov/15 22:44:41 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:41 ipsec,debug ipsec: 0c000044 2507b389 a8825b91 0519e7d0 7099eff3 590e6038 4ee22635 b072c57e
nov/15 22:44:41 ipsec,debug ipsec: 847fc744 1d11954e 5a87e4ca d542ae16 1deaba37 a1ce541d da1a8b5c d99fda5e
nov/15 22:44:41 ipsec,debug ipsec: 78a79910 00000010 00000001 03040001 00d1fad9 e182e891 f7e4c1df a9eac180
nov/15 22:44:41 ipsec,debug ipsec: 8aa1cb9f 84ffe1ac 84ebd984 b4ed8a1b
nov/15 22:44:41 ipsec,debug ipsec: padding len=28
nov/15 22:44:41 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:41 ipsec,debug ipsec: decrypted.
nov/15 22:44:41 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100501 e2bfc2a7 0000008c 0c000044
nov/15 22:44:41 ipsec,debug ipsec: 2507b389 a8825b91 0519e7d0 7099eff3 590e6038 4ee22635 b072c57e 847fc744
nov/15 22:44:41 ipsec,debug ipsec: 1d11954e 5a87e4ca d542ae16 1deaba37 a1ce541d da1a8b5c d99fda5e 78a79910
nov/15 22:44:41 ipsec,debug ipsec: 00000010 00000001 03040001 00d1fad9 e182e891 f7e4c1df a9eac180 8aa1cb9f
nov/15 22:44:41 ipsec,debug ipsec: 84ffe1ac 84ebd984 b4ed8a1b
nov/15 22:44:41 ipsec,debug ipsec: HASH with:
nov/15 22:44:41 ipsec,debug ipsec: e2bfc2a7 00000010 00000001 03040001 00d1fad9
nov/15 22:44:41 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:41 ipsec,debug ipsec: HASH computed:
nov/15 22:44:41 ipsec,debug ipsec: 2507b389 a8825b91 0519e7d0 7099eff3 590e6038 4ee22635 b072c57e 847fc744
nov/15 22:44:41 ipsec,debug ipsec: 1d11954e 5a87e4ca d542ae16 1deaba37 a1ce541d da1a8b5c d99fda5e 78a79910
nov/15 22:44:41 ipsec,debug ipsec: hash validated.
nov/15 22:44:41 ipsec,debug ipsec: begin.
nov/15 22:44:41 ipsec,debug ipsec: seen nptype=8(hash) len=68
nov/15 22:44:41 ipsec,debug ipsec: seen nptype=12(delete) len=16
nov/15 22:44:41 ipsec,debug ipsec: succeed.
nov/15 22:44:41 ipsec,debug ipsec: xx.xxx.148.156 delete payload for protocol ESP
nov/15 22:44:41 ipsec,debug ipsec: an undead schedule has been deleted.
nov/15 22:44:41 ipsec,debug ipsec: purged SAs.
nov/15 22:44:41 ipsec,debug ipsec: ===== received 156 bytes from xx.xxx.148.156[60634] to 1.2.3.4[4500]
nov/15 22:44:41 ipsec,debug,packet ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100501 b2da164a 0000009c b66c34e1
nov/15 22:44:41 ipsec,debug,packet ipsec: f051d05a cf11f5a4 3a712fe2 1481cd71 3e37c15f 01265271 1bdb0582 50aa7b1c
nov/15 22:44:41 ipsec,debug,packet ipsec: 560c3a61 096769a5 4fa474e1 4eae7eae 35b1112a e2b53fd2 9ce86124 4eafa3dd
nov/15 22:44:41 ipsec,debug,packet ipsec: 2d6f8261 d9545910 fceabe3d 05780feb 5445ad5d 0bc3060f 73772397 86d046b0
nov/15 22:44:41 ipsec,debug,packet ipsec: 827bcbcf 3f7273c3 9da3aa12 89628464 8c47e7ef e5571281 e71221c9
nov/15 22:44:41 ipsec,debug ipsec: receive Information.
nov/15 22:44:41 ipsec,debug ipsec: compute IV for phase2
nov/15 22:44:41 ipsec,debug ipsec: phase1 last IV:
nov/15 22:44:41 ipsec,debug ipsec: ac9fdb98 7eb0f474 940801db b5abcb45 b2da164a
nov/15 22:44:41 ipsec,debug ipsec: hash(sha2_512)
nov/15 22:44:41 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:41 ipsec,debug ipsec: phase2 IV computed:
nov/15 22:44:41 ipsec,debug ipsec: 29fca554 8123f317 6fafcfeb 77d474cf
nov/15 22:44:41 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:41 ipsec,debug ipsec: IV was saved for next processing:
nov/15 22:44:41 ipsec,debug ipsec: 89628464 8c47e7ef e5571281 e71221c9
nov/15 22:44:41 ipsec,debug ipsec: encryption(aes)
nov/15 22:44:41 ipsec,debug ipsec: with key:
nov/15 22:44:41 ipsec,debug ipsec: 3c793463 a8f770a5 664642cd 214842f2 4d1e4370 c93e16cd 2a34207d b9094992
nov/15 22:44:41 ipsec,debug ipsec: decrypted payload by IV:
nov/15 22:44:41 ipsec,debug ipsec: 29fca554 8123f317 6fafcfeb 77d474cf
nov/15 22:44:41 ipsec,debug ipsec: decrypted payload, but not trimed.
nov/15 22:44:41 ipsec,debug ipsec: 0c000044 7f667c9c 0ef33d1a b388c8ef 1b1ae8d8 c0df3836 68af01eb 0d041549
nov/15 22:44:41 ipsec,debug ipsec: 85c5b08e 8c5bbd08 ae410410 29302494 5009a1fb cbc1121e 8794d8a4 b4727f2a
nov/15 22:44:41 ipsec,debug ipsec: f9c53bd9 0000001c 00000001 01100001 54878e47 70d12b0d ee0c3df5 e8b5733d
nov/15 22:44:41 ipsec,debug ipsec: febdef95 feeeeac4 ccb3d1a7 b8e5fcf1 b0f786d9 cca8b3c5 abb0e2b2 eaec8b1f
nov/15 22:44:41 ipsec,debug ipsec: padding len=32
nov/15 22:44:41 ipsec,debug ipsec: skip to trim padding.
nov/15 22:44:41 ipsec,debug ipsec: decrypted.
nov/15 22:44:41 ipsec,debug ipsec: 54878e47 70d12b0d ee0c3df5 e8b5733d 08100501 b2da164a 0000009c 0c000044
nov/15 22:44:41 ipsec,debug ipsec: 7f667c9c 0ef33d1a b388c8ef 1b1ae8d8 c0df3836 68af01eb 0d041549 85c5b08e
nov/15 22:44:41 ipsec,debug ipsec: 8c5bbd08 ae410410 29302494 5009a1fb cbc1121e 8794d8a4 b4727f2a f9c53bd9
nov/15 22:44:41 ipsec,debug ipsec: 0000001c 00000001 01100001 54878e47 70d12b0d ee0c3df5 e8b5733d febdef95
nov/15 22:44:41 ipsec,debug ipsec: feeeeac4 ccb3d1a7 b8e5fcf1 b0f786d9 cca8b3c5 abb0e2b2 eaec8b1f
nov/15 22:44:41 ipsec,debug ipsec: HASH with:
nov/15 22:44:41 ipsec,debug ipsec: b2da164a 0000001c 00000001 01100001 54878e47 70d12b0d ee0c3df5 e8b5733d
nov/15 22:44:41 ipsec,debug ipsec: hmac(hmac_sha2_512)
nov/15 22:44:41 ipsec,debug ipsec: HASH computed:
nov/15 22:44:41 ipsec,debug ipsec: 7f667c9c 0ef33d1a b388c8ef 1b1ae8d8 c0df3836 68af01eb 0d041549 85c5b08e
nov/15 22:44:41 ipsec,debug ipsec: 8c5bbd08 ae410410 29302494 5009a1fb cbc1121e 8794d8a4 b4727f2a f9c53bd9
nov/15 22:44:41 ipsec,debug ipsec: hash validated.
nov/15 22:44:41 ipsec,debug ipsec: begin.
nov/15 22:44:41 ipsec,debug ipsec: seen nptype=8(hash) len=68
nov/15 22:44:41 ipsec,debug ipsec: seen nptype=12(delete) len=28
nov/15 22:44:41 ipsec,debug ipsec: succeed.
nov/15 22:44:41 ipsec,debug ipsec: xx.xxx.148.156 delete payload for protocol ISAKMP
nov/15 22:44:41 ipsec,info purging ISAKMP-SA 1.2.3.4[4500]<=>xx.xxx.148.156[60634] spi=54878e4770d12b0d:ee0c3df5e8b5733d:f4b95af2.
nov/15 22:44:41 ipsec,debug ipsec: purged SAs.
nov/15 22:44:41 ipsec,info ISAKMP-SA deleted 1.2.3.4[4500]-xx.xxx.148.156[60634] spi:54878e4770d12b0d:ee0c3df5e8b5733d rekey:0
nov/15 22:44:41 ipsec,info releasing address 192.168.0.70
nov/15 22:44:41 ipsec,debug ipsec: KA tree dump: 1.2.3.4[4500]->xx.xxx.148.156[60634] (in_use=1)
nov/15 22:44:41 ipsec,debug ipsec: KA removing this one...
Here’s my current peer settings:
/ip ipsec peer print
Flags: X - disabled, D - dynamic, R - responder
0 R ;;; Android IPSec
address=0.0.0.0/0 local-address=1.2.3.4 auth-method=pre-shared-key-xauth secret="secret-psk" xauth-login="xauth-user" xauth-password="xauth-password"
generate-policy=port-strict policy-template-group=default exchange-mode=main mode-config=request-only send-initial-contact=yes nat-traversal=yes proposal-check=obey
hash-algorithm=sha512 enc-algorithm=aes-256,aes-128 dh-group=modp4096,modp3072,modp2048,modp1024 lifetime=8h dpd-interval=2m dpd-maximum-failures=5
/ip ipsec proposal print
0 * name="default" auth-algorithms=sha512,sha256 enc-algorithms=aes-256-cbc,aes-256-ctr,aes-256-gcm,aes-128-cbc,aes-128-ctr,aes-128-gcm,3des lifetime=8h pfs-group=modp2048