web management blocked

Options
rdavini
rdavini Posts: 2 image  Freshman Member

I accidentally disabled web access to my ZYXWall. How can I restore web management using the CLI? Thanks everyone.

All Replies

  • Zyxel_Melen
    Zyxel_Melen Posts: 4,367 image  Zyxel Employee
    Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Administrator - Switch Zyxel Certified Network Administrator - Nebula Zyxel Certified Sales Associate

    Hi @rdavini

    Please use these commands to enable the HTTP/HTTPS service.

    usgflex200h> edit running 
    usgflex200h running config# vrf main http-server
    server secure-server security-options auth-server
    usgflex200h running config# vrf main http-server server enabled true

    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    Configuration committed.
    usgflex200h running config# exit usgflex200h>

    After these commands, please use

    usgflex200h> show config running
    

    to find the http-server part

    http-server
    server
    enabled true

    port 80
    content-compression true
    ..
    secure-server
    enabled true

    port 443
    force-https true
    auth-client false
    certificate default
    compatibility intermediate
    dhe-algo false
    ..
    Zyxel Melen