Router - TG582N - PPP Settings: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
m Why be so coy ? The command "is", not "should be" |
||
| Line 3: | Line 3: | ||
= 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 ifdetach intf=Internet |
||
:ppp ifconfig intf=Internet user=x@a password=secret status=enabled |
|||
:ppp ifattach intf=Internet |
:ppp ifattach intf=Internet |
||