- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd.conf
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
09-15-2004 07:09 PM
09-15-2004 07:09 PM
Base on our audit finding report, they ask me to disabled the following services:
1) tftp
2) login
3) shell
4) exec
5) daytime
6) time
7) discard
8) chargen
FYI we are using HPUX 11.0 and my questions are can/how do I disabled all those services? and does it affect our system?
Thanks a lot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 07:16 PM
09-15-2004 07:16 PM
Re: inetd.conf
why don't you have a look at the man page of inetd.conf and inetd??
which will give you more detail
# man inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 07:16 PM
09-15-2004 07:16 PM
SolutionThe answer is it depends. 2,3 and 4 are basically for r-commands. If your application does any kind of 'remsh|rlogin|rexec|rcp' type of stuff, then you may not want to disable them depending on the type of service. 5,6,7 and 8 can be turned off. They won't need the OS to perform and I do not believe they will be used by any OS. 'tftp' is trivial ftp. If your sysetm is acting as a tftp server (for ex., keeps the firmware|configuration etc., for routers etc.,), and if it is an ignite server then you need it. Otherwise, you can turn it off.
Simply edit /etc/inetd.conf file, comment them out and run 'inetd -c' to re-read the configuration. You should see 'deleted service' messages in /var/adm/syslog/syslog.log
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 07:19 PM
09-15-2004 07:19 PM
Re: inetd.conf
All these services can be disabled.
Just hash(#) the corresponding entry in /etc/inetd.conf file.
make sure no application/user uses these services before disabling services.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 07:22 PM
09-15-2004 07:22 PM
Re: inetd.conf
( comment with in start with # )
Reconfigure the setup of inetd as,
inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 07:22 PM
09-15-2004 07:22 PM
Re: inetd.conf
Just commecnt the lines in the /etc/inetd.conf and then do a
#/usr/sbin/inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 08:08 PM
09-15-2004 08:08 PM