ZyXEL Communications 4.04 Manual De Usuario

Descargar
Página de 204
 Chapter 15 IP Commands
ZyWALL (ZyNOS) CLI Reference Guide
109
15.1.10  DNS Command Examples
The following example configures the DNS server settings the ZyWALL assigns to LAN 
DHCP clients. In this case the first DNS server is the one assigned by ISP 1. The second DNS 
server is at IP address 192.168.1.5. No third DNS server is assigned. 
This example does the following.
Inserts a new DNS address record named example for www.my-company.com.example 
for the WAN 1 interface.
Inserts a new DNS address record named example for a private DNS server for 
www.my-company-1.com.example.
Displays the system DNS server settings.  
15.1.11  HTTP Commands
The following section lists the HTTP commands.
ras> ip dns lan edit 0 0 1 1
ras> ip dns lan edit 1 1 192.168.1.5
ras> ip dns lan edit 2 3
ras> ip dns lan display
Router assigned DNS servers to host
===================================
First DNS server is from WAN_1, DNS server index 1
Second DNS server is user defined: 192.168.1.5
Third DNS server is none
ras> ip dns system inserta -1 www.my-company.com.example 0 0 1
ras> ip dns system insertns -1 www.mycompany-2.com.example 2 10.0.0.5
ras> ip dns system display
System DNS HA and Proxy Service Configuration
=============================================
Rule Summary: A Record
001 | record type=A Record, ISP=WAN_1
    | FQDN       =www.my-company.com.example
Rule Summary: NS Record
001 | record type=NS Record, DNS server=10.0.0.5(private)
    | Domain Name=www.mycompany-2.com.example
Table 49   HTTP Commands
COMMAND
DESCRIPTION
M
ip httpClient debug <on|off>
Turns the HTTP client debug messages on or off.
R+B
ip httpClient display
Displays the system HTTP client state. 
R+B
ip httpd debug [on|off]
Displays or sets the web configurator debug flag.
R+B