[Openswan Users] CA NATT Queuing pending Quick Mode

Ioana Tecuceanu ioana.tecuceanu at topex.ro
Tue Jul 24 04:06:24 EDT 2007


Hello!
I am trying to set up a road warrior behnid nat-box scenario.(all this is tested in my company's LAN, as i don't have access to public IP's)

the openswan gw WAN:192.168.144.175, the net behind it 176.16.16.0
the nat device WAN:192.168.143.21, the net behind it 10.10.10.10

my config:

on the openswan gateway:
config setup
        interfaces=%defaultroute
        plutodebug="control parsing"
        nat_traversal=yes
        virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:!172.16.0.0/12
conn %default
        keyingtries=1
        authby=rsasig
        auth=esp
        esp=3des-sha1
        leftrsasigkey=%cert
        rightrsasigkey=%cert
conn net
        left=192.168.144.175
        leftsubnet=172.16.16.0/255.255.0.0
        leftcert=cert1.byton.ro.pem
        right=%any
        rightsubnet=vhost:%no,%priv
        auto=add
        type=transport
include /etc/ipsec.d/examples/no_oe.conf
#########################################
on the openswan client(the one that is behind the nat)
config setup
        interfaces=%defaultroute
        plutodebug="control parsing"
        nat_traversal=yes
conn %default
        keyingtries=1
        authby=rsasig
        auth=esp
        esp=3des-sha1
        leftrsasigkey=%cert
        rightrsasigkey=%cert
conn roadwarrior
        left=%defaultroute
        leftcert=cert2.byton.ro.pem
        right=192.168.144.175
        rightsubnet=172.16.16.0/255.255.0.0
        rightcert=cert1.byton.ro.pem
        auto=start
	type=transport
include /etc/ipsec.d/examples/no_oe.conf
############################
the log on the gateway says:

Jul 24 11:00:03 bytton authpriv.warn pluto[21538]: forgetting secrets
Jul 24 11:00:03 bytton authpriv.warn pluto[21538]: loading secrets from "/etc/ipsec.secrets"
Jul 24 11:00:03 bytton authpriv.warn pluto[21538]: loading secrets from "/etc/ipsec.psk.secrets"
Jul 24 11:00:03 bytton authpriv.warn pluto[21538]: loading secrets from "/etc/ipsec.rsa.secrets"
Jul 24 11:00:03 bytton authpriv.warn pluto[21538]:   loaded private key file '/etc/ipsec.d/private/cert1.byton.ro.key' (1744 bytes)
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: |   file content is not binary ASN.1
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: |   -----BEGIN RSA PRIVATE KEY-----
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: |   Proc-Type: 4,ENCRYPTED
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: |   DEK-Info: DES-EDE3-CBC,EAF5B568203257C9
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: |   -----END RSA PRIVATE KEY-----
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: |   file coded in PEM format
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L0 - RSAPrivateKey:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - version:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - modulus:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - publicExponent:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - privateExponent:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - prime1:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - prime2:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - exponent1:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - exponent2:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | L1 - coefficient:
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | loaded private key for keyid: PPK_RSA:AwEAAaOPK
Jul 24 11:00:03 bytton authpriv.debug pluto[21538]: | next event EVENT_SHUNT_SCAN in 113 seconds

and ipsec auto --status.....the gateway hows just about nothing(probably recieves nothing?!)

000 "roadwarrior":   ike_life: 3600s; ipsec_life: 28800s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 1
000 "roadwarrior":   policy: RSASIG+ENCRYPT+TUNNEL+PFS+UP+AGGRESSIVE; prio: 32,16; interface: eth1; encap: esp;
000 "roadwarrior":   newest ISAKMP SA: #0; newest IPsec SA: #0;
000 "roadwarrior":   IKE algorithms wanted: 3DES_CBC(5)_000-SHA1(2)-MODP1536(5), 3DES_CBC(5)_000-SHA1(2)-MODP1024(2); flags=strict
000 "roadwarrior":   IKE algorithms found: 3DES_CBC(5)_192-SHA1(2)_160-MODP1536(5), 3DES_CBC(5)_192-SHA1(2)_160-MODP1024(2)
000 "roadwarrior":   ESP algorithms wanted: 3DES(3)_000-SHA1(2); flags=strict
000 "roadwarrior":   ESP algorithms loaded: 3DES(3)_000-SHA1(2); flags=strict

##############################################################

on the client:

Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | *received whack message
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | kernel_alg_db_new() will return p_new->protoid=3, p_new->trans_cnt=1
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | kernel_alg_db_new()     trans[0]: transid=3, attr_cnt=1, attrs[0].type=5, attrs[0].val=2
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | returning new proposal from esp_info
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | creating state object #1 at 0x1001ebd0
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | ICOOKIE:  fd 7b 11 77  cd d3 fa 12
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | RCOOKIE:  00 00 00 00  00 00 00 00
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | peer:  c0 a8 90 af
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | state hash entry 1
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | inserting event EVENT_SO_DISCARD, timeout in 0 seconds for #1
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | Queuing pending Quick Mode with 192.168.144.175 "roadwarrior"
Jul 24 10:58:56 bytton authpriv.warn pluto[4385]: "roadwarrior" #1: initiating Main Mode
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | sending 312 bytes for main_outI1 through eth1:500 to 192.168.144.175:500:
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | inserting event EVENT_RETRANSMIT, timeout in 10 seconds for #1
Jul 24 10:58:56 bytton authpriv.debug pluto[4385]: | next event EVENT_RETRANSMIT in 10 seconds for #1
Jul 24 10:58:56 bytton daemon.err ipsec__plutorun: 104 "roadwarrior" #1: STATE_MAIN_I1: initiate
Jul 24 10:58:56 bytton daemon.err ipsec__plutorun: ...could not start conn "roadwarrior"
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: |
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | event after this is EVENT_SHUNT_SCAN in 102 seconds
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT for 192.168.144.175 "roadwarrior" #1
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | sending 312 bytes for EVENT_RETRANSMIT through eth1:500 to 192.168.144.175:500:
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | inserting event EVENT_RETRANSMIT, timeout in 20 seconds for #1
Jul 24 10:59:06 bytton authpriv.debug pluto[4385]: | next event EVENT_RETRANSMIT in 20 seconds for #1
Jul 24 10:59:09 bytton authpriv.debug pluto[13128]: |
Jul 24 10:59:09 bytton authpriv.debug pluto[13128]: | *time to handle event
Jul 24 10:59:09 bytton authpriv.debug pluto[13128]: | handling event EVENT_PENDING_PHASE2
Jul 24 10:59:09 bytton authpriv.debug pluto[13128]: | event after this is EVENT_SHUNT_SCAN in 1 seconds
Jul 24 10:59:09 bytton authpriv.debug pluto[13128]: | inserting event EVENT_PENDING_PHASE2, timeout in 120 seconds
Jul 24 10:59:09 bytton authpriv.debug pluto[13128]: | next event EVENT_SHUNT_SCAN in 1 seconds
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: |
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: | *time to handle event
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: | handling event EVENT_SHUNT_SCAN
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: | event after this is EVENT_PENDING_PHASE2 in 119 seconds
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: | inserting event EVENT_SHUNT_SCAN, timeout in 120 seconds
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: | scanning for shunt eroutes
Jul 24 10:59:10 bytton authpriv.debug pluto[13128]: | next event EVENT_PENDING_PHASE2 in 119 seconds
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: |
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | event after this is EVENT_SHUNT_SCAN in 82 seconds
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT for 192.168.144.175 "roadwarrior" #1
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | sending 312 bytes for EVENT_RETRANSMIT through eth1:500 to 192.168.144.175:500:
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | inserting event EVENT_RETRANSMIT, timeout in 40 seconds for #1
Jul 24 10:59:26 bytton authpriv.debug pluto[4385]: | next event EVENT_RETRANSMIT in 40 seconds for #1
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: |
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | event after this is EVENT_SHUNT_SCAN in 42 seconds
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT for 192.168.144.175 "roadwarrior" #1
Jul 24 11:00:06 bytton authpriv.warn pluto[4385]: "roadwarrior" #1: max number of retransmissions (2) reached STATE_MAIN_I1.  No response (or no acceptable response) to our first IKE message
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | deleting state #1
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | ICOOKIE:  fd 7b 11 77  cd d3 fa 12
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | RCOOKIE:  00 00 00 00  00 00 00 00
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | peer:  c0 a8 90 af
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | state hash entry 1
Jul 24 11:00:06 bytton authpriv.debug pluto[4385]: | next event EVENT_SHUNT_SCAN in 42 seconds
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: |
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | handling event EVENT_SHUNT_SCAN
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | event after this is EVENT_PENDING_PHASE2 in 0 seconds
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | inserting event EVENT_SHUNT_SCAN, timeout in 120 seconds
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | scanning for shunt eroutes
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | next event EVENT_PENDING_PHASE2 in 0 seconds
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: |
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | handling event EVENT_PENDING_PHASE2
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | event after this is EVENT_SHUNT_SCAN in 120 seconds
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | inserting event EVENT_PENDING_PHASE2, timeout in 120 seconds
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | pending review: connection "roadwarrior" checked
Jul 24 11:00:48 bytton authpriv.debug pluto[4385]: | next event EVENT_PENDING_PHASE2 in 120 seconds
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: |
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | *received whack message
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | kernel_alg_db_new() will return p_new->protoid=3, p_new->trans_cnt=1
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | kernel_alg_db_new()     trans[0]: transid=3, attr_cnt=1, attrs[0].type=5, attrs[0].val=2
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | returning new proposal from esp_info
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | creating state object #2 at 0x1001ebd0
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | ICOOKIE:  4f e9 b1 0b  ee 53 1d a4
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | RCOOKIE:  00 00 00 00  00 00 00 00
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | peer:  c0 a8 90 af
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | state hash entry 31
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | inserting event EVENT_SO_DISCARD, timeout in 0 seconds for #2
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | Queuing pending Quick Mode with 192.168.144.175 "roadwarrior"
Jul 24 11:01:07 bytton authpriv.warn pluto[4385]: "roadwarrior" #2: initiating Main Mode
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | sending 312 bytes for main_outI1 through eth1:500 to 192.168.144.175:500:
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | inserting event EVENT_RETRANSMIT, timeout in 10 seconds for #2
Jul 24 11:01:07 bytton authpriv.debug pluto[4385]: | next event EVENT_RETRANSMIT in 10 seconds for #2
Jul 24 11:01:09 bytton authpriv.debug pluto[13128]: |
Jul 24 11:01:09 bytton authpriv.debug pluto[13128]: | *time to handle event
Jul 24 11:01:09 bytton authpriv.debug pluto[13128]: | handling event EVENT_PENDING_PHASE2
Jul 24 11:01:09 bytton authpriv.debug pluto[13128]: | event after this is EVENT_SHUNT_SCAN in 1 seconds
Jul 24 11:01:09 bytton authpriv.debug pluto[13128]: | inserting event EVENT_PENDING_PHASE2, timeout in 120 seconds
Jul 24 11:01:09 bytton authpriv.debug pluto[13128]: | next event EVENT_SHUNT_SCAN in 1 seconds
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: |
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: | *time to handle event
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: | handling event EVENT_SHUNT_SCAN
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: | event after this is EVENT_PENDING_PHASE2 in 119 seconds
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: | inserting event EVENT_SHUNT_SCAN, timeout in 120 seconds
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: | scanning for shunt eroutes
Jul 24 11:01:10 bytton authpriv.debug pluto[13128]: | next event EVENT_PENDING_PHASE2 in 119 seconds
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: |
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | event after this is EVENT_PENDING_PHASE2 in 91 seconds
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT for 192.168.144.175 "roadwarrior" #2
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | sending 312 bytes for EVENT_RETRANSMIT through eth1:500 to 192.168.144.175:500:
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | inserting event EVENT_RETRANSMIT, timeout in 20 seconds for #2
Jul 24 11:01:17 bytton authpriv.debug pluto[4385]: | next event EVENT_RETRANSMIT in 20 seconds for #2
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: |
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | event after this is EVENT_PENDING_PHASE2 in 71 seconds
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT for 192.168.144.175 "roadwarrior" #2
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | sending 312 bytes for EVENT_RETRANSMIT through eth1:500 to 192.168.144.175:500:
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | inserting event EVENT_RETRANSMIT, timeout in 40 seconds for #2
Jul 24 11:01:37 bytton authpriv.debug pluto[4385]: | next event EVENT_RETRANSMIT in 40 seconds for #2
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: |
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | event after this is EVENT_PENDING_PHASE2 in 31 seconds
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | handling event EVENT_RETRANSMIT for 192.168.144.175 "roadwarrior" #2
Jul 24 11:02:17 bytton authpriv.warn pluto[4385]: "roadwarrior" #2: max number of retransmissions (2) reached STATE_MAIN_I1.  No response (or no acceptable response) to our first IKE message
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | deleting state #2
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | processing connection roadwarrior
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | ICOOKIE:  4f e9 b1 0b  ee 53 1d a4
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | RCOOKIE:  00 00 00 00  00 00 00 00
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | peer:  c0 a8 90 af
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | state hash entry 31
Jul 24 11:02:17 bytton authpriv.debug pluto[4385]: | next event EVENT_PENDING_PHASE2 in 31 seconds
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: |
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | handling event EVENT_PENDING_PHASE2
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | event after this is EVENT_SHUNT_SCAN in 0 seconds
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | inserting event EVENT_PENDING_PHASE2, timeout in 120 seconds
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | pending review: connection "roadwarrior" checked
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | next event EVENT_SHUNT_SCAN in 0 seconds
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: |
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | *time to handle event
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | handling event EVENT_SHUNT_SCAN
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | event after this is EVENT_PENDING_PHASE2 in 120 seconds
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | inserting event EVENT_SHUNT_SCAN, timeout in 120 seconds
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | scanning for shunt eroutes
Jul 24 11:02:48 bytton authpriv.debug pluto[4385]: | next event EVENT_SHUNT_SCAN in 120 seconds


Please help!



More information about the Users mailing list