Configuring and Managing MPE/iX Internet Services (August 2002)
Chapter 9
HP WebWise MPE/iX Secure Web Server
Preparing HP e3000 for Network Access
149
• Add one domain line that contains the DNS domain name for the domain to which your web server
belongs. This domain name should not include the web server’s hostname (:NMMGR node name).
• The DNS server listed on each nameserver line must contain both a valid “A” record and “PTR” record.
The content of these records must agree with the actual hostname of the web server and the actual
domain name in RESLVCNF.NET.SYS.
For example, if the fully qualified domain name if the web server is yourserver.abe.com:
shell/ix> uname -n
YOURSERVER
shell/ix > cat /etc/resolv.conf
#domain <domain>
#nameserver <primary server’s IP address>
#nameserver <secondary server’s IP address>
#
#
doamin abc.com
nameserver 25.33.100.134
nameserver 25.33.125.172