-
-
Save gregjhogan/da98af5a50c104307412 to your computer and use it in GitHub Desktop.
# first enable telnet, and connect | |
# then you will get a '>' prompt where you want to run the following commands | |
sh | |
pidstat -l -C pppd | |
# see -u (username) and -p (password) in the output |
Thanks for this! This calmed my nerves after speaking to CenturyLink for more than 2 hours without letting far.
Yes, thank you. Felt stupid that I didn't get the password from the CL installer in the first place. Felt more stupid when I called CL, talked to a 'support' person only to have her tell me after 10 minutes that she couldn't help me. Even, more stupid when I found your post here and it worked perfectly and wondered why I didn't look for this first.
Again, thank you!
sh is password protected with a different password. This doesn't work.
> sh
Please input shell password:
Password Incorrect! Try again.
Worked fine with my 2100T. Thanks!
The zyxel c2100z also has sh
password protected.
This is great! I used it on a c2100t and it worked just like I was hoping. Note: When I went to the router settings to turn on telnet, it asked for a username and password, this is what I used in the telnet login.
Still works great on the C2100T. Glad I found this, as calling CenturlyLink's customer support for any reason at all is an exercise in futility.
ONE NOTE: if you've changed the login username/password for the admin web login on the router, you'll still have to use the origninal logon/password from the modem's CenturyLink label to telnet in, apparently changing the admin login/pass only affects the web logon credentials.
I've got a C2000A. sh
is password protected, but I do have access to ps
and cat
. I used ps
to find the PID of pppd
(and partial command line) then did cat /proc/$PID/cmdline
to get the user/pass.
Enable telnet in Advanced Setup > Remote Console.