- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
01-10-2008 05:56 AM
01-10-2008 05:56 AM
inetd.conf
Can someone let me know the functionality of following terms present in internal services in inetd.conf file, as we have to disable them...
1. Chargen
2. Time
3. daytime
4. discard
5. echo
Another point is
What is ipforwarding and what it does..
Thanks in advance...Points later.
waiting for reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 06:13 AM
01-10-2008 06:13 AM
Re: inetd.conf
These can most certainly be disabled. For more information, see:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1199974290395+28353475&threadId=188195
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 06:23 AM
01-10-2008 06:23 AM
Re: inetd.conf
"The inetd daemon provides several "trivial" services internally by use of routines within itself. The services are echo, discard, chargen
(character generator), daytime (human readable time), and time (machine readable time in the form of the number of seconds since midnight, January 1, 1900). The inetd daemon provides both TCP- and UDP-based servers for each of these services. See inetd.conf(4) for
instructions on configuring internal servers."
Most of those are outdated. Ie, echo was a predecessor of ping. daytime can be replaced by ntp if needed, chargen gives you just a string of charactes.Discard is just like /dev/null over tcp-ip.
I'd disable them and see if applications can survive. No idea if OS needs them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 07:21 AM
01-10-2008 07:21 AM
Re: inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 10:52 AM
01-11-2008 10:52 AM
Re: inetd.conf
http://www.hp.com/go/bastille
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 06:02 PM
01-11-2008 06:02 PM
Re: inetd.conf
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 08:41 PM
01-11-2008 08:41 PM
Re: inetd.conf
Thanks
Mohammad Sanaullah