码迷,mamicode.com
首页 > 其他好文 > 详细

DNS Server : Install

时间:2018-03-29 12:43:34      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:windows DNS

Configure DNS Server to resolve Hostname or IP Address.

[1]Run Server Manager and Click [Add roles and features].
技术分享图片
[2]Click [Next] button.
技术分享图片
[3]Select [Role-based or feature-based installation].
技术分享图片
[4]Select a Host which you'd like to add services.
技术分享图片
[5]Check a box [DNS Server].
技术分享图片
[6]Addtional features are required to add DNS Server. Click [Add Features] button.
技术分享图片
[7]Click [Next] button.
技术分享图片
[8]Click [Next] button.
技术分享图片
[9]Click [Next] button.
技术分享图片
[10]Click [Install] button.
技术分享图片
[11]After finishing Installation, click [Close] button.

技术分享图片
DNS Server : Add Forward lookup Zone

Add Forward lookup Zone.

[1]Run Server Manager and select [Tools] - [DNS].
技术分享图片
[2]Select own Hostname on the left pane and right-click the own Hostname to show menu on the left pane, then select [New Zone...].
技术分享图片
[3]Click [Next] button.
技术分享图片
[4]Check a box [Primary zone] and click [Next] button.
技术分享图片
[5]Check a box [Forward lookup Zone] and click [Next] button.
技术分享图片
[6]Input Zone name. As the description on the screen-shot below, set domain name or portion of domain name for this zone name.
技术分享图片
[7]Set zone-file-name and click [Next] button. It's OK to keep default for zone-file-name.
技术分享图片
[8]Click [Next] button with keeping default.
技术分享图片
[9]Click [Finish] button.
技术分享图片
[10]A new zone has been created under the Forward lookup Zone.
技术分享图片


DNS Server : Add Reverse lookup Zone

Add Reverse lookup Zone.

[1]Run Server Manager and select [Tools] - [DNS], next right-click [Reverse lookup Zones...] to show menu on the left pane, then select [New Zone...].
技术分享图片
[2]Click [Next] button.
技术分享图片
[3]Check a box [Primary zone] and click [Next] button.
技术分享图片
[4]Check a box [IPv4 Reverse lookup Zone] and click [Next] button.
技术分享图片
[5]Input [Network ID]. The example follows is for the case 10.0.0.0/24.
技术分享图片
[6]Set zone-file-name and click [Next] button. It's OK to keep default for zone-file-name.
技术分享图片
[7]Click [Next] button with keeping default.
技术分享图片
[8]Click [Finish] button.
技术分享图片
[9]A new zone has been created under the Reverse lookup Zone.

技术分享图片

DNS Server : Add A/PTR record

Add A/PTR record.

[1]Run Server Manager and select [Tools] - [DNS], next right-click the own domain name to show menu on the left pane, then select [New Host(A or AAA)...].
技术分享图片
[2]Input Hostname and IP address you'd like to add.
Furthermore, check a box [Create associated pointer (PTR) record].
技术分享图片
[3]A new A-record has beed just added.
技术分享图片
[4]Make sure with nslookup to resolve Hostname or IP address.
技术分享图片

DNS Server : Add MX record

Add MX record to define Mail Server to use.

[1]Run Server Manager and select [Tools] - [DNS], next right-click the own domain name to show menu on the left pane, then select [New Mail Exchanger(MX)...].
技术分享图片
[2]Input Hostname and FQDN of Mail exchanger like follows.
技术分享图片
[3]A new Mail exchanger record has beed just added.
技术分享图片

DNS Server : Add CNAME record

Add CNAME record which is another name of an A-record.

[1]Run Server Manager and select [Tools] - [DNS], next right-click the own domain name to show menu on the left pane, then select [New Alias (CNAME)...].
技术分享图片
[2]Input Alias name and FQDN, and also target Hostname like follows.
技术分享图片
[3]A new CNAME record has beed just added.
技术分享图片
[4]Make sure with nslookup to resolve the Alias Name.
技术分享图片




DNS Server : Install

标签:windows DNS

原文地址:http://blog.51cto.com/2833481/2092397

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!