Chapter 33 System Remote Management
ZyWALL (ZLD) CLI Reference Guide
213
33.2.1 HTTP/HTTPS Command Examples
This following example adds a service control rule that allowed an administrator from the
computers with the IP addresses matching the Marketing address object to access the WAN
zone using HTTP service.
This command sets an authentication method used by the HTTP/HTTPS server to authenticate
the client(s).
This following example sets a certificate named MyCert used by the HTTPS server to
authenticate itself to the SSL client.
ip http secure-server table {admin|user} rule
{<1..32>|append|insert <1..32>} access-group
{ALL|address_object} zone {ALL|zone_object}
action {accept|deny}
Sets a service control rule for HTTPS service.
ip http secure-server table {admin|user} rule
move <1..32> to <1..32>
Changes the index number of a HTTPS service
control rule.
[no] ip http server Allows HTTP access to the ZyWALL web
configurator. The no command disables HTTP
access to the ZyWALL web configurator.
ip http server table {admin|user} rule
{<1..32>|append|insert <1..32>} access-group
{ALL|address_object} zone {ALL|zone_object}
action {accept|deny}
Sets a service control rule for HTTP service.
ip http server table {admin|user} rule move
<1..32> to <1..32>
Changes the number of a HTTP service control
rule.
no ip http secure-server table {admin|user} rule
<1..32>
Deletes a service control rule for HTTPS service.
no ip http server table {admin|user} rule
<1..32>
Deletes a service control rule for HTTP service.
show ip http server status Displays HTTP settings.
show ip http server secure status Displays HTTPS settings.
Table 129 Command Summary: HTTP/HTTPS (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# ip http server table admin rule append access-group
Marketing zone WAN action accept
Router# configure terminal
Router(config)# ip http authentication Example
Router# configure terminal
Router(config)# ip http secure-server cert MyCert