ccube wrote:
Hi,
i am trying to use router stats logger with my ar860 and ar860v2 modems. both have latest routertech fw installed.
when connecting to the modem, it says "online" but then is stuck at "getting basic information"
are there any hints solving this issue?
tried windows 8, windows 7, wine, any compatibility modes, etc...
Hi, I'm the author of the Router Stats Logger (RSL).
I’ve just re-run the RSL under Windows 7 without any compatibility settings enabled and ‘Get Router Info’ works perfectly.
Check your firewall, anti-virus, online protection etc. software is not blocking the RSL. If you’re using ‘Access Control’ on the router, then make sure that Telnet access is enabled for the LAN etc.
See if you have basic Telnet access as mstombs describes above and also try running the following script with the
Telnet Scripter and see how far it gets:
Code:
HOST <ROUTER_IP> <PORT>
WAIT "login"
SEND "<USER>\n"
WAIT "password"
SEND "<PASSWORD>\n"
WAIT "#"
SEND "cat /proc/avalanche/avsar_ver \"no_where\"\n"
WAIT "no_where"
SEND "cat /proc/uptime\n"
WAIT "#"
Obviously replace terms in <> with their relevant values.