【发布时间】:2013-04-05 15:50:51
【问题描述】:
我在 unix 系统上轻松完成了以下操作,但我无法在 MS Windows 服务器上进行相同的配置:
subdomain.example.org 是一个区域,因此我可以设置子主机名,例如host.subdomain.example.org。此外,subdomain.example.org 也是子域的入口点并运行网络服务器。为此,我创建了一个指向 IP 地址的A record。即主机名与子域名相同。
我似乎无法在 Windows 服务器上重现此内容。创建子域后,我无法添加A record。启动并运行它的秘诀是什么?
【问题讨论】:
-
使用空白
@作为名称? -
@dirt 所以我使用
@作为子域中的主机名? -
如果我正确理解您的问题,是的。将
@用于A记录的name值在您的情况下用于区域的根级别@.subdomain.example将定义subdomain.example.com的IP,而host.subdomain.example将定义host.subdomain.example.com的IP (要更上一层楼,您可以将主机创建为区域并需要@.host.subdomain.example) -
@dirt 我不得不将名称字段留空,但它起作用了!
标签: dns windows-server-2008 subdomain windows-server-2008-r2