vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello All, do you guys know any tool or way for me if ftp is being used throughout the day or like an specific time.. i placed this in my syslog.conf kern.* /var/adm/syslog/kernel user.* /var/adm/syslog/users daemon.* /var/adm/syslog/daemons and also turned my auditing for root and another user which i think is the ftpuser.. Thanks in advance.. pinoy |
| |||
| pinoy2ser wrote: > Hello All, > do you guys know any tool or way for me if ftp is being used > throughout the day or like an specific time.. > > i placed this in my syslog.conf > kern.* /var/adm/syslog/kernel > user.* /var/adm/syslog/users > daemon.* /var/adm/syslog/daemons > > and also turned my auditing for root and another user which i think is > the ftpuser.. > > Thanks in advance.. > pinoy > http://www.pseriestech.org/forum/aix/ftp-log-319.html |
| |||
| pinoy2ser schrieb: > Hello All, > do you guys know any tool or way for me if ftp is being used > throughout the day or like an specific time.. > > i placed this in my syslog.conf > kern.* /var/adm/syslog/kernel > user.* /var/adm/syslog/users > daemon.* /var/adm/syslog/daemons > > and also turned my auditing for root and another user which i think is > the ftpuser.. > > Thanks in advance.. > pinoy > Look at the manual for ftpd (man ftpd) start ftpd with the parameter -l, than it logs at daemon.info. if i recognize right, the command last will do the job too. with best regards Dieter Stumpner |
| |||
| On Nov 8, 12:32 pm, sol gongola <s...@adldata.com> wrote: > pinoy2ser wrote: > > Hello All, > > do you guys know any tool or way for me if ftp is being used > > throughout the day or like an specific time.. > > > i placed this in my syslog.conf > > kern.* /var/adm/syslog/kernel > > user.* /var/adm/syslog/users > > daemon.* /var/adm/syslog/daemons > > > and also turned my auditing for root and another user which i think is > > the ftpuser.. > > > Thanks in advance.. > > pinoy > > http://www.pseriestech.org/forum/aix/ftp-log-319.html- Hide quoted text - > > - Show quoted text - great thank you for the link... |
| |||
| On Nov 9, 4:04 am, pinoy2ser <pinoy2...@gmail.com> wrote: > Hello All, > do you guys know any tool or way for me if ftp is being used > throughout the day or like an specific time.. > > i placed this in my syslog.conf > kern.* /var/adm/syslog/kernel > user.* /var/adm/syslog/users > daemon.* /var/adm/syslog/daemons > > and also turned my auditing for root and another user which i think is > the ftpuser.. > > Thanks in advance.. > pinoy FTP is a nasty insecure protocol and you should switch it off |
| ||||
| On 8 Nov., 16:04, pinoy2ser <pinoy2...@gmail.com> wrote: > Hello All, > do you guys know any tool or way for me if ftp is being used > throughout the day or like an specific time.. > > i placed this in my syslog.conf > kern.* /var/adm/syslog/kernel > user.* /var/adm/syslog/users > daemon.* /var/adm/syslog/daemons > > and also turned my auditing for root and another user which i think is > the ftpuser.. $ man last ftp logins are logged as any normal login. hth Hajo |