- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnetd connection logging
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-23-2005 06:17 AM
08-23-2005 06:17 AM
telnetd connection logging
Have configured /etc/inetd.conf for telnetd with
telnetd -adebug -TCP_DELAY
Previous attempts with telnet -a dbuge have issued an error about not starting with a - before the keyword. After inssuing the init -c the configuration information is complete, but there is no login connection logging occurring in syslog.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 06:32 AM
08-23-2005 06:32 AM
Re: telnetd connection logging
ps -ef | grep inetd
is it returning something like :
root 23556 1 0 Sep 29 ? 57:30 inetd -l
(note the -l at he end)
if not, you can kill inetd and restart with -l option to see if it helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 06:35 AM
08-23-2005 06:35 AM
Re: telnetd connection logging
does it log "loggin inetd enabled/disabled" in syslog?? Depending upon that you may need to do inetd -l again or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 07:07 AM
08-23-2005 07:07 AM
Re: telnetd connection logging
I am receiveing login failures from SSH, but not telnetd.
any New suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 07:17 AM
08-23-2005 07:17 AM
Re: telnetd connection logging
/usr/sbin/inetd -k
/usr/sbin/inetd -l
ssh is another story as it runs in daemon mode and not gets initiated by inetd so, sshd logging failed logins and telnetd not are two separate things, like apples and oranges.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 07:28 AM
08-23-2005 07:28 AM
Re: telnetd connection logging
Don't get hung up on inetd not having the inetd -l in the process listing, as I am seeing the message connection logging enabled and/or disable with the inted -l command (it's a toggle switch enable/disbale).
I need to get telnetd to record authentication attemtps, successes and failures.
Does telnetd use PAM like ssh does?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:05 AM
08-24-2005 10:05 AM
Re: telnetd connection logging
How does /etc/pam.conf look like?? Compare it with a system that is working fine.
Also if you put auth.info /var/adm/syslog/syslog.log
(or other file), Do you see authentication messages in that file??
Are you up to date on telnet patches??
The man page also says that -a options requires your system to have kerbose V5. (version 5) check if you have it or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 07:15 PM
08-24-2005 07:15 PM
Re: telnetd connection logging
can you post /etc/pam.conf. Did you configure pam.conf as like,
http://docs.hp.com/en/J5849-90003/apa.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:38 PM
08-24-2005 10:38 PM
Re: telnetd connection logging
All I want is to have telnet perform connection logging.
SSH is logging fine.
I do not want Kerberos, but thought that this would resolve the logging issue.
In essence, logging is all I want. It should come stock with telnet. But it is not logging which is why I have posted here.
Again this is 11.23 and inetd -l is enabled.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:48 PM
08-24-2005 10:48 PM
Re: telnetd connection logging
I think a look at syslog.conf is in order because on every box I ever administered if telnet was allowed it got logged in syslog.log after inetd started up. My default setting was always to do enhanced logging.
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-25-2005 01:04 AM
08-25-2005 01:04 AM
Re: telnetd connection logging
You are preaching to the choir.
Would if I could convert a 1000 pound bahemouth to use SSH in their daily operations. Howerver, since I there are using telnet currently, it will take time to implement the transfer in daily operations.
Syslog looks like this:
mail.debug /var/adm/syslog/mail.log
*.info;auth,mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
auth.info /var/adm/syslog/auth.log