Operating System - HP-UX
1825766 Members
2330 Online
109687 Solutions
New Discussion

tcpwrapper logging fot telnetd

 
SOLVED
Go to solution
Jody Bennett
Advisor

tcpwrapper logging fot telnetd

I have the HP tcpwrapper installed on a box running 11.0. I have setup my inetd.conf file adn the telnet works and it loggs it in the mail.log file but, is ther a way to get more information in the logging? Like the user id?

Currently I get this:
Apr 28 13:41:24 hosta telnetd[13178]: connect from hostb.com
"Sometimes you have to jump more than one fence to get out of the pasture."
3 REPLIES 3
G. Vrijhoeven
Honored Contributor
Solution

Re: tcpwrapper logging fot telnetd

Hi,

You could check:
http://www.stanford.edu/group/itss-ccs/security/unix/HPUX/

Chapter 7.

HTH,

Gideon
Dani Seely
Valued Contributor

Re: tcpwrapper logging fot telnetd

Hey Jody,
We use tcp wrappers on 11.00 and have this configured in inetd.conf. We make it a habit to check who is accessing the system remotely (ftp, telnet, secure shell, etc), To do this, I simply do:

# last -R |grep -v console

Also, check in syslog.log.
Together We Stand!
Jody Bennett
Advisor

Re: tcpwrapper logging fot telnetd

Thanks for the replies.
"Sometimes you have to jump more than one fence to get out of the pasture."