XP 中配置 DNS——iis 头文件配置 DNS(XP),无须安装 DNS 服务器

来源:互联网 发布:软件测试如何学以致用 编辑:程序博客网 时间:2024/06/11 04:54

 第一步:安装 IIS,开启网站服务(WWW) 。

 第二步:在“运行”中输入 c:\WINDOWS\system32\drivers\etc\hosts,然后用记事本 打开 hosts 文件,再设置 hosts 文件。

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
127.0.0.1 activate.adobe.com
127.0.0.1 practivate.adobe.com
127.0.0.1 ereg.adobe.com
127.0.0.1 activate.wip3.adobe.com
127.0.0.1 wip3.adobe.com
127.0.0.1 3dns-3.adobe.com
127.0.0.1 3dns-2.adobe.com
127.0.0.1 adobe-dns.adobe.com
127.0.0.1 adobe-dns-2.adobe.com
127.0.0.1 adobe-dns-3.adobe.com 
127.0.0.1 ereg.wip3.adobe.com
127.0.0.1 activate-sea.adobe.com
127.0.0.1 wwis-dubc1-vip60.adobe.com
127.0.0.1 activate-sjc0.adobe.com


192.168.5.101    www.happy.com              #ip 可以改为自己本地 ip,网址也可以随便改

            设置好后,保存文件。这样本机的 DNS 就设置好了。然后在浏览器中输入 (若不行,关闭所有浏览器,重新打 www,likid.com 即可访问自己设置的网站。 开)

            如果出现 DNS 错误,检查方法

              第一步:ping 域名

              第二步:ping IP

              第三步:telnet IP 端口号 ( ctrl+c 结束)

              如果三个都不通,只能说明是网络错误。 注意:浏览器地址栏为自己设置的网址。

 

            附:

                    XP上PING的使用方法:

                       第一步:开始-----运行------cmd

                       第二步:输入ipconfig /all查询本机IP

                      第三步: ping  域名

                        ……

原创粉丝点击