- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is IPSec running???
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-12-2007 12:13 AM
04-12-2007 12:13 AM
I hope that I have posted this in the right area.
A recent HP Security Bulletin suggests upgrading to the latest version of IPSec. My question is, how do I know if we are running IPSec. I don't think we are. Running the following:
swlist -l bundle | grep IPSec
swlist -l product | grep IPSec
find / -name ipsec -print
find / -name IPS -print
all come up with nothing.
Can I assume that we are not running IPSec?
Thanks,
Darrell Tschakert
EEOC Washington, DC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 02:55 AM
04-12-2007 02:55 AM
Re: Is IPSec running???
# ps -ef | grep -i ipmon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 03:08 AM
04-12-2007 03:08 AM
Re: Is IPSec running???
We have ipmon running. However, I still don't see any indication that we have IPSec loaded such as the "swlist -l ??? | grep -i ipsec".
I have tried googling "ipmon IPSec HP-UX" and gotten some hits, but the docs.HP.com seems not to be working this morning.
Does anybody have any other ideas?
Thanks,
Darrell Tschakert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 03:35 AM
04-12-2007 03:35 AM
Re: Is IPSec running???
# swlist -l file | grep -i ipmon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 03:49 AM
04-12-2007 03:49 AM
Re: Is IPSec running???
Running "swlist -l file | grep -i ipmon" is, of course, going to show me ipmon because we have ipmon running. And we have a man entry for ipmon. However, I still don't have any proof that we have IPSec loaded. Ipmon came with IPF which, I assume, stands for IP Filter.
Thanks,
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 04:07 AM
04-12-2007 04:07 AM
Re: Is IPSec running???
Check if you have /usr/sbin/ipsec* binaries. If you dont, and grep against swlist is not fetching you anything, it probably means you are not running IPSEC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 05:15 AM
04-12-2007 05:15 AM
Re: Is IPSec running???
As I wrote in my original posting:
...
find / -name ipsec -print
find / -name IPS -print
all came up negative.
DTschakert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 05:18 AM
04-17-2007 05:18 AM
Re: Is IPSec running???
There is nothing to indicate that it is loaded on these HP's.
Thanks,
Darrell Tschakert