This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Accidentally Locked Out WebAdmin interface

I need help BAD!

I accidentally disabled the same interface that the WebAdmin runs on.  I went to root to try and restore it using eth2 up (since my previous eth2 took the spot of eth1).  It brings the interface up but it doesnt get its normal IP setting.  And of course, if I reboot... the interface goes away again (probably because it is now configured to be disabled).  Does anyone know how I can restore the WebAdmin interface long enough to login (via the Web) and re-enable that interface?  I really dont want to have to re-install since there are a TON of rules on this thing and I cant find my backups.


This thread was automatically locked due to age.
Parents
  • If you've simply turned off the interface via webadmin (ie not deleted) then turn it back on via the following, login to the command line and be root, then type the following with "enter" after each line. comments in brackets excluded of course:

    cc  (enters command console)
    RAW
    lock_override
    OBJS
    interface
    ethernet
    REF_***x (use tab to autocomplete the interface you wish to reactivate, if you pick the wrong one use ".." to go back up one level and try again)
    status=1 (after pushing enter you should see status=1 now on the status line)
    w  (this writes the changes)


    now your interface should be re-enabled. good luck.
Reply
  • If you've simply turned off the interface via webadmin (ie not deleted) then turn it back on via the following, login to the command line and be root, then type the following with "enter" after each line. comments in brackets excluded of course:

    cc  (enters command console)
    RAW
    lock_override
    OBJS
    interface
    ethernet
    REF_***x (use tab to autocomplete the interface you wish to reactivate, if you pick the wrong one use ".." to go back up one level and try again)
    status=1 (after pushing enter you should see status=1 now on the status line)
    w  (this writes the changes)


    now your interface should be re-enabled. good luck.
Children
No Data