- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: logging ftp session information
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
11-16-2006 09:58 AM
11-16-2006 09:58 AM
logging ftp session information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 10:16 AM
11-16-2006 10:16 AM
Re: logging ftp session information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 10:23 PM
11-16-2006 10:23 PM
Re: logging ftp session information
Modify /etc/inetd.conf file:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -a -l -i -o -u002
# inetd -c
# man ftpd
# more /var/adm/syslog/xferlog
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 10:34 PM
11-16-2006 10:34 PM
Re: logging ftp session information
and
# grep ftp /var/adm/syslog/syslog.log
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 09:11 AM
11-19-2006 09:11 AM
Re: logging ftp session information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 10:55 AM
11-19-2006 10:55 AM
Re: logging ftp session information
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 11:07 AM
11-19-2006 11:07 AM
Re: logging ftp session information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 06:31 PM
11-19-2006 06:31 PM
Re: logging ftp session information
Hi,
Normally FTP logs IP addresses on the syslog. Can you pls post the syslog o/p ?
They read some thing like this
[IP Addrss ] username .....
BR
Vasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 01:15 AM
11-20-2006 01:15 AM
Re: logging ftp session information
...mycpu ftpd[18496]: REPEATED LOGIN FAILURES FROM some-domain-or-IP
Be sure that your /etc/ftp/ftpaccess file has configured logging:
loginfails 2
log commands real
log transfers anonymous,real inbound,outbound
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 04:37 AM
12-07-2006 04:37 AM
Re: logging ftp session information
I usually use the packet sniffer (like ethereal) and follow the TCP stream of the ftp packets.
Is good for software debug.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 07:03 AM
12-28-2006 07:03 AM
Re: logging ftp session information
dmesg
Dec 28 20:47:13 host01 ftpd[8485]: [ID 265846 daemon.notice] repeated login failures from 172.20.1.2 [172.20.1.2]
or for that days logs
more /var/adm/messages
Dec 28 20:47:13 host01 ftpd[8485]: [ID 265846 daemon.notice] repeated login fail
ures from 172.20.1.2 [172.20.1.2]
you should be able to grep search them
Hope this answers your question, thanks
Wien lam