Router - TG582N - PPP Settings: Difference between revisions
No edit summary |
(→top: clean up) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:T582-small.png|link=:Category: |
[[Image:T582-small.png|link=:Category:Router TG582N|Got to Main TG582N Page]] |
||
= Changing PPP Password, via telnet CLI = |
= Changing PPP Password, via telnet CLI = |
||
The command |
The command to use is essentially: |
||
ppp ifconfig intf=Internet user=x@a password=secret status=enabled |
: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 |
|||
[[Category:Router]] |
|||
:ppp ifattach intf=Internet |
|||
⚫ |
Latest revision as of 00:19, 18 August 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