Router - TG582N - PPP Settings

From AAISP Support Site
Revision as of 20:12, 29 May 2018 by Reedy (talk | contribs) (Kill ncl)

Got to Main TG582N Page

Changing PPP Password, via telnet CLI

The command to use is essentially:

:ppp ifconfig intf=Internet user=x@a password=secret status=enabled

However one can't ppp ifconfig an interface which is administratively up, so one would have to actually do:

:ppp ifdetach intf=Internet
:ppp ifconfig intf=Internet user=x@a password=secret status=enabled
:ppp ifattach intf=Internet