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-28-2002 02:16 AM
11-28-2002 02:16 AM
I noticed that one of our service has lot of this log:
Nov 28 17:00:14 erpbckup ftpd[22057]: FTP session closed
Nov 28 17:00:44 erpbckup ftpd[22060]: FTP session closed
Nov 28 17:01:24 erpbckup ftpd[22062]: FTP session closed
But there is no client ip on the log.
It is possible that server is being hacked?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 02:27 AM
11-28-2002 02:27 AM
Re: ftp log
If this is 11i then you use WU ftp
see
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4d138f960573d611abdb0090277a778c,00.html
It may be suppressed in the config file
On the machine ftp to itself
open connection
ls
close
Post last 10 lines of syslog.log
Regards
Steve Steel
Quote of the moment
-------------------
"We are drowning in information but starved for knowledge."
-- John Naisbitt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 02:30 AM
11-28-2002 02:30 AM
SolutionCheck /etc/inetd.conf
If you see
ftp stream tcp nowait root /usr/lbin/ftpd ftpd
you have normal logging.
If you see
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
you've got the detailed logging set up, which should report which files are copied, and also any directories that are created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 02:59 AM
11-28-2002 02:59 AM
Re: ftp log
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
in your inetd.conf
and also your inetd deamon is running with -l option.
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 05:56 PM
11-28-2002 05:56 PM