Dlink DSL-2760U uptime

Neet

Well-Known Member
Joined
Apr 1, 2011
Messages
102
Reaction score
15
Hey all

Like to know if there is a screen on the dlink(DSL-2760U) router to check uptime of either power uptime or connection uptime?

Thanks
 
Works on the Dlink 2500u, might work for the 2760u too:
telnet to the router (login with admin:<password>), type 'sh' without quotes to take you to the busybox shell, and then type 'cat /proc/uptime'. The first number is the total number of seconds the system has been up.
 
alright great thanks guys will try it out :)

----

get an error :
D:\Documents and Settings\admin>Telnet \\10.0.0.66
Connecting To \\10.0.0.66...Could not open connection to the host, on port 23: Connect failed

did enable it on router under "Access Control -- Services"
any ideas?

------

got PuTTY works now
did the login
then SH
and sysinfo gave me uptime in minutes
thanks guys :)
 
Last edited:
When you use telnet, you should not use \\ before the address. I really don't know why Microsoft ever started that horrible \\ idea! The correct way is how Linux does it: 'smb://<address here>' for Windows (Samba) shares.
Just use 'telnet 10.0.0.66' instead.
 
When you use telnet, you should not use \\ before the address. I really don't know why Microsoft ever started that horrible \\ idea! The correct way is how Linux does it: 'smb://<address here>' for Windows (Samba) shares.
Just use 'telnet 10.0.0.66' instead.

true tried it the 1st time with out the "\\" but didnt work, just saw this: http://technet.microsoft.com/en-us/library/bb491013.aspx
and assumed it was needed

"( Syntax
telnet [\\RemoteServer] )"
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X