Configuring DNS Service

Before starting configuring DNS Server you should have the domain name registered with some registrar, e.g. GoDaddy. We will be using sample "abc.com" domain name in all examples below.

When configuring your DNS Server, please replace "abc.com" with your registered domain name.

Open "DNS" snap-in (click "Start -> Administrative Tools -> DNS"):

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image007.png&Revision=0

Right-click on the node with the name equal to your computer name and select "Properties". On "Interfaces" tab select "Only the following IP addresses" option and specify at least two IP addresses from your server's IP addresses pool:

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image009.png&Revision=0

Click on the "Advanced" tab and tick the checkboxes as on the picture below:

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image011.png&Revision=0

Click "OK" button to update DNS service settings.

Configuring Custom Name Servers

In order to get your personal Name Server records you should create at least one DNS primary zone.

In "DNS" snap-in right-click "Forward Lookup Zones" node and select "New Zone...". With the help of wizard create a new primary zone "abc.com":

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image013.png&Revision=0

Create two "NS1" and "NS2" "A" records pointing to two different IP addresses.

Right click "abc.com" node and select "Properties". Click "Name Servers" tab and add references to the created name servers "ns1.abc.com" and "ns2.abc.com".

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image015.png&Revision=0

Switch to "Start of Authority (SOA)" tab and change SOA record settings:

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image017.png&Revision=0

Serial number should be in the format of "YYYYMMDDNN" where YYYY - current year, MM - current month, DD - current day and NN - this number should start with 01 each new day and be incremented by 1 each time you change DNS zone.

Primary server is the name of the "NS1" Name Server created on the previous step.

Specify responsible person value which is an e-mail of the person that can be contacted in case of any questions regarding current DNS zone.

Change time settings as shown on the picture above.

Click "OK" to save your changes and close the dialog.

Add other zone records:

·         Four "A" records "*", "ftp", "mail", "www" with the corresponding IP addresses

·         One MX record pointing to "mail.abc.com." with 10 priority

·         One TXT record with "v=spf1 a mx -all" which is so-called "SPF" record.

The complete zone should look like on the picture below:

http://help.dotnetpanel.com/Third-Party%20Products/MS%20DNS%20Service%20Installation%20and%20Configuration.aspx?Image=image019.png&Revision=0

  • 57 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Installing DNS Service on Windows Server 2003

Open "Control Panel" and then On "Add/Remove Windows Components": Click "Details..." button...

Installing DNS Service on Windows Server 2008

Open "Server Manager": Highlight "Roles" node in the left navigation tree and then click...

How do I add another web site on IIS?

1. To start Internet Information Services, select Administrative Tools, select Internet...

Create firewall rule to allow inbound ping

In order to test the configuration, you’ll probably want to be able to use the ping...