Router - TG582N - PPP Settings: Difference between revisions
m (Why be so coy ? The command "is", not "should be") |
(Kill ncl) |
||
Line 12: | Line 12: | ||
:ppp ifconfig intf=Internet user=x@a password=secret status=enabled |
:ppp ifconfig intf=Internet user=x@a password=secret status=enabled |
||
:ppp ifattach intf=Internet |
:ppp ifattach intf=Internet |
||
==Other pages regarding this router:== |
|||
<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1 showfirst=1>Category:Router TG582N</ncl> |
|||
[[Category:Router TG582N|PPP]] |
[[Category:Router TG582N|PPP]] |
Revision as of 20:12, 29 Mayıs 2018
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