Difference between revisions of "DNS"

From XMission Wiki
Jump to: navigation, search
(OpenDNS)
(Third Party DNS Options)
 
(35 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
===Overview===
 
===Overview===
DNS stands for Domain Name System, it is a protocol within the set of standards for how computers exchange data on the internet and private networks. A simple explanation would be it is responsible for turning a recognizable name like xmission.com into a IP address like 198.60.22.4. You use DNS everyday and may not be aware of it. From a simple email to visiting your favorite social network. In the background your computer connects to a DNS Server or Name Server which manages a database that maps domain names to IP addresses.  
+
DNS (Domain Name System) is the protocol computers use to look up domain names to find servers on the Internet. Simply put, it translates a recognizable name like xmission.com into an IP address like 198.60.22.4. In the background your computer connects to a DNS Server (i.e., Name Server) which manages a database that maps domain names to IP addresses.  
  
When you connect your desktop or laptop computer to the internet, most of the time you get an IP address that comes from a DHCP server on your network. The job of this DHCP server is to make sure your computer has a IP address and other network configurations it needs to give you access online. Normal circumstances when you connect your computer to the internet you will be using XMissions DNS. This is done automatically when you connect. You can refer to this as your Primary DNS.  
+
When you connect your computer to the Internet, it automatically assigns an IP address that comes from a DHCP (Dynamic Host Configuration Protocol) server on your network. The job of this DHCP server is to make sure your computer has a IP address and other network configurations it needs to give you access online. Under normal circumstances, XMission connectivity customers will use XMission's DNS. This is handled automatically when you connect. You can refer to this as your Primary DNS.  
  
If you run a business we know that having a reliable connection to the internet is essential. Down time as we all know means loss of sales and unhappy customers. In a perfect world we would never have an outage, however outages can and do occur. Having a backup is not something that we thing of until it is too late. DNS resilience is determined by the steps you take to ensure your business, or home network is available to the internet. Setting up primary and secondary DNS servers is key to keeping you online.  
+
If you run a business we know that having a reliable connection to the internet is essential since downtime can cause a loss of sales and unhappy customers. In a perfect world we would never have an outage; however outages can and do occur. Therefore, configuring your network for redundancy can be important to mitigate the risk of an outage. DNS resilience is determined by the steps you take to ensure your business, or home network is available to the Internet should your primary DNS service with XMission experience any interruption. Setting up both primary and secondary DNS servers can help keep you online.
  
There are many public DNS providers like OpenDNS and Google's Public DNS that allow you to use their free service as a primary or secondary DNS. Setting them up will take a little configuration on your side, however in the end if there is an outage on your primary DNS your secondary will kick in for redundancy.
+
Many alternative DNS providers, like OpenDNS and Google's Public DNS, allow you to use their free service as a primary or secondary DNS. Setting them up will take a little configuration on your side but help mitigate issues during an outage: if your primary DNS is unavailable then your secondary name service can be available for redundancy. More technically savvy customers might choose to run a DNS caching server.
  
===Advanced===
+
==XMission DNS==
* What is the Primary DNS Server?
+
===Overview===
XMissions Primary DNS server is 198.60.22.2. This server is responsible for any new entries and updates from DNS zones. It holds the "Master Copy" of all DNS records.
+
XMission provides basic and advanced name service options, depending on customer needs.
 +
 
 +
===Basic DNS Setup===
 +
'''XMissions DNS: 198.60.22.2, 198.60.22.22'''.
 +
 
 +
All XMission connectivity customers should automatically obtain these two IP addresses when connecting to the Internet. If you need assistance adding these to your connection, contact support.
 +
 
 +
===Advanced DNS Configuration Options===
 +
While XMission's name service is very reliable we encourage businesses and individuals who prioritize always being online to consider some advanced configuration options including DNS caching and configuring additional offsite service like OpenDNS and Googles Public DNS for redundancy.
 +
 
 +
'''What is XMission's Primary DNS Server?'''
 +
XMissions Primary DNS server is '''198.60.22.2'''. This server is responsible for any new entries and updates from DNS zones. It holds the "Master Copy" of all DNS records.
 +
 
 +
'''What is XMission's Secondary DNS Server?'''
 +
XMissions Secondary DNS server is '''198.60.22.22'''. This server is mainly for redundancy. It will simulate what is on the Primary DNS server and relatively act the same as our Primary DNS server.
 +
 
 +
'''What is XMission's authoritative name server?'''
 +
XMission's [https://en.wikipedia.org/wiki/Domain_Name_System#Authoritative_name_server authoritative name server] is '''ns.xmission.com''', with ns1.xmission.com, ns2.xmission.com and ns3.xmission.com configured for redundancy.
 +
 
 +
'''What are tertiary, quaternary, quinary, etc. DNS Servers?'''
 +
Additional name servers are for pure redundancy. You can have many other DNS servers for your connections. Often these servers are located offsite, whereas primary DNS servers are onsite. If both of XMission's Primary and Secondary DNS servers go down, additional DNS servers can help mitigate some aspects of an outage (i.e., ns2.xmission.com and ns3.xmission.com are located in separate cities on the West coast of the US for this purpose).
 +
 
 +
==Adding and Editing DNS Zone Files==
 +
===Adding DNS===
 +
Adding DNS for your domain is a very simple process in your XMission Control Panel. You will need to navigate to the services tab, and expand the DNS tab. Here, you can '''Add Domain''' if it is your first domain being added, or edit existing domain zone files.
 +
 
 +
[[File:Adddns.png|250px]]
 +
 
 +
When you are adding a new domain to have DNS hosting for, you will be prompted to enter the FQDN (Frequently queried domain name) and the TTL (Time to live).
 +
 
 +
[[File:Newzonefile.png|250px]]
 +
 
 +
===Zone Files===
 +
After successfully adding the domain to your DNS hosting services, you will see a basic template of the '''zone file''' which will include the '''nameservers''' and '''MX record'''.
 +
 
 +
[[File:Basiczf.png|800px]]
 +
 
 +
===Adding a New Record===
 +
If you need to expand upon your zone file by adding new records, clicking on the '''green '+'''' will open a new window in which you can choose what record you want to add.
 +
 
 +
[[File:Newrecord.png|250px]]
 +
 
 +
===Domain Alias===
 +
If you need to add an '''Alias''' to your FQDN, you can click the '''Edit''' button next to your domain name, and add as many alias' as are needed.
 +
 
 +
[[File:Zfalias.png|250px]]
 +
 
 +
==DNS Caching==
 +
===Overview===
 +
A DNS cache is a local database copy of all domain names translated to IP addresses which runs on server software at your office, for instance. As such, it can temporarily mitigate most issues related to a DNS outage.
 +
 
 +
===DNS Caching Server===
 +
A DNS caching server can be the most reliable way to create redundancy for your office and hosting servers. Although it does require some technical know-how, running a DNS caching server is easier to setup and maintain than a full fledged name server. Popular open source software [https://www.isc.org/downloads/bind/ BIND] is often used for DNS caching. Since we only recommend technically savvy customers run a caching server, we'll forgo including further details in this overview document.
 +
 
 +
Note that an on site caching server can also speed up DNS queries for other software like mail servers. Occasionally, there may be issues with a DNS server caching information that is no longer valid. A DNS flush on your server software will update the information to be valid.
 +
 
 +
===DNS Cache Flushing on Your Computer===
 +
Sometimes, the DNS cache on your computer might also need to be flushed. If rebooting your computer doesn't resolve the issue, try to flush your cache as per these instructions below.
 +
 
 +
====Windows DNS FLush====
 +
 
 +
'''Windows Vista/7'''
 +
 
 +
Click the start button on the bottom left of your screen and navigate to the command prompt (Start > All Programs > Accessories > Command Prompt)
 +
 
 +
Make sure that you right click on the command prompt application and choose "Run as Administrator"
 +
 
 +
Type in the command ipconfig /flushdns
 +
 
 +
'''Windows 8/8.1'''
 +
 
 +
Ensure that you're on the Windows 8 Start Screen.
 +
 
 +
Simply type cmd and the Windows search bar will appear on the right hand side with search results.
 +
 
 +
Right click on Command Prompt and click Run as administrator.
 +
 
 +
Type in the command ipconfig /flushdns
 +
 
 +
'''Windows 10'''
 +
 
 +
Click the start buttom on the bottom left of your screen, and type in "cmd".
 +
 
 +
Right click on the command prompt application and choose "Run as Administrator"
 +
 
 +
type in the command ipconfig /flushdns
 +
 
 +
====Mac OSX DNS Flush====
 +
 
 +
'''Yosemite'''
 +
 
 +
Mac OS X 10.10, you need to do the following:
 +
 
 +
Open up the command terminal.
 +
 
 +
Run the command sudo discoveryutil udnsflushcaches
 +
 
 +
'''Lion, Mountain Lion, Mavericks'''
 +
 
 +
Mac OS X 10.7, 10.8 or 10.9, you need to do the following:
 +
 
 +
Open up the command terminal.
 +
 
 +
Run the command sudo killall -HUP mDNSResponder
 +
 
 +
'''Snow Leopard'''
 +
 
 +
Mac OS X 10.6, you need to do the following:
 +
 
 +
Open up a command terminal.
 +
 
 +
Run the command sudo dscacheutil -flushcache
 +
 
 +
'''Leopard and below'''
  
* What is the Secondary DNS Server?
+
Mac OS X 10.5.1 or below, you need to do the following:
XMissions Secondary DNS server is 198.60.22.22. This server is mainly for redundancy. It will simulate what is on the Primary DNS server and relatively act the same as our Primary DNS server.
 
  
* What are tertiary, quaternary, quinary, senary, septenary, etc. DNS Servers?
+
Open a command terminal.
These servers are for pure redundancy. You can have many other DNS servers for your connections. Typically these servers are typically offsite, whereas our DNS servers are onsite. If both XMissions Primary and Secondary DNS servers go down, thats when these DNS servers will kick in. Popular providers for this kind of service is OpenDNS and Google's Public DNS.
 
  
*What is DNS Caching?
+
Run the command sudo lookupd -flushcache
DNS Cache is a database of all domain names. It's purpose is to translate domain names to IP addresses. For example, the database will translate xmission.com to 198.60.22.4. Occasionally, there may be issues with a DNS server caching information that is no longer valid. A DNS Flush will update the information to be valid. Most servers will automatically flush and update any new entries every 30 minutes.
 
  
==XMission DNS==
+
====Linux DNS Flush====
  
XMission provides basic and advanced name service options...
+
Open up a command terminal
  
===Basic DNS Setup===
+
Run the command sudo /etc/init.d/nscd restart
XMissions DNS: 198.60.22.2, 198.60.22.22. Any XMission connects should automatically obtain these two IP addresses when connecting to the internet, however, if you need assistance adding these to your connection, feel free to contact support. Toll Free: 1-877-964-7746 Local: 801-539-0852
 
  
===Advanced DNS Configuration Options===
+
==Third Party DNS Options==
While xmission's name service is very reliable we encourage businesses and individuals who prioritize always being online to consider some advanced configuration options including DNS caching and using an additional offsite service like OpenDNS and Googles Public DNS for redundancy.
+
===Overview===
 +
Relying on a third party for redundant name service is by far the simplest option to add redundancy and hence resiliency for your office and any hosting services your business relies upon (PBX, Colocation, etc). The instructions below can be used to add one or more of these alternative name servers to the configuration for your server, network router, or workstation.  
  
==Other DNS Options==
+
Note that XMission recommends you continue to use at least our primary name server but then augment that with one or more off site options for redundancy.
  
 
=== OpenDNS ===
 
=== OpenDNS ===
Probably the oldest that are still around. They offer a variety of free and paid services. Their IP address are '''208.67.222.222''' and '''208.67.220.220'''
+
Probably the oldest public DNS service still around. They offer a variety of free and paid services. Their IP address are '''208.67.222.222''' and '''208.67.220.220'''
  
 
[https://use.opendns.com/ OpenDNS configuration guide]
 
[https://use.opendns.com/ OpenDNS configuration guide]
Line 44: Line 154:
  
 
[https://developers.google.com/speed/public-dns/docs/using?hl=en Google Public DNS configuration guide]
 
[https://developers.google.com/speed/public-dns/docs/using?hl=en Google Public DNS configuration guide]
 +
 +
{{:XMission_Control_Panel/Account_Home}}
 +
{{:XMission Control Panel/Services}}
 +
{{:XMission Control Panel/Billing}}

Latest revision as of 11:18, 21 March 2017

What is DNS?

Overview

DNS (Domain Name System) is the protocol computers use to look up domain names to find servers on the Internet. Simply put, it translates a recognizable name like xmission.com into an IP address like 198.60.22.4. In the background your computer connects to a DNS Server (i.e., Name Server) which manages a database that maps domain names to IP addresses.

When you connect your computer to the Internet, it automatically assigns an IP address that comes from a DHCP (Dynamic Host Configuration Protocol) server on your network. The job of this DHCP server is to make sure your computer has a IP address and other network configurations it needs to give you access online. Under normal circumstances, XMission connectivity customers will use XMission's DNS. This is handled automatically when you connect. You can refer to this as your Primary DNS.

If you run a business we know that having a reliable connection to the internet is essential since downtime can cause a loss of sales and unhappy customers. In a perfect world we would never have an outage; however outages can and do occur. Therefore, configuring your network for redundancy can be important to mitigate the risk of an outage. DNS resilience is determined by the steps you take to ensure your business, or home network is available to the Internet should your primary DNS service with XMission experience any interruption. Setting up both primary and secondary DNS servers can help keep you online.

Many alternative DNS providers, like OpenDNS and Google's Public DNS, allow you to use their free service as a primary or secondary DNS. Setting them up will take a little configuration on your side but help mitigate issues during an outage: if your primary DNS is unavailable then your secondary name service can be available for redundancy. More technically savvy customers might choose to run a DNS caching server.

XMission DNS

Overview

XMission provides basic and advanced name service options, depending on customer needs.

Basic DNS Setup

XMissions DNS: 198.60.22.2, 198.60.22.22.

All XMission connectivity customers should automatically obtain these two IP addresses when connecting to the Internet. If you need assistance adding these to your connection, contact support.

Advanced DNS Configuration Options

While XMission's name service is very reliable we encourage businesses and individuals who prioritize always being online to consider some advanced configuration options including DNS caching and configuring additional offsite service like OpenDNS and Googles Public DNS for redundancy.

What is XMission's Primary DNS Server? XMissions Primary DNS server is 198.60.22.2. This server is responsible for any new entries and updates from DNS zones. It holds the "Master Copy" of all DNS records.

What is XMission's Secondary DNS Server? XMissions Secondary DNS server is 198.60.22.22. This server is mainly for redundancy. It will simulate what is on the Primary DNS server and relatively act the same as our Primary DNS server.

What is XMission's authoritative name server? XMission's authoritative name server is ns.xmission.com, with ns1.xmission.com, ns2.xmission.com and ns3.xmission.com configured for redundancy.

What are tertiary, quaternary, quinary, etc. DNS Servers? Additional name servers are for pure redundancy. You can have many other DNS servers for your connections. Often these servers are located offsite, whereas primary DNS servers are onsite. If both of XMission's Primary and Secondary DNS servers go down, additional DNS servers can help mitigate some aspects of an outage (i.e., ns2.xmission.com and ns3.xmission.com are located in separate cities on the West coast of the US for this purpose).

Adding and Editing DNS Zone Files

Adding DNS

Adding DNS for your domain is a very simple process in your XMission Control Panel. You will need to navigate to the services tab, and expand the DNS tab. Here, you can Add Domain if it is your first domain being added, or edit existing domain zone files.

Adddns.png

When you are adding a new domain to have DNS hosting for, you will be prompted to enter the FQDN (Frequently queried domain name) and the TTL (Time to live).

Newzonefile.png

Zone Files

After successfully adding the domain to your DNS hosting services, you will see a basic template of the zone file which will include the nameservers and MX record.

Basiczf.png

Adding a New Record

If you need to expand upon your zone file by adding new records, clicking on the green '+' will open a new window in which you can choose what record you want to add.

Newrecord.png

Domain Alias

If you need to add an Alias to your FQDN, you can click the Edit button next to your domain name, and add as many alias' as are needed.

Zfalias.png

DNS Caching

Overview

A DNS cache is a local database copy of all domain names translated to IP addresses which runs on server software at your office, for instance. As such, it can temporarily mitigate most issues related to a DNS outage.

DNS Caching Server

A DNS caching server can be the most reliable way to create redundancy for your office and hosting servers. Although it does require some technical know-how, running a DNS caching server is easier to setup and maintain than a full fledged name server. Popular open source software BIND is often used for DNS caching. Since we only recommend technically savvy customers run a caching server, we'll forgo including further details in this overview document.

Note that an on site caching server can also speed up DNS queries for other software like mail servers. Occasionally, there may be issues with a DNS server caching information that is no longer valid. A DNS flush on your server software will update the information to be valid.

DNS Cache Flushing on Your Computer

Sometimes, the DNS cache on your computer might also need to be flushed. If rebooting your computer doesn't resolve the issue, try to flush your cache as per these instructions below.

Windows DNS FLush

Windows Vista/7

Click the start button on the bottom left of your screen and navigate to the command prompt (Start > All Programs > Accessories > Command Prompt)

Make sure that you right click on the command prompt application and choose "Run as Administrator"

Type in the command ipconfig /flushdns

Windows 8/8.1

Ensure that you're on the Windows 8 Start Screen.

Simply type cmd and the Windows search bar will appear on the right hand side with search results.

Right click on Command Prompt and click Run as administrator.

Type in the command ipconfig /flushdns

Windows 10

Click the start buttom on the bottom left of your screen, and type in "cmd".

Right click on the command prompt application and choose "Run as Administrator"

type in the command ipconfig /flushdns

Mac OSX DNS Flush

Yosemite

Mac OS X 10.10, you need to do the following:

Open up the command terminal.

Run the command sudo discoveryutil udnsflushcaches

Lion, Mountain Lion, Mavericks

Mac OS X 10.7, 10.8 or 10.9, you need to do the following:

Open up the command terminal.

Run the command sudo killall -HUP mDNSResponder

Snow Leopard

Mac OS X 10.6, you need to do the following:

Open up a command terminal.

Run the command sudo dscacheutil -flushcache

Leopard and below

Mac OS X 10.5.1 or below, you need to do the following:

Open a command terminal.

Run the command sudo lookupd -flushcache

Linux DNS Flush

Open up a command terminal

Run the command sudo /etc/init.d/nscd restart

Third Party DNS Options

Overview

Relying on a third party for redundant name service is by far the simplest option to add redundancy and hence resiliency for your office and any hosting services your business relies upon (PBX, Colocation, etc). The instructions below can be used to add one or more of these alternative name servers to the configuration for your server, network router, or workstation.

Note that XMission recommends you continue to use at least our primary name server but then augment that with one or more off site options for redundancy.

OpenDNS

Probably the oldest public DNS service still around. They offer a variety of free and paid services. Their IP address are 208.67.222.222 and 208.67.220.220

OpenDNS configuration guide

Google Public DNS

You may have see these number or heard of them and didn't know what they were. Well now you know Google Public DNS IP address are 8.8.8.8 and 8.8.4.4

Google Public DNS configuration guide

Account Home

Services

Billing