Results 1 to 5 of 5

Thread: How to reset the password from command line ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    perform from command line:
    PHP Code:
    nvram get http_passwd 
    to read current setting and:
    PHP Code:
    nvram set http_passwd="XXX" 
    to set it. After setting save with:
    PHP Code:
    nvram commit 

  2. #2

    Problem solved - Thank you so much!

    Thank you very much, al - that did the trick.
    You saved my day!

    Cheers, Nix

Similar Threads

  1. reset pin on uart?
    By agruman in forum WL-500gP Q&A
    Replies: 0
    Last Post: 02-12-2008, 14:44
  2. Password changing issue after flashing open-wrt firmware
    By metamorphose in forum WL-700g Firmware Discussion
    Replies: 20
    Last Post: 30-10-2008, 17:33
  3. Replies: 1
    Last Post: 20-06-2007, 09:38
  4. Password problem - need help
    By neos2k1 in forum WL-500g Q&A
    Replies: 2
    Last Post: 20-03-2007, 21:37

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •