Router - TG582N - PPP Settings: Difference between revisions

mNo edit summary
m (Why be so coy ? The command "is", not "should be")
= Changing PPP Password, via telnet CLI =
 
The command ''should''to beuse is essentially:
 
:ppp ifconfig intf=Internet user=x@a password=secret status=enabled
 
Note thatHowever one can't '''ppp ifconfig''' an interface which is administratively up, so one would have to bracket this commandactually withdo:
 
:ppp ifdetach intf=Internet
:ppp ifconfig intf=Internet user=x@a password=secret status=enabled
:ppp ifattach intf=Internet