HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- strange process of inetd
Operating System - HP-UX
1836239
Members
3405
Online
110096
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-02-2002 07:24 PM
05-02-2002 07:24 PM
Dear Sir:
someone try to guess the passwd of my HPUX server.He use the xscan tool.
But after he scan the server,the process
will still on the server.
the process like this:
inetd -echo [ip address(his address)]
inetd -discard [ip address(his address)]
and there are about 30 process on my server.
But not all my servers,will still have these processes.
Can someone help me,and give me some suggestion.
All the impact servers including 10.20,11.0 OS.
Best Regards.
Jack Hu
someone try to guess the passwd of my HPUX server.He use the xscan tool.
But after he scan the server,the process
will still on the server.
the process like this:
inetd -echo [ip address(his address)]
inetd -discard [ip address(his address)]
and there are about 30 process on my server.
But not all my servers,will still have these processes.
Can someone help me,and give me some suggestion.
All the impact servers including 10.20,11.0 OS.
Best Regards.
Jack Hu
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 07:32 PM
05-02-2002 07:32 PM
Re: strange process of inetd
Yes,
Port scanners can produce undesirable affects to a system. One of which could be maxing out system resources such as nproc or nfiles from the socket connections. I would advice disabling any services within /etc/inetd.conf that you do not use.
-Yates
Port scanners can produce undesirable affects to a system. One of which could be maxing out system resources such as nproc or nfiles from the socket connections. I would advice disabling any services within /etc/inetd.conf that you do not use.
-Yates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 07:36 PM
05-02-2002 07:36 PM
Solution
Hi,
echo and discard are both unnecessary services on your system. As security best practice, you should prevent them from being spawned off by inetd by commenting them out of /etc/inetd.conf:
# vi /etc/inetd.conf
#echo stream tcp nowait root internal
#echo dgram udp nowait root internal
#discard stream tcp nowait root internal
#discard dgram udp nowait root internal
Reload inetd configuration:
# inetd -c
The processes will timeout depending on your keepalive interval. Alternatively, you can simply terminate them by using the kill command.
Hope this helps. Regards.
Steven Sim Kok Leong
echo and discard are both unnecessary services on your system. As security best practice, you should prevent them from being spawned off by inetd by commenting them out of /etc/inetd.conf:
# vi /etc/inetd.conf
#echo stream tcp nowait root internal
#echo dgram udp nowait root internal
#discard stream tcp nowait root internal
#discard dgram udp nowait root internal
Reload inetd configuration:
# inetd -c
The processes will timeout depending on your keepalive interval. Alternatively, you can simply terminate them by using the kill command.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 05:13 AM
05-03-2002 05:13 AM
Re: strange process of inetd
comment out "echo" and "discard" services in /etc/inetd.conf and /etc/services for security reason, after that, run
inetd -c
to reread the modified configuration file.
By the way, for future security issue, you also need to comment out in /etc/inetd.conf:
chargen
ntalk
bootps
daytime
shell
tftp
in /etc/services
bootps
bootpc
chargen
daytime
finger
ntalk
talk
route
tftp
uucp
Good luck!
inetd -c
to reread the modified configuration file.
By the way, for future security issue, you also need to comment out in /etc/inetd.conf:
chargen
ntalk
bootps
daytime
shell
tftp
in /etc/services
bootps
bootpc
chargen
daytime
finger
ntalk
talk
route
tftp
uucp
Good luck!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP