Managing Your DNS

Posted on by Helpful Humans of Liquid Web | Updated:
Reading Time: 5 minutes

Adding a DNS Zone

Log into your Liquid Web account, select Domains from the left menu, and click on the DNS tab. Scroll down to the Create a New DNS Zone section.

Create a New DNS Zone

Create a New DNS Zone

  1. Input the domain name of your choosing
  2. Select the ‘IP Address’ drop-down list:
    Other IP Address – User defined IP address to use for the relevant domain
    Import From a Live Domain – Based on the domain selected, our system will copy current the A record IP address
  3. Click the ‘Create New DNS Zone’ button

Uploading a Zone File

This option should be used when trying to import an existing DNS zone file from an external source or from a backup.

  1. Input the domain name of your choosing
  2. Click on the ‘Upload Zone File’ button
  3. Select the DNS zone file from your local file system
Note:
This functionality will not override an existing domain’s record in the system.

Exporting a DNS Zone

  1. Scroll to the Current DNS Zones section and click the [+] Plus Sign to the left of the domain name to expand the zone details
  2. Click on ‘Download Zone Records’ at the bottom-right corner of the section:
    Download Zone Records
  3. You will be presented with a download prompt to complete the export

The export file generated will be BIND in format.

Example of Export File:

Domain: domain.com
Exported (y-m-d hh:mm:ss): 2018-04-06 12:00:00

This file is intended to be informational and for user reference only.

Before migrating or using this file on a production environment please validate record accuracy. Please ensure you update the SOA record with the correct authoritative name server, contact e-mail address information, and the correct NS records for the name servers which will be authoritative for the new Domain. 

Use of this zone data with any other third-party DNS software and services is not supported.

More information can be found in this Help Center document: 

; SOA Record
domain.com.	3600	IN	SOA	ns.liquidweb.com.	
liquidweb.com. (
				2018031300
				86400
				7200
				3600000
				14400
				)

; A Records
@	3600	IN	A	1.1.1.1

; CNAME Records
ftp           3600	IN	CNAME	@
mail	3600	IN	CNAME	@
www	3600	IN	CNAME	@
*	        3600	IN	CNAME	@

; MX Records
@	        3600	IN	MX	10	domain.com

; NS Records
@	       3600	IN	NS	ns1.liquidweb.com
@	       3600	IN	NS	ns.liquidweb.com

Modifying Your DNS

The most common reason to change DNS Records for a domain are to make sure the domain points to the right IP address so the website resolves correctly. As long as the domain is using a Liquid Web nameserver, it’s simple to change DNS records by logging into your Liquid Web account.

Is the Domain Using Liquid Web’s Nameservers?

Liquid Web uses four nameservers:

  • ns.liquidweb.com
  • ns1.liquidweb.com
  • ns.sourcedns.com
  • ns1.sourcedns.com

As long as a domain is using one of these nameservers, DNS records can be easily edited in your Liquid Web account. If you use private nameservers, your DNS records can be changed in WHM or Plesk. You will need to change your DNS records wherever your DNS is hosted.

There are a few different ways to find out if a domain is using Liquid Web’s nameservers.

  • Use a web-based WHOIS lookup tool such as ICANN WHOIS and looking at the Name Server listing.
  • Query WHOIS from a terminal by running the command whois yourdomainname.com and looking at the Name Servers listing.
  • Log into your Liquid Web account, select Domains from the left menu, and click on the DNS tab. Scroll down to the Current DNS Zones section and look at the Delegation column. If you see a green dot labeled “Delegated”, your domain is using Liquid Web nameservers and you can click the [+] Plus Sign the left of the domain name to start managing your DNS records immediately.
    start managing your DNS records

Add or Edit a DNS Record Using Manage

  1. From your Liquid Web account, click on Domains in the left menu and then select the DNS tab in the Domains Dashboard.
    Domains Dashboard
  2. Click the [+] Plus Sign to the left of the domain name to expand its DNS record.
    expand DNS record
  3. To add a new record, click the blue Add New Record button at the bottom. To edit an existing record, click the Edit button to the right of the entry you wish to change. Make sure to fill out all four fields in the record you are adding or editing. Make sure to use an IP address assigned to your server so your domain doesn’t point to someone else’s website.
    Add New Record
  4. Click the green checkmark to accept the DNS record. Once the record is added, DNS will begin to propagate. DNS propagation is when the old DNS records are replaced with the new records on local DNS servers and nameservers. This usually only takes a few hours, but could take up to 48 hours. See if DNS changes are fully propagated using an external tool called WhatsMyDNS.

Restoring DNS Records

  1. Click the [+] Plus Sign to the left of the domain name to expand its DNS record.
  2. Under the ‘View Change History’ section, select the date/time for the DNS zone snapshot.
  3. Click the ‘Compare Records’ button.
    Compare Records
  4. Based on the time selection a window will load with the records and their values:
    records and their values

History Types

Add

The highlighted record will be added to the zone.

Change

The record will be updated to the highlighted value.

Delete  

The highlighted record will be removed from the zone.

5. When you are comfortable with the changes, click the ‘Restore Records’ button.

Note:
A snapshot of the current DNS zone being restored will be saved on update.
Avatar for Helpful Humans of Liquid Web

About the Author: Helpful Humans of Liquid Web

Latest Articles

How to use kill commands in Linux

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article

Change cPanel password from WebHost Manager (WHM)

Read Article

Change the root password in WebHost Manager (WHM)

Read Article