[Openswan Users] openswan + l2tpd problem

Leszek Żarna admin at wapienica.com.pl
Wed Aug 18 08:36:45 CEST 2004


Jacco de Leeuw wrote:

> Leszek ¯arna wrote:
> 
>> I am trying to configure openswan 2.1.5 + l2tpd 0.69 + pppd 2.4.2 to 
>> work  as VPN. (redhat 7.3, kernel 2.4.27)
>> I have problem when connecting often from win98
>> I don't know what is bad but when i restart ipsec I can connect again !
> 
> 
> What is the problem exactly? Are there any other error messages? What
> client are you using? If it is the MSL2TP client, are you using the
> extra patches for l2tpd that are included in my RPM? What are the
> configuration files?
> 
> Jacco
I apologize, I was too short whith my description

- Client is win98 + dun1.4 + msl2tp/ipsec client from microsoft, 
configured with PSK
- openswan 2.1.5 is from openswan.org without patches
- kernel 2.4.27 with only linux-2.4.26-mppe-mppc-1.0.patch.gz - I tried 
pptpd before
- l2tpd 0.69 from 
http://www.jacco2.dds.nl/networking/SRPMS/l2tpd-0.69-8jdl.src.rpm :)
- pppd 2.4.2 from pptpd site, but without patches yet

So the probles is :
- I connect from client
- I disconnect
... repeating this 2 steps few times and
- PROBLEM : I can not connect again !

All this I try do on the same interface eth0 (10.2.1.0/24) - it should 
not be problem

Here are my configs :

l2tpd.conf
----------
[global]
; listen-addr = 192.168.1.98

[lns default]
ip range = 10.2.1.200-10.2.1.202
local ip = 10.2.1.1
require chap = yes
refuse pap = yes
require authentication = yes
name = l2tpd
ppp debug = yes
pppoptfile = /etc/ppp/options.l2tpd
length bit = yes


options.l2tpd
------------
ipcp-accept-local
ipcp-accept-remote
auth
crtscts
idle 1800
mtu 1410
mru 1410
nodefaultroute
debug
lock
proxyarp
connect-delay 5000

ipsec.conf
------------
config setup
         interfaces="ipsec0=eth0 ipsec1=eth1 ipsec2=eth2"
         forwardcontrol=no
conn vpn
         type=tunnel
         authby=secret
         pfs=no
         leftprotoport=17/0
         rightprotoport=17/1701
         auto=add
         keyingtries=3
         left=10.2.1.1
         leftnexthop=%direct
         right=10.2.1.81
         rightnexthop=%direct
include /etc/ipsec.d/examples/no_oe.conf

firewall IIF=eth0
--------------
#
##
### ipsec
#
# IKE negotiations
iptables -I INPUT  -p udp --sport 500 --dport 500 -j ACCEPT
iptables -I OUTPUT -p udp --sport 500 --dport 500 -j ACCEPT
# ESP encryption and authentication
iptables -I INPUT  -p 50 -j ACCEPT
iptables -I OUTPUT -p 50 -j ACCEPT
###
##
#

#
##
### l2tpd
#
iptables -I INPUT  -i ipsec+ -p udp --sport 1701 --dport 1701 -j ACCEPT
iptables -I OUTPUT -o ipsec+ -p udp --sport 1701 --dport 1701 -j ACCEPT
iptables -A FORWARD -i $IIF -o ppp+ -j ACCEPT
iptables -A FORWARD -i ppp+ -o $IIF -j ACCEPT
###
##
#


Here are my logs when I can not connect
with klipsdebug=all
     plutodebug=all :

widows gets 629 error

