- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IPSec Does not respond
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:24 PM
04-21-2002 10:24 PM
IPSec Does not respond
Msg: 4 From: IKMPD Lvl: ERROR Date: Mon Jan 21 16:59:07 2002
Event: Error processing SA payload
Msg: 1 From: IKMPD Lvl: ERROR Date: Mon Jan 21 16:59:07 2002
Event: IPSEC_RULE request timeout, seq 202708
.......
.......
Is there any document where we can refer the meaning of these errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:37 PM
04-21-2002 10:37 PM
Re: IPSec Does not respond
The negotiation and key exchange over IKE SA is via the ISAKMP protocol at service port 500. This is always performed before the IPSEC SA can be created and used.
From the error messages you got, I would guess that this IKE SA negotiation probably failed.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:50 PM
04-21-2002 10:50 PM
Re: IPSec Does not respond
Here is some documentation !
http://docs.hp.com/hpux/internet/index.html#IPSec/9000
http://docs.hp.com/hpux/pdf/J4255-90011.pdf
Regards,
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:50 PM
04-21-2002 10:50 PM
Re: IPSec Does not respond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:53 PM
04-21-2002 10:53 PM
Re: IPSec Does not respond
Did you use the ipsec_admin ???status
command to see if all processes are running ?
Should look like this:
# ipsec_admin - status
----------------- IPSec Status Report -----------------
secauditd program: Running and responding
secpolicyd program: Running and responding
ikmpd program: Running and responding
IPSec kernel: Up
IPSec Audit level: Error
IPSec Audit file: /var/adm/ipsec/auditTue-Jul-17-11-28-29-2001.log
Max Audit file size: 100 KBytes
IPSec Policy file: /var/adm/ipsec/policies.txt
Level 4 tracing: None
-------------- End of IPSec Status Report -------------
Possible a restart will solve the issue.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 11:03 PM
04-21-2002 11:03 PM
Re: IPSec Does not respond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 11:25 PM
04-21-2002 11:25 PM
Re: IPSec Does not respond
You could turn tracing on to see what happens.
-----------------------------------------------
IPSec tracing
If the problem may be caused by the transport or application layer, enable layer four
tracing, recreate the problem, then disable tracing. Trace output will be sent to
/var/adm/ipsec/nettl.TRC0. You may trace TCP, UDP, IGMP or all. Typical netfmt
options can be used to format the output.
# ipsec_admin -traceon all
IPSEC_ADMIN: Please enter the IPSec password: ***************
IPSEC_ADMIN: WARNING-Enabling any Level 4 tracing (TCP, UDP, or IGMP) started
IPSEC_ADMIN: WARNING-by ipsec_admin. Ignore following nettl msg(s) if any.
IPSEC_ADMIN: Level 4 tracing successfully enabled for TCP, UDP, and IGMP.
# ipsec_admin -tf all
IPSEC_ADMIN: Please enter the IPSec password: ***************
IPSEC_ADMIN: WARNING-Disabling any Level 4 tracing (TCP, UDP, or IGMP) started
IPSEC_ADMIN: WARNING-by ipsec_admin. Ignore following nettl msg(s) if any.
IPSEC_ADMIN: Level 4 tracing successfully disabled for TCP, UDP, and IGMP.
C.