Dns Pan-Resolution
Summary: Pan-parsing, used for DNS for domain name resolution to the corresponding IP, pan-resolution only for DNS,IIS is not possible
(DNS is only available on server systems)
Window Server R2 in right-click Computer, Manage roles, add DNS server
For specific installation tutorials, see http://www.jb51.net/os/windows/win2008/218523.html
Second, configuration analysis instructions
Configure the DNS server
Specific to view: Http://www.chinaz.com/server/2007/0904/15597.shtml?qq-pf-to=pcqq.group
1, forward lookup zone right-click Add Zone COM, right-click com New Zone test again, right-click Test new zone *; right * new host name is not filled (default), IP: is the IP you want to bind
The configuration succeeds, right-click com, in the attribute check in the authorization Authority (SOA) in the fact that the refresh interval, retry interval, expiration time are set (this time depends on whether the site after the domain join resolution time, the faster, the faster the resolution) (mainly to update the cache data)
(Basic structure)
(Key-point configuration)
2. Configure the IIS Web site
IIS site-bound IP does not bind host name, port configuration 80
(Diagram of IIS site configuration)
3. Configure the Hosts
If the original hosts have configured the corresponding site host name and IP (that is, we are now bound to the site) to clear the hosts record, or DNS will conflict with the hosts
(The hosts note figure)
4, the configuration is good, it is best to put the DNS host configuration One press
Any computer, or a computer that specifies IP, this depends on the actual demand.
(DNS server right-click property)
5, modify the network connection on the server, IPV 4
(Network configuration)
Preferred DNS server: We create our own DNS IP
Secondary configuration:
(Configuration resolution Time)
Configuration complete, restart DNS server
View cmd to see if ping and nslookup can be
Note: The two-level domain name is filled in, there is no binding, but still can be resolved through the
Result: Success
Related Technology View
Basic configuration: Http://www.chinaz.com/server/2007/0904/15597.shtml?qq-pf-to=pcqq.group
Description of the Blog Park configuration: http://www.cnblogs.com/cyq1162/archive/2010/10/15/1851773.html
Window Server R2-dns Pan-resolution-any two-level domain name automatically resolves the same site