- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security on HP-UX 10.20
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
12-27-2005 05:01 PM
12-27-2005 05:01 PM
Regards,
Allan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:36 PM
12-27-2005 05:36 PM
SolutionHere are some links;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=151194
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=863686
if i were you i started at looking "/etc/services" file first but try to
take a litle bit care
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:37 PM
12-27-2005 05:37 PM
Re: Security on HP-UX 10.20
It depends on what all applications you run on 10.20. You can disable all services except telnet (port 23), FTP (port 21), SMTP (port 25), SSH (port 22), rlogin (port 513).
But, MAKE SURE WHAT YOU DO.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 06:09 PM
12-27-2005 06:09 PM
Re: Security on HP-UX 10.20
In /etc/services, you will find most of the ports being used by applications.
Then, you can also go to /sbin/init.d or rc0.d, rc1.d, rc2.d, rc3.d or rc4.d directories under /sbin and check all the services that are running on your system.
You may stop those you don't need by editing the appropriate configuration file in /etc/rc.config.d/
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 06:09 AM
01-04-2006 06:09 AM
Re: Security on HP-UX 10.20
Though this is for more recent HP-UX versions, this may also help you enumerate the ports beyond what /etc/services would tell you:
http://docs.hp.com/en/5990-7252/
Also, though not supported by HP, here is a commonly-used guide for 11.00 (that is an update to one wrote for HP-UX-10.X:
http://www.windowsecurity.com/whitepaper/Building_a_Bastion_Host_Using_HPUX_11.html
Hope that helps,
-Robert