Tim wrote:
On Sun, 2008-01-27 at 11:39 -0500, Bob Goodwin wrote:
Now if only I could get it to actually mail me it's logged data. I
told it to do so, but that doesn't work and I can't find the log files
except via the browser screen?
A CRON job to wget the logs from the device's HTTP server?
Except I do not know enough to make wget do the job.
wget --user=xxxxxxxx --password=xxxxxxxx 192.168.1.1 -o logwb
Produces:
cat logwb
--04:06:09-- http://192.168.1.1/
=> `index.html.2'
Connecting to 192.168.1.1:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,210 (1.2K) [text/html]
0K . 100%
129.36 KB/s
04:06:09 (129.36 KB/s) - `index.html.2' saved [1210/1210]
When viewed in the browser "index.html.2" produces the error msg:
Firefox can't find the file at /root/Desktop/start.htm.
* Check the file name for capitalization or other typing errors.
* Check to see if the file was moved, renamed or deleted.
wget connects but I don't know how to tell it to collect the log file?
Any thoughts on how to do that?
This is a Netgear WGR614v6 router if that is significant.
Bob Goodwin