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

Mistake WebAdmin Access

HELP!!.
i change the Allowed Networks to "internal adress" a mistake.
now i cant reach the webadmin.
I can reach the ASL trhu ssh. PLEASE is there a chance to change the WebAdmin Access over ssh ???


This thread was automatically locked due to age.
Parents
  • Hi,

    login via ssh and get root.

    than just use the iptables command
    like: iptables -I AUTO_INPUT 1 -p tcp --dport https -j ACCEPT
    Normaly you should get an WebAdmin access, then you just have to adjust the webadmin list, the manual added line will than be overwritten and deleted.

    Chris
Reply
  • Hi,

    login via ssh and get root.

    than just use the iptables command
    like: iptables -I AUTO_INPUT 1 -p tcp --dport https -j ACCEPT
    Normaly you should get an WebAdmin access, then you just have to adjust the webadmin list, the manual added line will than be overwritten and deleted.

    Chris
Children