- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error Logs from inetd in syslog file
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
08-02-2006 03:21 AM
08-02-2006 03:21 AM
Aug 2 08:16:38 hpmtest inetd[29356]: telnet/tcp: Connection from unknown (172.23.200.77) at Wed Aug 2 08:16:38 2006
Aug 2 08:16:38 hpmtest telnetd[29356]: getpid: peer died: Error 0
Aug 2 08:17:36 hpmtest inetd[29377]: registrar/tcp: Connection from hpmtest (172.23.200.97) at Wed Aug 2 08:17:36 2006
I am not sure how to stop these errors. I am currently running inetd -l so I can record errors in syslog. One of the IP address is from the server itself (172.23.200.97).
thank you,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 03:27 AM
08-02-2006 03:27 AM
Re: Error Logs from inetd in syslog file
/usr/sbin/inetd -k
/usr/sbin/inetd
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 03:37 AM
08-02-2006 03:37 AM
Re: Error Logs from inetd in syslog file
Errors without logging:
Aug 2 08:31:31 hpmtest telnetd[29787]: getpid: peer died: Error 0
Aug 2 08:33:14 hpmtest telnetd[29822]: getpid: peer died: Error 0
Aug 2 08:35:33 hpmtest telnetd[29880]: getpid: peer died: Error 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 03:48 AM
08-02-2006 03:48 AM
Re: Error Logs from inetd in syslog file
the unknown in the string means, no username has been specified but from the IP address you can figure out who or where they are coming from.
Again if these IP addresses are from your internal network or authorized location IP addresses, it is okay. Nothing to worry about. If not, start and investigation with your security people as they may escalate to something more than just probing.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:04 AM
08-02-2006 04:04 AM
Re: Error Logs from inetd in syslog file
hpmtest inetd[2075]: registrar/tcp: Connection from hpmtest (172.23.200.97) at Wed Aug 2 09:03:37 2006
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:06 AM
08-02-2006 04:06 AM
Re: Error Logs from inetd in syslog file
To disable inetd logging:
in /etc/rc.config.d/netdaemons
export INETD_ARGS="" ----> logging disabled.
export INETD_ARGS="-1" ---> logging enabled.
and Better keep the inetd logging enabled. that will give you information like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:06 AM
08-02-2006 04:06 AM
Re: Error Logs from inetd in syslog file
Aug 2 08:17:36 hpmtest inetd[29377]: registrar/tcp: Connection from hpmtest (172.23.200.97) at Wed Aug 2 08:17:36 2006
is generated by the EMS software and is perfectly normal. You don't need to worry about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:09 AM
08-02-2006 04:09 AM
Re: Error Logs from inetd in syslog file
I think you should leave those messages enabled.
If you have SOX or similar audit requirements you should keep this information and try to figure out why "from unknown" is showing up in your logs.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:16 AM
08-02-2006 04:16 AM
Re: Error Logs from inetd in syslog file
------------------------------------------
restarting the inetd is not the solution. in my previous reply u can find how to do that.
after editing the config file. u can simply run:
#inetd -c --> to re-read the config file.
this will avoid the inetd restarting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:20 AM
08-02-2006 04:20 AM
Re: Error Logs from inetd in syslog file
I prefer not to disable inetd logging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:30 AM
08-02-2006 04:30 AM
Re: Error Logs from inetd in syslog file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:35 AM
08-02-2006 04:35 AM
Re: Error Logs from inetd in syslog file
hpmtest ip is 172.23.200.97
unknown system's ip is 172.23.200.77 isnt?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:47 AM
08-02-2006 04:47 AM
Solutionthe protocol, ftp/telnet or what have you, shhows you what type of connection got originated from this ip address.
hope this helps a bit.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 05:14 AM
08-02-2006 05:14 AM
Re: Error Logs from inetd in syslog file
Thank you all.