PDA

View Full Version : is there an way that i can monitor ftp logons om my wl-500g?



NIGHTCD
10-09-2004, 16:50
hello, can i monitor the ftp server logons and downloading om my wl-500g?

maybe make an website that shows the logon and download info?

or is there an command option for loging and wieving of that info

NIGHTCD

Styno
12-09-2004, 18:17
Check /tmp/stupid-ftp.log through telnet or the hidden admin page.

NIGHTCD
13-09-2004, 09:24
thanks.. but where can i find the hidden admin pages?


NIGHTCD

mirco
13-09-2004, 09:46
Have U tried searching the forum, :mad: if you'ld have done so you could have found something like this: "http://router.home.net/Main_AdmStatus_Content.asp"

Search for admin page or replace "router.home.net" with the IP-Adress of your router.;)

Greetz
Mirco

Antiloop
13-09-2004, 09:57
Have U tried searching the forum, :mad: if you'ld have done so you could have found something like this: "http://router.home.net/Main_AdmStatus_Content.asp"

Search for admin page or replace "router.home.net" with the IP-Adress of your router.;)

Greetz
Mirco

http://my.router/Main_AdmStatus_Content.asp would do in 99%

mirco
13-09-2004, 11:32
In most cases, but maybe he does like I.

I have reconfigured hostname, dhcp, dns to fit in my still growing environment.:cool:

Greetz
Mirco

Koriel
13-09-2004, 12:24
Check /tmp/stupid-ftp.log through telnet or the hidden admin page.

Okee.

Just joined, and I am a complete linux noob..

On the admin page one can use apparently linux commands like ls and stuff.

How does one check the /tmp/stupid-ftp.log thru the admin page?

And since we're talking about the admin page, is there anywhere a list of commonly used commands to use in the hidden admin page? What is for example the command to use to see the netstats?

Thanks for your reply.

Koriel

Antiloop
13-09-2004, 12:29
Okee.

Just joined, and I am a complete linux noob..

On the admin page one can use apparently linux commands like ls and stuff.

How does one check the /tmp/stupid-ftp.log thru the admin page?

And since we're talking about the admin page, is there anywhere a list of commonly used commands to use in the hidden admin page? What is for example the command to use to see the netstats?

Thanks for your reply.

Koriel

fyi: the router is running linux and will support commands that are implemented or implemented by you

to grep the ftp log perform this command:


cat /tmp/stupid-ftp.log
DO NOT hit enter! but press the refresh button otherwise it will not work.

and for netstat the code

netstat
will do the job probably

especially note that not all application can output their results through the 'backdoor' so you would have to use telnet/ssh so a custom firmware is suggested then.

Koriel
13-09-2004, 12:50
Txs for the quick reply,

Don't have it working (yet) but will work on it and read a bit first before I go and ask questions again.

Hitting enter doesn't do anything, but neither does using refresh (button, or F5)

Koriel

Using the latest firmware 1.8.1.9

Antiloop
13-09-2004, 13:16
Txs for the quick reply,

Don't have it working (yet) but will work on it and read a bit first before I go and ask questions again.

Hitting enter doesn't do anything, but neither does using refresh (button, or F5)

Koriel

Using the latest firmware 1.8.1.9

for netstat or for the log file?

for logfile it could be

cat /tmp/stupid-ftpd.log
too, not sure

to see content of /tmp/ do this:

ls /tmp/ (hit always refresh)

Styno
13-09-2004, 13:57
Edit: I stand corrected by Koriel :(

Koriel
13-09-2004, 15:37
Its: /tmp/stupid-ftp.log :)

Actually when I do an ls /tmp/ I see a stupid-ftpd.log file, not a ftp.log.....

Stoopid eh?

Koriel

Antiloop
13-09-2004, 17:28
Actually when I do an ls /tmp/ I see a stupid-ftpd.log file, not a ftp.log.....

Stoopid eh?

Koriel
so you have to use this command (checked myself now)

cat /tmp/stupid-ftpd.log