secure:
-------
Aug 18 07:28:47 brama pluto[26690]: | pfkey_get: SADB_ADD message 16
Aug 18 07:28:47 brama pluto[26690]: | sr for #6: prospective erouted
Aug 18 07:28:47 brama pluto[26690]: | route owner of "vpn" prospective 
erouted: self; eroute owner: self
Aug 18 07:28:47 brama pluto[26690]: | route_and_eroute with c: vpn 
(next: none) ero:vpn esr:{(nil)} ro:vpn rosr:{(nil)} and state: 6
Aug 18 07:28:47 brama pluto[26690]: | eroute_connection replace eroute 
10.2.1.1/32:0 --17-> 10.2.1.81/32:1701 => esp.4d67c6b0 at 10.2.1.81 
(raw_eroute)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_hdr_build:
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_msg_hdr_build: on_entry &pfkey_ext=0p0xbffff2a0 
pfkey_ext=0p0xbffff390 *pfkey_ext=0p(nil).
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_msg_hdr_build: on_exit &pfkey_ext=0p0xbffff2a0 
pfkey_ext=0p0xbffff390 *pfkey_ext=0p0x80ca0a0.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_sa_build: 
spi=4d67c6b0 replay=0 sa_state=0 auth=0 encrypt=0 flags=2
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=5 proto=0 prefixlen=0
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=10.2.1.1:0.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=6 proto=0 prefixlen=0
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=10.2.1.81:1701.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=21 proto=0 prefixlen=0
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=10.2.1.1:0.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=22 proto=0 prefixlen=0
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=10.2.1.81:1701.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=23 proto=0 prefixlen=0
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=255.255.255.255:0.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=24 proto=0 prefixlen=0
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=255.255.255.255:65535.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_x_protocol_build: protocol=17
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
pfkey_msg=0p0x80cb128 allocated 192 bytes, &(extensions[0])=0p0xbffff390
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[1] (type=1)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[5] (type=5)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[6] (type=6)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[21] (type=21)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[22] (type=22)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[23] (type=23)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[24] (type=24)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 8 bytes from extensions[26] (type=26)
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
extensions permitted=05e00c63, seen=05e00063, required=01e00043.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing message ver=2, type=14(x-addflow(eroute)), errno=0, 
satype=3(ESP), len=24, res=0, seq=17, pid=26690.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
satype 3(ESP) conversion to proto gives 50 for msg_type 
14(x-addflow(eroute)).
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=22, ext_type=1(security-association), ext_len=3.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
extensions permitted=05e00c63, required=01e00043.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=1(security-association) remain=22.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=22 ext_type=1(security-association) ext_len=3 parsing ext 
0p0x80cb138 with parser pfkey_sa_parse.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_sa_parse: 
successfully found len=3 exttype=1(security-association) spi=4d67c6b0 
replay=0 state=0 auth=0 encrypt=0 flags=2 ref=-1.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 1(security-association) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=5(source-address) remain=19.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=19 ext_type=5(source-address) ext_len=3 parsing ext 0p0x80cb150 
with parser pfkey_address_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found exttype=5(source-address) 
family=2(AF_INET) address=10.2.1.1 proto=0 port=0.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 5(source-address) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=6(destination-address) remain=16.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=16 ext_type=6(destination-address) ext_len=3 parsing ext 
0p0x80cb168 with parser pfkey_address_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found 
exttype=6(destination-address) family=2(AF_INET) address=10.2.1.81 
proto=0 port=1701.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 6(destination-address) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=21(X-source-flow-address) remain=13.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=13 ext_type=21(X-source-flow-address) ext_len=3 parsing ext 
0p0x80cb180 with parser pfkey_address_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found 
exttype=21(X-source-flow-address) family=2(AF_INET) address=10.2.1.1 
proto=0 port=0.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 21(X-source-flow-address) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=22(X-dest-flow-address) remain=10.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=10 ext_type=22(X-dest-flow-address) ext_len=3 parsing ext 
0p0x80cb198 with parser pfkey_address_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found 
exttype=22(X-dest-flow-address) family=2(AF_INET) address=10.2.1.81 
proto=0 port=1701.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 22(X-dest-flow-address) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=23(X-source-mask) remain=7.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=7 ext_type=23(X-source-mask) ext_len=3 parsing ext 0p0x80cb1b0 
with parser pfkey_address_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found exttype=23(X-source-mask) 
family=2(AF_INET) address=255.255.255.255 proto=0 port=0.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 23(X-source-mask) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=24(X-dest-mask) remain=4.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=4 ext_type=24(X-dest-mask) ext_len=3 parsing ext 0p0x80cb1c8 with 
parser pfkey_address_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found exttype=24(X-dest-mask) 
family=2(AF_INET) address=255.255.255.255 proto=0 port=65535.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 24(X-dest-mask) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=26(X-NAT-T-type) remain=1.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=1 ext_type=26(X-NAT-T-type) ext_len=1 parsing ext 0p0x80cb1e0 
with parser pfkey_x_ext_protocol_parse.
Aug 18 07:28:47 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_x_protocol_parse:
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 26(X-NAT-T-type) parsed.
Aug 18 07:28:47 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
extensions permitted=05e00c63, seen=05e00063, required=01e00043.
Aug 18 07:28:47 brama pluto[26690]: | finish_pfkey_msg: SADB_X_ADDFLOW 
message 17 for flow esp.4d67c6b0 at 10.2.1.81
Aug 18 07:28:47 brama pluto[26690]: |   02 0e 00 03  18 00 00 00  11 00 
00 00  42 68 00 00
Aug 18 07:28:47 brama pluto[26690]: |   03 00 01 00  4d 67 c6 b0  00 00 
00 00  02 00 00 00
Aug 18 07:28:47 brama pluto[26690]: |   ff ff ff ff  00 00 00 00  03 00 
05 00  00 00 00 00
Aug 18 07:28:47 brama pluto[26690]: |   02 00 00 00  0a 02 01 01  00 00 
00 00  00 00 00 00
Aug 18 07:28:47 brama pluto[26690]: |   03 00 06 00  00 00 00 00  02 00 
06 a5  0a 02 01 51
Aug 18 07:28:47 brama pluto[26690]: |   00 00 00 00  00 00 00 00  03 00 
15 00  00 00 00 00
Aug 18 07:28:47 brama pluto[26690]: |   02 00 00 00  0a 02 01 01  00 00 
00 00  00 00 00 00
Aug 18 07:28:47 brama pluto[26690]: |   03 00 16 00  00 00 00 00  02 00 
06 a5  0a 02 01 51
Aug 18 07:28:47 brama pluto[26690]: |   00 00 00 00  00 00 00 00  03 00 
17 00  00 00 00 00
Aug 18 07:28:47 brama pluto[26690]: |   02 00 00 00  ff ff ff ff  64 f3 
ff bf  a7 f3 ff bf
Aug 18 07:28:47 brama pluto[26690]: |   03 00 18 00  00 00 00 00  02 00 
ff ff  ff ff ff ff
Aug 18 07:28:47 brama pluto[26690]: |   e8 f3 ff bf  2d f3 ff bf  01 00 
1a 00  11 99 00 00
Aug 18 07:28:47 brama pluto[26690]: | pfkey_get: SADB_X_ADDFLOW message 17
Aug 18 07:28:47 brama pluto[26690]: | executing up-host: 2>&1 
PLUTO_VERSION='1.1' PLUTO_VERB='up-host' PLUTO_CONNECTION='vpn' 
PLUTO_NEXT_HOP='10.2.1.81' PLUTO_INTERFACE='ipsec0' PLUTO_ME='10.2.1.1' 
PLUTO_MY_ID='10.2.1.1' PLUTO_MY_CLIENT='10.2.1.1/32' 
PLUTO_MY_CLIENT_NET='10.2.1.1' PLUTO_MY_CLIENT_MASK='255.255.255.255' 
PLUTO_MY_PORT='0' PLUTO_MY_PROTOCOL='17' PLUTO_PEER='10.2.1.81' 
PLUTO_PEER_ID='10.2.1.81' PLUTO_PEER_CLIENT='10.2.1.81/32' 
PLUTO_PEER_CLIENT_NET='10.2.1.81' 
PLUTO_PEER_CLIENT_MASK='255.255.255.255' PLUTO_PEER_PORT='1701' 
PLUTO_PEER_PROTOCOL='17' PLUTO_PEER_CA=''  ipsec _updown
Aug 18 07:28:47 brama pluto[26690]: | route_and_eroute: 
firewall_notified: true
Aug 18 07:28:47 brama pluto[26690]: | route_and_eroute: instance "vpn", 
setting eroute_owner {spd=0x80c81b8,sr=0x80c81b8} to #6 (was #0) 
(newest_ipsec_sa=#0)
Aug 18 07:28:47 brama pluto[26690]: | inI2: instance vpn[0], setting 
newest_ipsec_sa to #6 (was #0) (spd.eroute=#6)
Aug 18 07:28:47 brama pluto[26690]: "vpn" #6: transition from state 
STATE_QUICK_R1 to state STATE_QUICK_R2
Aug 18 07:28:47 brama pluto[26690]: | inserting event EVENT_SA_REPLACE, 
timeout in 3330 seconds for #6
Aug 18 07:28:47 brama pluto[26690]: "vpn" #6: IPsec SA established 
{ESP=>0x4d67c6b0 <0x08edfe57}
Aug 18 07:28:47 brama pluto[26690]: | next event EVENT_SHUNT_SCAN in 37 
seconds
Aug 18 07:29:24 brama pluto[26690]: |
Aug 18 07:29:24 brama pluto[26690]: | *time to handle event
Aug 18 07:29:24 brama pluto[26690]: | event after this is 
EVENT_SA_REPLACE in 3239 seconds
Aug 18 07:29:24 brama pluto[26690]: | inserting event EVENT_SHUNT_SCAN, 
timeout in 120 seconds
Aug 18 07:29:24 brama pluto[26690]: | scanning for shunt eroutes
Aug 18 07:29:24 brama pluto[26690]: | add orphaned shunt 
10.2.1.1/32:1701 -> 10.2.1.81/32:1701 => %hold:17
Aug 18 07:29:24 brama pluto[26690]: | next event EVENT_SHUNT_SCAN in 120 
seconds
Aug 18 07:29:24 brama pluto[26690]: | add bare shunt 0x80caba0 
10.2.1.1/32:1701 -17-> 10.2.1.81/32:1701 => %hold 0    %hold found-pfkey
Aug 18 07:29:24 brama pluto[26690]: | initiate on demand from 
10.2.1.1:1701 to 10.2.1.81:1701 proto=0 state: fos_start because: acquire
Aug 18 07:29:24 brama pluto[26690]: | find_connection: looking for 
policy for connection: 10.2.1.1:0/1701 -> 10.2.1.81:0/1701
Aug 18 07:29:24 brama pluto[26690]: | find_connection: concluding with empty
Aug 18 07:29:24 brama pluto[26690]: | Can't Opportunistically initiate 
for 10.2.1.1 to 10.2.1.81: no routed Opportunistic template covers this pair
Aug 18 07:29:24 brama pluto[26690]: | no explicit failure shunt for 
10.2.1.1 to 10.2.1.81; installing %pass
Aug 18 07:29:24 brama pluto[26690]: | no routed Opportunistic template 
covers this pair eroute 10.2.1.1/32:1701 --0-> 10.2.1.81/32:1701 => 
int.0 at 0.0.0.0 (raw_eroute)
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_hdr_build:
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_msg_hdr_build: on_entry &pfkey_ext=0p0xbfffe7a0 
pfkey_ext=0p0xbfffe890 *pfkey_ext=0p(nil).
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_msg_hdr_build: on_exit &pfkey_ext=0p0xbfffe7a0 
pfkey_ext=0p0xbfffe890 *pfkey_ext=0p0x80ca048.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=21 proto=0 prefixlen=0
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=10.2.1.1:1701.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=22 proto=0 prefixlen=0
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=10.2.1.81:1701.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=23 proto=0 prefixlen=0
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=255.255.255.255:65535.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: exttype=24 proto=0 prefixlen=0
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address family AF_INET.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: found address=255.255.255.255:65535.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_build: successful created len: 3.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
pfkey_msg=0p0x80cb088 allocated 112 bytes, &(extensions[0])=0p0xbfffe890
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[21] (type=21)
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[22] (type=22)
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[23] (type=23)
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
copying 24 bytes from extensions[24] (type=24)
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_build: 
extensions permitted=05e00c03, seen=01e00001, required=00000001.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing message ver=2, type=15(x-delflow(eroute)), errno=0, 
satype=11(INT), len=14, res=0, seq=18, pid=26690.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=12, ext_type=21(X-source-flow-address), ext_len=3.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
extensions permitted=05e00c03, required=00000001.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=21(X-source-flow-address) remain=12.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=12 ext_type=21(X-source-flow-address) ext_len=3 parsing ext 
0p0x80cb098 with parser pfkey_address_parse.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found 
exttype=21(X-source-flow-address) family=2(AF_INET) address=10.2.1.1 
proto=0 port=1701.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 21(X-source-flow-address) parsed.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=22(X-dest-flow-address) remain=9.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=9 ext_type=22(X-dest-flow-address) ext_len=3 parsing ext 
0p0x80cb0b0 with parser pfkey_address_parse.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found 
exttype=22(X-dest-flow-address) family=2(AF_INET) address=10.2.1.81 
proto=0 port=1701.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 22(X-dest-flow-address) parsed.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=23(X-source-mask) remain=6.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=6 ext_type=23(X-source-mask) ext_len=3 parsing ext 0p0x80cb0c8 
with parser pfkey_address_parse.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found exttype=23(X-source-mask) 
family=2(AF_INET) address=255.255.255.255 proto=0 port=65535.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 23(X-source-mask) parsed.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing ext type=24(X-dest-mask) remain=3.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=3 ext_type=24(X-dest-mask) ext_len=3 parsing ext 0p0x80cb0e0 with 
parser pfkey_address_parse.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: found exttype=24(X-dest-mask) 
family=2(AF_INET) address=255.255.255.255 proto=0 port=65535.
Aug 18 07:29:24 brama pluto[26690]: | 
pfkey_lib_debug:pfkey_address_parse: successful.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
Extension 24(X-dest-mask) parsed.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
extensions permitted=05e00c03, seen=01e00001, required=00000001.
Aug 18 07:29:24 brama pluto[26690]: | finish_pfkey_msg: SADB_X_DELFLOW 
message 18 for flow int.0 at 0.0.0.0
Aug 18 07:29:24 brama pluto[26690]: |   02 0f 00 0b  0e 00 00 00  12 00 
00 00  42 68 00 00
Aug 18 07:29:24 brama pluto[26690]: |   03 00 15 00  00 00 00 00  02 00 
06 a5  0a 02 01 01
Aug 18 07:29:24 brama pluto[26690]: |   00 00 00 00  00 00 00 00  03 00 
16 00  00 00 00 00
Aug 18 07:29:24 brama pluto[26690]: |   02 00 06 a5  0a 02 01 51  00 00 
00 00  00 00 00 00
Aug 18 07:29:24 brama pluto[26690]: |   03 00 17 00  00 00 00 00  02 00 
ff ff  ff ff ff ff
Aug 18 07:29:24 brama pluto[26690]: |   64 e8 ff bf  a7 e8 ff bf  03 00 
18 00  00 00 00 00
Aug 18 07:29:24 brama pluto[26690]: |   02 00 ff ff  ff ff ff ff  e8 e8 
ff bf  2d e8 ff bf
Aug 18 07:29:24 brama pluto[26690]: ERROR: pfkey write() of 
SADB_X_DELFLOW message 18 for flow int.0 at 0.0.0.0 failed. Errno 14: Bad 
address
Aug 18 07:29:24 brama pluto[26690]: |
Aug 18 07:29:24 brama pluto[26690]: | *received kernel message
Aug 18 07:29:24 brama pluto[26690]: | pfkey_get: SADB_X_DELFLOW message 18
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
parsing message ver=2, type=15(x-delflow(eroute)), errno=14, 
satype=11(INT), len=2, res=0, seq=18, pid=26690.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
remain=0, ext_type=2060(unknown-ext), ext_len=45568.
Aug 18 07:29:24 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
extensions permitted=05e00003, required=01e00001.
Aug 18 07:29:25 brama pluto[26690]: | pfkey_lib_debug:pfkey_msg_parse: 
extensions permitted=05e00003, seen=00000001, required=01e00001.
Aug 18 07:29:25 brama pluto[26690]: | pfkey_async: SADB_X_DELFLOW len=2, 
errno=14, satype=11, seq=18, pid=26690
Aug 18 07:29:25 brama pluto[26690]: | next event EVENT_SHUNT_SCAN in 119 
seconds
Aug 18 07:31:23 brama pluto[26690]: |
Aug 18 07:31:23 brama pluto[26690]: | *time to handle event
Aug 18 07:31:23 brama pluto[26690]: | called while no event expired 
(1092807083/1092807084, EVENT_SHUNT_SCAN)
Aug 18 07:31:23 brama pluto[26690]: | next event EVENT_SHUNT_SCAN in 1 
seconds
Aug 18 07:31:24 brama pluto[26690]: |
Aug 18 07:31:24 brama pluto[26690]: | *time to handle event
Aug 18 07:31:24 brama pluto[26690]: | event after this is 
EVENT_SA_REPLACE in 3119 seconds
Aug 18 07:31:24 brama pluto[26690]: | inserting event EVENT_SHUNT_SCAN, 
timeout in 120 seconds
Aug 18 07:31:24 brama pluto[26690]: | scanning for shunt eroutes
Aug 18 07:31:25 brama pluto[26690]: | next event EVENT_SHUNT_SCAN in 119 
seconds


messages:
----------
Aug 18 07:29:07 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:07 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:07 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=48 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=62 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:08 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:48 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9320 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,64
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:08 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:08 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:08 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: <<< Info -- 
skb->dev=eth0 dev=eth0
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: assigning packet 
ownership to virtual device ipsec0 from physical device eth0.
Aug 18 07:29:08 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:192 id:61440 frag_off:0 ttl:128 proto:50 chk:13238 saddr:10.2.1.81 
daddr:10.2.1.1
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv_decap_once: decap 
(50) from 10.2.1.81 -> 10.2.1.1
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_sa_getbyid: linked entry 
in ipsec_sa table for hash=253 of SA:esp.8edfe57 at 10.2.1.1 requested.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: 
SA:esp.8edfe57 at 10.2.1.1, src=10.2.1.81 of pkt agrees with expected SA 
source address policy.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: 
SA:esp.8edfe57 at 10.2.1.1 First SA in group.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: natt_type=0 
tdbp->ips_natt_type=0 : ok
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: packet from 
10.2.1.81 received with seq=5 (iv)=0xc95ffeb449f805c0 iplen=192 
esplen=160 sa=esp.8edfe57 at 10.2.1.1
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: encalg = 3, authalg 
= 3.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: authentication 
successful.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: padlen=7, contents: 
0x<offset>: 0x<value> 0x<value> ...
Aug 18 07:29:08 brama kernel: klips_debug:           00: 01 02 03 04 05 
06 07
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: packet decrypted 
from 10.2.1.81: next_header = 17, padding = 7
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: trimming to 155.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: after 
<ESP_3DES_HMAC_SHA1>, SA:esp.8edfe57 at 10.2.1.1:
Aug 18 07:29:08 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:155 id:61440 frag_off:0 ttl:128 proto:17 (UDP) chk:13308 
saddr:10.2.1.81:1701 daddr:10.2.1.1:1701
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: No ips_inext from 
this SA:esp.8edfe57 at 10.2.1.1.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: ESP SA sets 
skb->nfmark=0x100000.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_rcv: netif_rx() called.
Aug 18 07:29:08 brama l2tpd[26741]: handle_avps:  no handler for 
atribute 5 (Tie Breaker).
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=40 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=54 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:08 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:40 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9328 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,72
Aug 18 07:29:08 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:09 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=48 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=62 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:09 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:48 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9320 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,64
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:09 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:09 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:09 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:09 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:10 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:10 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:10 brama pppd[26824]: Terminating on signal 15.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:10 brama pppd[26824]: Modem hangup
Aug 18 07:29:10 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:10 brama pppd[26824]: Connection terminated.
Aug 18 07:29:10 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:10 brama pppd[26824]: Connect time 1.1 minutes.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:10 brama pppd[26824]: Sent 112 bytes, received 130 bytes.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_device_event: 
NETDEV_GOING_DOWN dev=ppp0
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_device_event: 
NETDEV_DOWN dev=ppp0 flags=1090
Aug 18 07:29:10 brama kernel: klips_debug:ipsec_device_event: 
NETDEV_UNREGISTER dev=ppp0 flags=1090
Aug 18 07:29:10 brama /etc/hotplug/net.agent: NET unregister event not 
supported
Aug 18 07:29:11 brama apcupsd[2404]: 
215.8,217.1,217.1,55.05,50.00,29.6,41.4,000.0,000.0,217.1,100.0,0
Aug 18 07:29:11 brama pppd[26824]: Connect time 1.1 minutes.
Aug 18 07:29:11 brama pppd[26824]: Sent 112 bytes, received 130 bytes.
Aug 18 07:29:11 brama pppd[26824]: Exit.
Aug 18 07:29:11 brama l2tpd[26741]: call_close : Connection 3 closed to 
10.2.1.81, port 1701 (Timeout)
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:11 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:11 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:11 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:11 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:12 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:12 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:12 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:12 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:14 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:14 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:14 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
skb->dev=ipsec0 dev=ipsec0.
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_tunnel_hard_header: 
Revectored 0p00000000->0pdf1358e4 len=73 type=2048 dev=ipsec0->eth0 
dev_addr=00:03:47:95:61:69 ip=0a020101->0a020151
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
 >>> skb->len=87 hard_header_len:14 
00:03:47:95:61:69:00:03:47:95:61:69:08:00
Aug 18 07:29:15 brama kernel: klips_debug:   IP: ihl:20 ver:4 tos:0 
tlen:73 id:0 DF frag_off:0 ttl:64 proto:17 (UDP) chk:9295 
saddr:10.2.1.1:1701 daddr:10.2.1.81:1701
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_xmit_strip_hard_header: 
Original head,tailroom: 2,39
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_findroute: 
10.2.1.1:1701->10.2.1.81:1701 17
Aug 18 07:29:15 brama kernel: klips_debug:rj_match: * See if we match 
exactly as a host destination
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_xmit_SAlookup: checking 
for local udp/500 IKE packet saddr=a020101, er=0pceadebc0, 
daddr=a020151, er_dst=0, proto=17 sport=1701 dport=0
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_xmit_SAlookup: shunt SA 
of HOLD: skb stored in HOLD.
Aug 18 07:29:15 brama kernel: klips_debug:ipsec_tunnel_start_xmit: 
SAlookup failed: 2
Aug 18 07:29:19 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:29:24 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:29:24 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:** off = 14
Aug 18 07:29:24 brama kernel: klips_debug:* off = 0
Aug 18 07:29:24 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:29:24 brama kernel: klips_debug: off = 0
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pca3fd000, *start=0p00000000, offset=0, length=3072
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:29:24 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:29:24 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:** off = 14
Aug 18 07:29:24 brama kernel: klips_debug:* off = 0
Aug 18 07:29:24 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:29:24 brama kernel: klips_debug: off = 0
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pca3fd000, *start=0p00000000, offset=146, length=3072
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:29:24 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:29:24 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:** off = 14
Aug 18 07:29:24 brama kernel: klips_debug:* off = 0
Aug 18 07:29:24 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:29:24 brama kernel: klips_debug: off = 0
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pca3fd000, *start=0p00000000, offset=146, length=3072
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:29:24 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:29:24 brama kernel: klips_debug:pfkey_sendmsg: .
Aug 18 07:29:24 brama kernel: klips_debug:pfkey_sendmsg: allocating 112 
bytes for downward message.
Aug 18 07:29:24 brama kernel: klips_debug:pfkey_sendmsg: msg sent for 
parsing.
Aug 18 07:29:24 brama kernel: klips_debug:pfkey_msg_interp: parsing 
message ver=2, type=15, errno=0, satype=11(INT), len=14, res=0, seq=18, 
pid=26690.
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_SAref_alloc: SAref 
requested... head=20, cont=256, tail=255, listsize=256.
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_SAref_alloc: allocating 
SAref=20, table=0, entry=20 of 65536.
Aug 18 07:29:24 brama kernel: klips_debug:ipsec_sa_alloc: allocated 520 
bytes for ipsec_sa struct=0pd4c82000 ref=20.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: allocated 
extr->ips=0pd4c82000.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: parsing 
message ver=2, type=15(x-delflow(eroute)), errno=0, satype=11(INT), 
len=14, res=0, seq=18, pid=26690.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: remain=12, 
ext_type=21(X-source-flow-address), ext_len=3.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: extensions 
permitted=05e00c03, required=00000001.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: parsing ext 
type=21(X-source-flow-address) remain=12.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: remain=12 
ext_type=21(X-source-flow-address) ext_len=3 parsing ext 0pdde44e50 with 
parser pfkey_address_parse.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: found 
exttype=21(X-source-flow-address) family=2(AF_INET) address=10.2.1.1 
proto=0 port=1701.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: Extension 
21(X-source-flow-address) parsed.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: parsing ext 
type=22(X-dest-flow-address) remain=9.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: remain=9 
ext_type=22(X-dest-flow-address) ext_len=3 parsing ext 0pdde44e68 with 
parser pfkey_address_parse.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: found 
exttype=22(X-dest-flow-address) family=2(AF_INET) address=10.2.1.81 
proto=0 port=1701.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: Extension 
22(X-dest-flow-address) parsed.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: parsing ext 
type=23(X-source-mask) remain=6.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: remain=6 
ext_type=23(X-source-mask) ext_len=3 parsing ext 0pdde44e80 with parser 
pfkey_address_parse.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: found 
exttype=23(X-source-mask) family=2(AF_INET) address=255.255.255.255 
proto=0 port=65535.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: Extension 
23(X-source-mask) parsed.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: parsing ext 
type=24(X-dest-mask) remain=3.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: remain=3 
ext_type=24(X-dest-mask) ext_len=3 parsing ext 0pdde44e98 with parser 
pfkey_address_parse.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: found 
exttype=24(X-dest-mask) family=2(AF_INET) address=255.255.255.255 
proto=0 port=65535.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: Extension 
24(X-dest-mask) parsed.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_parse: extensions 
permitted=05e00c03, seen=01e00001, required=00000001.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: processing 
ext 21 0pdde44e50 with processor 0pe0905370.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process:
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
address family=2, AF_INET, 10.2.1.1.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
src flow address.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_alloc_eroute: allocating 
192 bytes for an eroute at 0pca67b880
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: 
extr->eroute set to 10.2.1.1/0:1701->0.0.0.0/0:0
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: processing 
ext 22 0pdde44e68 with processor 0pe0905370.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process:
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
address family=2, AF_INET, 10.2.1.81.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
dst flow address.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_alloc_eroute: eroute 
struct already allocated
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: 
extr->eroute set to 10.2.1.1/0:1701->10.2.1.81/0:1701
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: processing 
ext 23 0pdde44e80 with processor 0pe0905370.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process:
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
address family=2, AF_INET, 255.255.255.255.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
src mask address.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_alloc_eroute: eroute 
struct already allocated
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: 
extr->eroute set to 10.2.1.1/32:1701->10.2.1.81/0:1701
Aug 18 07:29:25 brama apcupsd[2404]: 
215.8,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: processing 
ext 24 0pdde44e98 with processor 0pe0905370.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process:
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
address family=2, AF_INET, 255.255.255.255.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: found 
dst mask address.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_alloc_eroute: eroute 
struct already allocated
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_parse: 
extr->eroute set to 10.2.1.1/32:1701->10.2.1.81/32:1701
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_address_process: successful.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: parsing 
message type 15(x-delflow(eroute)) with msg_parser 0pe0903ca0.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_x_delflow_parse: .
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_x_delflow_parse: calling 
breakeroute for 10.2.1.1/32->10.2.1.81/32
Aug 18 07:29:25 brama kernel: klips_debug:ipsec_breakroute: attempting 
to delete eroute for 10.2.1.1/32:1701->10.2.1.81/32:1701 0
Aug 18 07:29:25 brama kernel: klips_debug:ipsec_breakroute: node not 
found, eroute delete failed.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_x_delflow_parse: 
breakeroute returned -14.  first=0p00000000, last=0p00000000
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_msg_interp: message 
parsing failed with error -14.
Aug 18 07:29:25 brama kernel: klips_debug:ipsec_sa_wipe: removing 
SA=unk0:0@<invalid>(0pd4c82000), SAref=20, table=0(0pe08bf000), entry=20 
from the refTable.
Aug 18 07:29:25 brama kernel: klips_debug:ipsec_sa_put: ipsec_sa 
SA:unk0:0@<invalid>, ref:-1 reference count decremented.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_sendmsg: pfkey_msg_parse 
returns -14.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_sendmsg: sending up 
error=-14 message=0pdf4f9140 to socket=0pd34bac20.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_upmsg: allocating 16 
bytes...
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_upmsg: ...allocated at 
0pd7431d80.
Aug 18 07:29:25 brama kernel: klips_debug:pfkey_sendmsg: sending up 
error message to socket=0pd34bac20 succeeded.
Aug 18 07:29:25 brama kernel: <<FORWARD>> IN=eth0 OUT=eth1 SRC=10.2.1.23 
DST=217.17.44.208 LEN=59 TOS=0x00 PREC=0x00 TTL=127 ID=112 PROTO=UDP 
SPT=1041 DPT=2000 LEN=39
Aug 18 07:29:31 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=62.87.166.86 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=122 ID=38032 DF PROTO=TCP 
SPT=2582 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:29:33 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:29:34 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=62.87.166.86 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=122 ID=38178 DF PROTO=TCP 
SPT=2582 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:29:41 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:29:47 brama apcupsd[2404]: 
217.1,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:29:55 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:30:01 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,30.1,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:30:07 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=24.156.58.164 
DST=192.168.1.2 LEN=40 TOS=0x00 PREC=0x00 TTL=232 ID=0 PROTO=TCP 
SPT=33714 DPT=6881 WINDOW=0 RES=0x00 RST URGP=0
Aug 18 07:30:09 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:30:15 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=4414 DF PROTO=TCP 
SPT=51378 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:30:17 brama apcupsd[2404]: 
215.8,219.7,218.4,55.05,50.00,29.6,41.4,000.0,000.0,218.4,100.0,1
Aug 18 07:30:18 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=4415 DF PROTO=TCP 
SPT=51378 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:30:23 brama apcupsd[2404]: 
217.1,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:30:24 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=4416 DF PROTO=TCP 
SPT=51378 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:30:31 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:30:39 brama apcupsd[2404]: 
214.5,219.7,218.4,55.05,50.00,30.1,41.4,000.0,000.0,218.4,100.0,0
Aug 18 07:30:42 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.227.199 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=34029 DF PROTO=TCP 
SPT=53680 DPT=6881 WINDOW=8192 RES=0x00 SYN URGP=0
Aug 18 07:30:45 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:30:45 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.227.199 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=37101 DF PROTO=TCP 
SPT=53680 DPT=6881 WINDOW=8192 RES=0x00 SYN URGP=0
Aug 18 07:30:50 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=210.5.103.49 
DST=192.168.1.2 LEN=52 TOS=0x00 PREC=0x00 TTL=44 ID=32724 DF PROTO=TCP 
SPT=3368 DPT=6881 WINDOW=32767 RES=0x00 SYN URGP=0
Aug 18 07:30:51 brama kernel: <<INPUT>> IN=eth0 OUT= 
MAC=00:03:47:95:61:69:00:e0:18:b7:df:50:08:00 SRC=10.2.1.10 DST=10.2.1.1 
LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=28115 DF PROTO=TCP SPT=3032 
DPT=6881 WINDOW=64240 RES=0x00 SYN URGP=0
Aug 18 07:30:51 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.227.199 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=38125 DF PROTO=TCP 
SPT=53680 DPT=6881 WINDOW=8192 RES=0x00 SYN URGP=0
Aug 18 07:30:53 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:30:54 brama kernel: <<INPUT>> IN=eth0 OUT= 
MAC=00:03:47:95:61:69:00:e0:18:b7:df:50:08:00 SRC=10.2.1.10 DST=10.2.1.1 
LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=28130 DF PROTO=TCP SPT=3032 
DPT=6881 WINDOW=64240 RES=0x00 SYN URGP=0
Aug 18 07:30:56 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=210.5.103.49 
DST=192.168.1.2 LEN=52 TOS=0x00 PREC=0x00 TTL=44 ID=33245 DF PROTO=TCP 
SPT=3368 DPT=6881 WINDOW=32767 RES=0x00 SYN URGP=0
Aug 18 07:31:00 brama kernel: <<INPUT>> IN=eth0 OUT= 
MAC=00:03:47:95:61:69:00:e0:18:b7:df:50:08:00 SRC=10.2.1.10 DST=10.2.1.1 
LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=28169 DF PROTO=TCP SPT=3032 
DPT=6881 WINDOW=64240 RES=0x00 SYN URGP=0
Aug 18 07:31:01 brama apcupsd[2404]: 
214.5,219.7,217.1,55.05,50.00,30.1,41.4,000.0,000.0,218.4,100.0,1
Aug 18 07:31:03 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.227.199 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=39149 DF PROTO=TCP 
SPT=53680 DPT=6881 WINDOW=8192 RES=0x00 SYN URGP=0
Aug 18 07:31:07 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,30.1,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:31:15 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:31:21 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:31:22 brama mount.smbfs[26986]: [2004/08/18 07:31:22, 0] 
client/smbmount.c:send_fs_socket(383)
Aug 18 07:31:22 brama mount.smbfs[26986]:   mount.smbfs: entering daemon 
mode for service \\lz\incoming, pid=26986
Aug 18 07:31:25 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:31:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:** off = 14
Aug 18 07:31:25 brama kernel: klips_debug:* off = 0
Aug 18 07:31:25 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:31:25 brama kernel: klips_debug: off = 0
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pdc42f000, *start=0p00000000, offset=0, length=3072
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:31:25 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:31:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:** off = 14
Aug 18 07:31:25 brama kernel: klips_debug:* off = 0
Aug 18 07:31:25 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:31:25 brama kernel: klips_debug: off = 0
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pdc42f000, *start=0p00000000, offset=146, length=3072
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:31:25 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:31:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:** off = 14
Aug 18 07:31:25 brama kernel: klips_debug:* off = 0
Aug 18 07:31:25 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:31:25 brama kernel: klips_debug: off = 0
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pdc42f000, *start=0p00000000, offset=146, length=3072
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:31:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:31:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:31:25 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=82.169.141.51 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=113 ID=60567 DF PROTO=TCP 
SPT=1812 DPT=6883 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:31:28 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=82.169.141.51 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=113 ID=60845 DF PROTO=TCP 
SPT=1812 DPT=6883 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:31:29 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:31:32 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.113.126 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=22840 DF PROTO=TCP 
SPT=30076 DPT=6881 WINDOW=64240 RES=0x00 SYN URGP=0
Aug 18 07:31:34 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=82.169.141.51 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=113 ID=61450 DF PROTO=TCP 
SPT=1812 DPT=6883 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:31:35 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:31:35 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.113.126 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=22991 DF PROTO=TCP 
SPT=30076 DPT=6881 WINDOW=64240 RES=0x00 SYN URGP=0
Aug 18 07:31:40 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=80.202.113.126 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=111 ID=23265 DF PROTO=TCP 
SPT=30076 DPT=6881 WINDOW=64240 RES=0x00 SYN URGP=0
Aug 18 07:31:43 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:31:51 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:31:57 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:31:59 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=61.54.36.67 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=106 ID=54165 DF PROTO=TCP 
SPT=2950 DPT=9898 WINDOW=14600 RES=0x00 SYN URGP=0
Aug 18 07:32:05 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:32:11 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:32:19 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:32:21 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=44276 DF PROTO=TCP 
SPT=51385 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:32:24 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=44277 DF PROTO=TCP 
SPT=51385 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:32:27 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:32:30 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=44278 DF PROTO=TCP 
SPT=51385 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:32:35 brama apcupsd[2404]: 
217.1,219.7,219.7,55.05,50.00,30.1,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:32:41 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,30.1,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:32:46 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=24.156.58.164 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=105 ID=4044 DF PROTO=TCP 
SPT=33275 DPT=6881 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:32:48 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=24.156.58.164 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=105 ID=4128 DF PROTO=TCP 
SPT=33275 DPT=6881 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:32:49 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:32:54 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=24.156.58.164 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=105 ID=4291 DF PROTO=TCP 
SPT=33275 DPT=6881 WINDOW=16384 RES=0x00 SYN URGP=0
Aug 18 07:32:55 brama apcupsd[2404]: 
217.1,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:33:03 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:33:07 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=82.41.212.76 
DST=192.168.1.2 LEN=52 TOS=0x00 PREC=0x00 TTL=49 ID=26367 DF PROTO=TCP 
SPT=3613 DPT=6882 WINDOW=58944 RES=0x00 SYN URGP=0
Aug 18 07:33:11 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,30.1,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:33:16 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=82.41.212.76 
DST=192.168.1.2 LEN=52 TOS=0x00 PREC=0x00 TTL=49 ID=26712 DF PROTO=TCP 
SPT=3613 DPT=6882 WINDOW=58944 RES=0x00 SYN URGP=0
Aug 18 07:33:17 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:33:25 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:33:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:** off = 14
Aug 18 07:33:25 brama kernel: klips_debug:* off = 0
Aug 18 07:33:25 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:33:25 brama kernel: klips_debug: off = 0
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pcafb1000, *start=0p00000000, offset=0, length=3072
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:33:25 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:33:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:** off = 14
Aug 18 07:33:25 brama kernel: klips_debug:* off = 0
Aug 18 07:33:25 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:33:25 brama kernel: klips_debug: off = 0
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pcafb1000, *start=0p00000000, offset=146, length=3072
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:33:25 brama kernel: klips_debug:@@ flags = 6 @key=0pce9bfa00 
key = 00000000->00000000 @mask=0p00000000
Aug 18 07:33:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceade628 
key = 0a020101->0a020151 @mask=0pd1599170 mask = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:@@@ flags = 4 @key=0pceadec28 
key = 0a020101->0a020151 @mask=0pcb4516f0 mask = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:** off = 14
Aug 18 07:33:25 brama kernel: klips_debug:* off = 0
Aug 18 07:33:25 brama kernel: klips_debug:@ flags = 6 @key=0pce9bfa14 
key = ffffffff->ffffffff @mask=0p00000000
Aug 18 07:33:25 brama kernel: klips_debug: off = 0
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_eroute_get_info: 
buffer=0pcafb1000, *start=0p00000000, offset=146, length=3072
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 00000000->00000000
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pc4f6b8e8 rj_b=-3 rj_flags=6 leaf key = 
00000000->00000000
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceade5c0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceade5c0, w0=0pc7831f0c
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: for: 
rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: processing 
leaves, rn=0pc4f6b918 rj_b=-3 rj_flags=6 leaf key = ffffffff->ffffffff
Aug 18 07:33:25 brama kernel: klips_debug:rj_walktree: while: 
base=0p00000000 rn=0pceadebc0 rj_b=-1 rj_flags=4 leaf key = 
0a020101->0a020151
Aug 18 07:33:25 brama kernel: klips_debug:ipsec_rj_walker_procprint: 
rn=0pceadebc0, w0=0pc7831f0c
Aug 18 07:33:25 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:33:33 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:33:41 brama apcupsd[2404]: 
217.1,219.7,218.4,55.05,50.00,29.6,41.4,000.0,000.0,218.4,100.0,1
Aug 18 07:33:47 brama apcupsd[2404]: 
217.1,219.7,218.4,55.05,50.00,30.1,41.4,000.0,000.0,218.4,100.0,0
Aug 18 07:33:48 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=83.36.105.128 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=45 ID=2313 DF PROTO=TCP 
SPT=4886 DPT=6883 WINDOW=65535 RES=0x00 SYN URGP=0
Aug 18 07:33:51 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=83.36.105.128 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=45 ID=2413 DF PROTO=TCP 
SPT=4886 DPT=6883 WINDOW=65535 RES=0x00 SYN URGP=0
Aug 18 07:33:55 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:33:56 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=83.36.105.128 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=45 ID=2551 DF PROTO=TCP 
SPT=4886 DPT=6883 WINDOW=65535 RES=0x00 SYN URGP=0
Aug 18 07:34:03 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:34:09 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:34:15 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:34:23 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:34:31 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:34:37 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:34:39 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=62.87.230.158 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=122 ID=61043 DF PROTO=TCP 
SPT=4489 DPT=135 WINDOW=8760 RES=0x00 SYN URGP=0
Aug 18 07:34:42 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=62.87.230.158 
DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=122 ID=61141 DF PROTO=TCP 
SPT=4489 DPT=135 WINDOW=8760 RES=0x00 SYN URGP=0
Aug 18 07:34:45 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:34:53 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,28.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:34:59 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,0
Aug 18 07:35:04 brama dhcpd: DHCPDISCOVER from 00:e0:7d:81:cc:25 via eth0
Aug 18 07:35:04 brama dhcpd: DHCPOFFER on 10.2.1.93 to 00:e0:7d:81:cc:25 
via eth0
Aug 18 07:35:04 brama kernel: <<INPUT>> IN=eth0 OUT= MAC= SRC=10.2.1.1 
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP 
SPT=67 DPT=68 LEN=308
Aug 18 07:35:04 brama dhcpd: DHCPREQUEST for 10.2.1.93 from 
00:e0:7d:81:cc:25 via eth0
Aug 18 07:35:04 brama dhcpd: DHCPACK on 10.2.1.93 to 00:e0:7d:81:cc:25 
via eth0
Aug 18 07:35:04 brama kernel: <<INPUT>> IN=eth0 OUT= MAC= SRC=10.2.1.1 
DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP 
SPT=67 DPT=68 LEN=308
Aug 18 07:35:07 brama apcupsd[2404]: 
218.4,219.7,219.7,55.05,50.00,29.6,41.4,000.0,000.0,219.7,100.0,1
Aug 18 07:35:15 brama apcupsd[2404]: 
215.8,217.1,217.1,55.05,50.00,29.6,41.4,000.0,000.0,217.1,100.0,0
Aug 18 07:35:15 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=55866 DF PROTO=TCP 
SPT=51393 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:35:18 brama kernel: <<INPUT>> IN=eth1 OUT= 
MAC=00:03:47:95:63:07:00:d0:cb:02:de:4b:08:00 SRC=68.145.151.125 
DST=192.168.1.2 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=55867 DF PROTO=TCP 
SPT=51393 DPT=6881 WINDOW=5840 RES=0x00 SYN URGP=0
Aug 18 07:35:21 brama apcupsd[2404]: 
215.8,217.1,217.1,55.05,50.00,29.6,41.4,000.0,000.0,217.1,100.0,1


That is all


-- 
Leszek Żarna

Fabryka Pił i Narzędzi "Wapienica" S.A.
43-300 Bielsko-Biała, Regera 30
Dział Informatyki


More information about the Users mailing list