Re-enable the web-GUI of a FLEX 500H with ssh terminal

Hi, I should reactivate the web-GUI interface of a Flex 500H
if I try to check the status from ssh terminal with commands

show state vrf main http-server server
show state vrf main http-server secure-server

both result disabled.....

I tried to re-enable them from ssh with commands

edit running
vrf main http-server server / vrf main http-server secure-server
save

but they are always disabled even after the reboot
where am I wrong?

Thank you

Best Answers

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,404  Zyxel Employee
    Zyxel Certified Network Administrator - Security Zyxel Certified Sales Associate 100 Answers 1000 Comments
    edited April 2024 Answer ✓

    Hi @qsystem,

    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit

    Result:

    usgflex200h running config# show state vrf main http-server secure-server
    secure-server
    enabled true
    port 443
    ..
    usgflex200h running config# show state vrf main http-server server
    server
    enabled true
    port 80
    ..

    See how you've made an impact in Zyxel Community this year!
    https://bit.ly/Your2024Moments_Community

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,404  Zyxel Employee
    Zyxel Certified Network Administrator - Security Zyxel Certified Sales Associate 100 Answers 1000 Comments
    Answer ✓

    Hi @qsystem,

    You need to enter “copy running startup” to save settings to startup configuration before you reboot the device.
    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit
    usgflex200h running config# copy running startup

    See how you've made an impact in Zyxel Community this year!
    https://bit.ly/Your2024Moments_Community

All Replies

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,404  Zyxel Employee
    Zyxel Certified Network Administrator - Security Zyxel Certified Sales Associate 100 Answers 1000 Comments
    edited April 2024 Answer ✓

    Hi @qsystem,

    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit

    Result:

    usgflex200h running config# show state vrf main http-server secure-server
    secure-server
    enabled true
    port 443
    ..
    usgflex200h running config# show state vrf main http-server server
    server
    enabled true
    port 80
    ..

    See how you've made an impact in Zyxel Community this year!
    https://bit.ly/Your2024Moments_Community

  • Zyxel_Emily
    Zyxel_Emily Posts: 1,404  Zyxel Employee
    Zyxel Certified Network Administrator - Security Zyxel Certified Sales Associate 100 Answers 1000 Comments
    Answer ✓

    Hi @qsystem,

    You need to enter “copy running startup” to save settings to startup configuration before you reboot the device.
    usgflex200h running config# vrf main http-server secure-server enabled true
    usgflex200h running config# commit
    usgflex200h running config# vrf main http-server server enabled true
    usgflex200h running config# commit
    usgflex200h running config# copy running startup

    See how you've made an impact in Zyxel Community this year!
    https://bit.ly/Your2024Moments_Community

  • qsystem
    qsystem Posts: 3
    First Comment Friend Collector Second Anniversary

    Hi @Zyxel_Emily
    perfect !!! the problem has been solved

    thank you
    Regards