Add and Manage DNS records for hosted domain in windows VPS

- Login to your VPS via Remote Desktop
- Go to Start  >> Administrative Tools >> DNS
- Right click on Forward Lookup Zones and click on New Zone, Click on Next.
- Select zone type as Primary zone and click on Next.
- Type your domain name in New Zone Wizard dialog box eg. yourdomainname.com.
- Select Create a new file with this file name option under Zone File.
- Check Do not Allow Dynamic Updates and click Next.
- Click on Finish.

Add A, MX and Nameservers Records to DNS Zone

A Records
- In order to add A records to DNS Zone, right click on DNS Zone name and select New Host (A or AAAA)specifies that you are adding an IP version 4 (IPv4) host resource record type of the record. AAAA specifies that you are adding an IP version 6 (IPv6)host resource record type of the record.
- In New Host Window, enter name of the record (If you will keep it blank it wil use the parent domain).
- Enter IP address of your server name. If you check the checkbox Create Associated pointer (PTR) Record and click Add Host, you may receive dialog box appears with the message You can only create PTR records if the corresponding reverse lookup zone is available. This error indicates that you have not created corresponding reverse lookup zone, created with incorrect zone name or network ID.
- To edit/delete existing records, select the DNS record your wish to edit/delete and right click on it. Click Delete button to delete it and click on Properties button to edit it.

MX Record
- In order to add MX records to DNS Zone, right click on Zone name and select New Mail Exchanger (MX)record. 
- Keep Host or Child Domain field blank. Enter Fully Qualified Domain Name (www.yourdomainname.com) of the mail server and set priority ( 0 = Highest priority ). Similarly, you can also add CNAME and other new records.

Update Nameservers
- Double click on Zone name, Click on Name Server (NS) type.
- Select the Name Server tab. Select Fully Qualified Domain name and click on Edit.
- Enter your desired nameservers and add IP address.




  • 6 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

Increase PHP file Upload size in windows server 2008

The php.ini file is the default configuration file for running applications that require PHP. It...

Setup Basic POP3/IMAP Mail Server in Centos/RHEL

Setup Basic POP3/IMAP Mail Server in Centos/RHELSetting up a mail server can be quite...

How Do I access RDP

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a...

Update Time-Zone on OpenVZ VPS

OpenVZ will reflect the host server’s time by default, You can configure your VPS with custom...

Enable TUN/TAP in Solus VM

 TAP (as in network tap) simulates a link layer device and it operates with layer 2 packets such...