- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd question - What can I turn off?
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
05-03-2007 06:59 AM
05-03-2007 06:59 AM
We have some HP-UX 11.23 system - rx4640 and rx2620's. These computers are Oracle servers.
I am told that we should turn off any of the inetd services that we do not need. Is there any real reason why I need the following?
#daytime stream tcp6 nowait root internal
#daytime dgram udp6 nowait root internal
#time stream tcp6 nowait root internal
#time dgram udp6 nowait root internal
#echo stream tcp6 nowait root internal
#echo dgram udp6 nowait root internal
#discard stream tcp6 nowait root internal
#discard dgram udp6 nowait root internal
#chargen stream tcp6 nowait root internal
#chargen dgram udp6 nowait root internal
What about recserv and tftp?
I have had these turned off for some time on one of our servers and have seen nothing out of the ordinary.
Can anyone point me at a document that goes over these services and tells me what to turn off with security being an important factor?
Thank you,
Darrell Tschakert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 07:57 AM
05-03-2007 07:57 AM
SolutionIt mentions each change you could make to this file and others in the HP-UX Security Hardening efforts!
http://www.cisecurity.org/bench_hpux.html
Regards,
Moises
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 08:03 AM
05-03-2007 08:03 AM
Re: inetd question - What can I turn off?
That said, tftp is a big NO-NO in the security world. Unless you are using this as a Ignite-UX server or as a storage for network devices bootup configuration, you should probably disable the tftp.
If security is of concern, telnet and other r-services should also be disabled and use Secure couterparts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 08:35 AM
05-03-2007 08:35 AM
Re: inetd question - What can I turn off?
Bastille comes as part of 11.23 and offers you the ability to lock-down your server to various levels. You can run the tool interactively and select what you want. Locking out the about 'inted' services are one option. A record of the actions you take is generated as well as a "revert" script. You might begin here:
http://www.docs.hp.com/en/5991-5526/ch03s05.html#babebhbi
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2007 02:35 AM
05-04-2007 02:35 AM
Re: inetd question - What can I turn off?
Yes, I should have gone to the CIS Benchmark document. Why didn't I go there first? The Benchmark document said to turn just about everything off. It turned out that I had to turn auth back on for the Service Guard machines. I turned off tftp since I could find nothing that used it.
I left the Service Guard cluster daemon lines turned on.
I am still looking in to "instl_boots" and "registrar". I think that EMS needs "registrar" to monitor devices, etc. I still haven't read about "instl_boots", but will do so.
Thanks again.