[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: isakmp debugging - what to watch out for?
* Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) [001209 08:36]:
>
> In the second isakmpd.conf, in the [incoming-from-utilator] section, there's
> an extra tab character at the end of the "ISAKMP-peer= utilator" line.
>
> Naturally, this is a bug.
Naturaly! (c:
Thanks, corrected that.
What should I make of this, then?
On the one side with isakmpd -d:
023743.050584 Default transport_send_messages: giving up on message 0x105b00
023943.080545 Default transport_send_messages: giving up on message 0x105b00
On the other side with isakmpd -d -DA=10:
085639.873631 Exch 10 exchange_establish_p1: 0x105a00 frontyard Default-main-mode policy initiator phase 1 doi 1 exchange 2 step 0
085639.875412 Exch 10 exchange_establish_p1: icookie 75561baad7732ebb rcookie 0000000000000000
085639.875724 Exch 10 exchange_establish_p1: msgid 00000000
085639.878104 Timr 10 timer_add_event: event message_send_expire(0x105b00) added before connection_checker(0x132070), expiration in 7s
085639.879984 Timr 10 timer_handle_expirations: event connection_checker(0x1320a0)
085639.880347 Timr 10 timer_add_event: event connection_checker(0x1320a0) added before cookie_reset_event(0x0), expiration in 60s
085646.890108 Timr 10 timer_handle_expirations: event message_send_expire(0x105b00)
085646.891593 Timr 10 timer_add_event: event message_send_expire(0x105b00) added before connection_checker(0x132070), expiration in 9s
085655.900107 Timr 10 timer_handle_expirations: event message_send_expire(0x105b00)
085655.901529 Timr 10 timer_add_event: event message_send_expire(0x105b00) added before connection_checker(0x132070), expiration in 11s
085706.910107 Timr 10 timer_handle_expirations: event message_send_expire(0x105b00)
085706.911530 Timr 10 timer_add_event: event message_send_expire(0x105b00) added before connection_checker(0x132070), expiration in 13s
085719.920109 Timr 10 timer_handle_expirations: event message_send_expire(0x105b00)
085719.921576 Timr 10 timer_add_event: event message_send_expire(0x105b00) added before connection_checker(0x132070), expiration in 15s
085734.930104 Timr 10 timer_handle_expirations: event message_send_expire(0x105b00)
085734.931497 Default transport_send_messages: giving up on message 0x105b00
085739.880105 Timr 10 timer_handle_expirations: event connection_checker(0x132070)
085739.880507 Timr 10 timer_add_event: event connection_checker(0x132070) added before sa_soft_expire(0x123c00), expiration in 60s
085739.880983 Timr 10 timer_handle_expirations: event connection_checker(0x1320a0)
085739.882940 Timr 10 timer_add_event: event connection_checker(0x1320a0) added before sa_soft_expire(0x123c00), expiration in 60s
... this seems to repeat...
Sorry for all the stupid logs, I do not know how to make sense of this myself, yet.