Rss & SiteMap
搭建论坛 http://bbs.diylsoft.com:8118/starforum/index.asp
“纯局域网”内部使用,肯定没有问题;
要使用内部设置的“自定义域名”;
Win XP 的设置位置为: WINDOWS\system32\drivers\etc\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
192.168.0.10 myabc
......
......
我也试了,非常不错;
缺点:WINDOWS\system32\drivers\etc\hosts 域名,要在每一台“使用的客户机”上设置;
如何解决???
要使用 DNS 解析服务器,就可以解决了,Window 2003 内部就带。