Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created October 9, 2015 05:09
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregjhogan/da98af5a50c104307412 to your computer and use it in GitHub Desktop.
Save gregjhogan/da98af5a50c104307412 to your computer and use it in GitHub Desktop.
Retrieve CenturyLink PPPoE username/password from technicolor C2000T
# 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
@iandees
Copy link

iandees commented Aug 1, 2017

Enable telnet in Advanced Setup > Remote Console.

@AloiSama
Copy link

Thanks for this! This calmed my nerves after speaking to CenturyLink for more than 2 hours without letting far.

@rippedtee
Copy link

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!

@bartenbach
Copy link

bartenbach commented May 26, 2018

sh is password protected with a different password. This doesn't work.

> sh
Please input shell password:
Password Incorrect! Try again.

@Nelnamara
Copy link

Worked fine with my 2100T. Thanks!

@d4l3k
Copy link

d4l3k commented Sep 6, 2018

The zyxel c2100z also has sh password protected.

@MaxBareilles
Copy link

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.

@ChiefPoints
Copy link

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.

@jamesfolberth
Copy link

jamesfolberth commented Aug 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment