HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Log ftp and telnet connections
Operating System - HP-UX
1832994
Members
2414
Online
110048
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
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
06-22-2007 03:09 AM
06-22-2007 03:09 AM
Log ftp and telnet connections
Hi all, is there a way to log ftp and telnet connections and if so what file log the events? Thanks,
Ask and you shall receive
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:27 AM
06-22-2007 03:27 AM
Re: Log ftp and telnet connections
vi /etc/inetd.conf
add a -l after ftpd
ex.
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
also you can edit /etc/rc.config.d/netdaemons. change the line:
export INETD_ARGS=
to
export INETD_ARGS="-l"
This will turn on inetd logging at startup.
to get it started manually, do:
# inetd -k
# inetd -l
messages should be in /var/adm/syslog/syslog.log
add a -l after ftpd
ex.
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
also you can edit /etc/rc.config.d/netdaemons. change the line:
export INETD_ARGS=
to
export INETD_ARGS="-l"
This will turn on inetd logging at startup.
to get it started manually, do:
# inetd -k
# inetd -l
messages should be in /var/adm/syslog/syslog.log
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
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